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