Age | Commit message (Expand) | Author | Files | Lines |
2002-08-29 | explicit drmUnlock() call in DRICloseScreen() to unblock signals; avoids oops...reinit-0-0-1-branch | mdaenzer | 1 | -1/+2 |
2002-08-25 | cleanups | mdaenzer | 3 | -16/+5 |
2002-08-25 | fixes for non-DRI build | mdaenzer | 1 | -10/+22 |
2002-08-25 | 2D acceleration overhaul: | mdaenzer | 2 | -937/+502 |
2002-08-21 | dump numClientContexts again, use drmGetClient() to tell if clients have | mdaenzer | 3 | -27/+15 |
2002-08-21 | - use number of DRM contexts instead of 3D windows to determine if the DRI | mdaenzer | 3 | -2/+12 |
2002-08-18 | add option "DRIReinit", which defaults to off | mdaenzer | 2 | -6/+25 |
2002-08-18 | add RADEON_DRI_REINIT guard | mdaenzer | 1 | -0/+2 |
2002-08-18 | add RADEON_DRI_REINIT guard | mdaenzer | 4 | -4/+56 |
2002-08-18 | further improve offscreen memory management, take Xv into account | mdaenzer | 3 | -15/+35 |
2002-08-15 | branch specific defaults | mdaenzer | 1 | -2/+2 |
2002-08-04 | improve offscreen memory management: | mdaenzer | 3 | -22/+72 |
2002-08-03 | first cut at re-initialization on VT switches, based on and extending the wor... | mdaenzer | 4 | -59/+138 |
2002-07-31 | add missing __GLX_GCONF(GLX_TRANSPARENT_TYPE_EXT) call (Johannes Rath) | brianp | 1 | -0/+1 |
2002-07-30 | Option to override standard root weave to black. | jensowen | 4 | -277/+657 |
2002-07-30 | Radeon drmDMA return EAGAIN on timeout, not EBUSY | keithw | 1 | -2/+2 |
2002-07-30 | r128 drmDMA return EAGAIN on timeout, not EBUSY | keithw | 1 | -2/+2 |
2002-07-28 | fix unwrapping conditions to be the same as wrapping conditions (Charl P. Bot... | mdaenzer | 1 | -6/+6 |
2002-07-27 | fix VT switching hangs, a la radeon driver (Charl P. Botha, Mike A. Harris) | mdaenzer | 1 | -0/+9 |
2002-07-23 | make sure bus mastering is enabled when switching from console to X, fixes lo... | mdaenzer | 1 | -1/+8 |
2002-07-18 | fix off-by-one error for right bottom corner in radeon_emit_clip_rect() (Jace... | mdaenzer | 1 | -2/+1 |
2002-07-17 | fix VERT_SET_RGBA | mdaenzer | 1 | -5/+6 |
2002-07-17 | Apply Keith's fix for flatshaded, clipped polygons to r128, plus ReadBuffer | ldelgass | 6 | -14/+18 |
2002-07-17 | further endianness cleanups, r128 driver works correctly on big endian machin... | mdaenzer | 10 | -55/+65 |
2002-07-17 | Reorder vertices in fast_clipped_poly | keithw | 4 | -4/+4 |
2002-07-17 | Reorder vertices in fast_clipped_poly | keithw | 1 | -1/+1 |
2002-07-17 | latest Mesa 4.0.x updates | alanh | 6 | -12/+73 |
2002-07-17 | Workaround for Radeon lockups on fast machines | electronghost | 1 | -1/+13 |
2002-07-14 | bump DRM minor and check it before using the GETPARAM ioctl to obtain scratch... | mdaenzer | 2 | -13/+23 |
2002-07-12 | Add SSE availability test on FreeBSD and fix SSE test on new Athlons. | anholt | 2 | -1/+26 |
2002-07-11 | Don't read scratch registers directly, obtain the values via the GET_PARAM | mdaenzer | 5 | -32/+85 |
2002-07-09 | Increase the linux-compatibility max ioctl. | anholt | 1 | -1/+1 |
2002-07-08 | Call _mesa_make_current() _after_ setting the driDrawable field. | brianp | 3 | -10/+11 |
2002-07-06 | Fix unwrap of DRI functions in DRICloseScreen. | jensowen | 1 | -45/+97 |
2002-07-06 | remove obsolete files | alanh | 17 | -12306/+0 |
2002-07-05 | Back out crud from last commit (oops) | keithw | 1 | -43/+5 |
2002-07-05 | remove files missed by merge | alanh | 3 | -1003/+0 |
2002-07-05 | Make sure state is uptodate before performing clear. | keithw | 1 | -5/+45 |
2002-07-05 | merged bsd-3-0-0-branchbsd-3-0-0-20020705-merge | alanh | 107 | -16598/+6446 |
2002-07-04 | added parenthesis to macros (Jose Fonseca)trunk-20020705 | brianp | 1 | -45/+47 |
2002-07-04 | Fix some more pageflipping issues -- existing code was doing MMIO | keithw | 1 | -10/+14 |
2002-07-04 | Revert SET_SCISSORS change. | keithw | 1 | -3/+4 |
2002-07-03 | remove $Id line | alanh | 1 | -2/+0 |
2002-07-03 | Use old packets (aos+vertex data in one packet) to avoid problems | keithw | 1 | -1/+1 |
2002-07-03 | SDK linking for the *_common.h files | alanh | 4 | -0/+6 |
2002-07-02 | Fix lockup on faster machines when drawing in multiple clip rectangles (e.g. ...trunk-20020703 | electronghost | 2 | -3/+3 |
2002-07-01 | Remove bogus shortcircuit test on last_ReallyEnabled | keithw | 1 | -4/+1 |
2002-06-27 | Even more correct test for draw buffer | keithw | 1 | -2/+6 |
2002-06-27 | Set pfCurrentPage on cleanup_pageflip | keithw | 1 | -0/+2 |
2002-06-27 | Correct test for backbuffer rendering. | keithw | 1 | -4/+4 |