summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide/fxddspan.c
Commit message (Expand)AuthorAgeFilesLines
* made some functions static.Daniel Borca2004-12-201-12/+15
* cleanupDaniel Borca2004-09-131-2/+0
* "const int _nc" was really stupid...Daniel Borca2004-08-191-13/+8
* cleanupDaniel Borca2004-08-161-2/+2
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* got rid of __FUNCTION__ :(Daniel Borca2003-12-101-4/+4
* Voodoo2 happinessDaniel Borca2003-11-031-20/+0
* Napalm total immersionDaniel Borca2003-10-211-211/+184
* Reorganized combiners. Added optimized span functions.Daniel Borca2003-10-091-414/+312
* updates from Daniel BorcaBrian Paul2003-10-021-54/+53
* DOS and glide driver updates from Daniel BorcaBrian Paul2003-08-191-52/+23
* more DOS updates from Daniel BorcaBrian Paul2003-07-171-8/+249
* misc driver updates (Daniel Borca)Brian Paul2002-11-041-2/+2
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-111-4/+4
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-3/+3
* fixed some configure;make build problems. cleaned-up copyright info.Brian Paul2001-09-231-20/+10
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-18/+42
* used indent to clean-up the codeBrian Paul2001-03-031-357/+370
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-0/+1
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-5/+7
* Lots of changes:Keith Whitwell2000-11-051-89/+18
* replaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels()Brian Paul2000-05-051-18/+35
* minor updatesBrian Paul2000-04-151-0/+2
* fixed bug in XF86 writeRegionClipped()Brian Paul2000-04-111-1/+1
* fixed stride problem in read_R5G6B5_spanBrian Paul2000-04-111-2/+6
* new read_R5G5B5_span() functionBrian Paul2000-04-071-1/+58
* runtime selectable depth buffer depthBrian Paul2000-03-031-26/+39
* udpated version/copyright infoBrian Paul2000-02-091-2/+2
* updated with latest DRI tree changesBrian Paul2000-01-181-57/+70
* new depth buffer functionsBrian Paul1999-12-101-435/+50
* applied Daryll's patchesBrian Paul1999-12-101-1/+6
* update/merge with Daryll's X server changesBrian Paul1999-11-151-85/+158
* Fix for write-rgba-span and othersKeith Whitwell1999-09-171-22/+48
* Initial revisionjtg1999-08-191-0/+817