summaryrefslogtreecommitdiff
path: root/xc/lib/GL/mesa
AgeCommit message (Expand)AuthorFilesLines
2001-03-07- Prepare for merge with trunksarea-1-0-0-20010307-freezekem4-4/+19
2001-02-20Modified two version checks which were missing from the last commitjhartmann2-12/+8
2001-02-20Bumped DRI Version to 4.0.0, changed all the versioning code to new versionin...jhartmann6-39/+26
2001-02-20Made sarea_priv_ofs to sarea_priv_offset per Gareth's recommendationjhartmann14-16/+16
2001-02-19use drmUnmap on private sareajhartmann1-0/+6
2001-02-19Change naming of sarea_ofs to sarea_priv_ofsjhartmann14-16/+16
2001-02-19Change order of destroy context code so that the Xmesa and gl destroy context...jhartmann1-1/+1
2001-02-16Working Client side code, we no longer waste resources for dummy contextsjhartmann1-19/+23
2001-02-16Pass around private sarea offset, so we don't have to bump version numbers fo...jhartmann14-9/+16
2001-02-16First stab at removing dummy context, need to talk to kevin about visual stuffjhartmann1-0/+6
2001-02-15Added libGL/ddx test code to the radeon for per context sareasjhartmann4-0/+30
2001-02-15Fix parameter to drmMGAEngineReset().gareth1-1/+1
2001-02-15Update date stamp.gareth1-1/+1
2001-02-15Merge mga-1-0-0-branch into trunk.gareth17-908/+1012
2001-01-31prboom with enable-gl somehow managed to get tObj->Image[tObj->BaseLevel]nathanh1-0/+6
2001-01-31updated tdfx driver bug listnathanh1-0/+22
2001-01-30Fix LogicOp fallback in tdfxDDEnable().gareth2-4/+8
2001-01-29Corresponding sync with PCI GART updates.gareth1-1/+1
2001-01-28would be nice to know which texture is invalidnathanh1-1/+1
2001-01-28Fix depth clears properly this time. Update all instances ofgareth1-4/+4
2001-01-26Client-side updates for drmRadeonClear(...), fixes color/depth buffergareth3-20/+33
2001-01-24- Misc cleanups.gareth6-53/+70
2001-01-23fixed line rasterization problems, as in Radeon driverbrianp1-21/+44
2001-01-23fixed subpixel errors in line rasterizationbrianp1-20/+43
2001-01-23polygon stipples were upside down and at wrong offset - fixedbrianp1-10/+13
2001-01-23pull libdri check back a version, until XFree86 code sync.alanh2-4/+4
2001-01-23correct text outputalanh1-1/+1
2001-01-23correct cut&paste erroralanh1-2/+2
2001-01-23ensure client side version checking.alanh2-0/+68
2001-01-22disabled stencil span functions until there's h/w support, fixes conform prob...brianp1-0/+2
2001-01-22revert subimage changeskeithw1-6/+16
2001-01-22added subpixel offsets to fix rasterization errorsbrianp3-14/+26
2001-01-22minor changes to fix accum and scissor test failuresbrianp1-3/+4
2001-01-22adjusted SUBPIXEL_X/Y offsets to fix xformn.c failurebrianp1-5/+5
2001-01-22add subpixel offsets for GL_POINTS to fix pntrast.c failurebrianp2-12/+20
2001-01-20minor conformance fixesbrianp4-5/+8
2001-01-19Fix calculation of depth clear value in mgaDDClearDepth()keithw1-75/+8
2001-01-18Fix driver for new behaviour of driPrivate->lastStamp introducedkeithw2-2/+4
2001-01-18Fix detection of logicop fallback in most drvers.keithw6-16/+118
2001-01-11Added a bunch of new comments / documentation.brianp1-24/+81
2001-01-11- Re-enable freeing resources when the screen is destroyedkem1-0/+6
2001-01-11use better defines for disabled codekeithw2-1/+4
2001-01-10- Use screen-relative instead of window-relative coordiantes to calculatekem1-14/+15
2001-01-10Fix texture upload at offset 0 bug. Quake 2 engine games usegareth2-1/+12
2001-01-10Really fix the Imakefile. These changes were obviously undone by agareth1-3/+8
2001-01-10fix Radeon's Imakefile buildalanh1-2/+2
2001-01-09verbose warning message when DRM can't be openednathanh1-0/+2
2001-01-09CLIPSPAN macros were inconsistent across driversnathanh3-16/+6
2001-01-08Merged tdfx-3-0-0tdfx-3-0-0-20010109-mergenathanh78-16678/+14667
2001-01-06Update Radeon Imakefile to match other drivers. Added conditional MMXgareth1-5/+10