summaryrefslogtreecommitdiff
path: root/xc
AgeCommit message (Expand)AuthorFilesLines
2001-01-29Remove #if 0'd-out call to DRILock.tdfx-3-0-1-branchgareth1-76/+71
2001-01-28would be nice to know which texture is invalidnathanh1-1/+1
2001-01-28texture memory was overlapping with front buffer, resulting in screennathanh1-18/+17
2001-01-28Fix depth clears properly this time. Update all instances ofgareth6-40/+64
2001-01-26fixes black screens in descent3nathanh1-9/+9
2001-01-26Client-side updates for drmRadeonClear(...), fixes color/depth buffergareth7-41/+47
2001-01-24- Misc cleanups.gareth19-405/+346
2001-01-24fixed driver(s) typobrianp1-2/+3
2001-01-23fixed line rasterization problems, as in Radeon driverbrianp1-21/+44
2001-01-23fixed state update bugs by calling internal Mesa functions to restore state i...brianp1-171/+203
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-19GL_RETURN didn't write to software alpha buffersbrianp1-0/+11
2001-01-19clean-up of tdfx/voodoo5 info (got undone in 4.0.2 merge)brianp1-108/+32
2001-01-19Fix calculation of depth clear value in mgaDDClearDepth()keithw1-75/+8
2001-01-18Fixed problem preventing compile on system w/o agpgart.jhartmann1-2/+2
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-16minor indentation clean-upsbrianp1-17/+23
2001-01-16- Enable bus mastering in PCI config space for those systems that do notkem2-0/+11
2001-01-15- Remove AGP_CNTL register programming -- it was a holdover from the Rage 128kem1-19/+0
2001-01-13Remove debug messages.gareth1-1/+1
2001-01-11Makefile.linux was checking $(MACHINE) for 'i386' before building the i810.okeithw1-0/+3
2001-01-11Added a bunch of new comments / documentation.brianp1-24/+81
2001-01-11fixed FX_GLIDE_SWAPINTERVAL typosbrianp1-2/+2
2001-01-11fix one liner.alanh1-1/+1
2001-01-11- Re-enable freeing resources when the screen is destroyedkem2-3/+9
2001-01-11Minor updates (Alpha info, /dev/dri permissions, copyright date)brianp2-34/+15
2001-01-11- Add XF86Config file option to enable depth buffer moves (they arekem3-9/+19
2001-01-11- Update DRI docs for the Radeon and Rage 128 driverskem2-19/+84
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-10Remove duplicate LinkSourceFile entries.gareth1-4/+1
2001-01-10- Fix offscreen memory allocation calculation for textureskem1-1/+1
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