summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxddspan.c
AgeCommit message (Expand)Author
2008-08-05dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao
2005-09-21replace GLdepth with GLuintBrian Paul
2005-09-01remove fxDDSetBuffer()Brian Paul
2005-05-09accomodate new frambuffer changesDaniel Borca
2004-12-20made some functions static.Daniel Borca
2004-09-13cleanupDaniel Borca
2004-08-19"const int _nc" was really stupid...Daniel Borca
2004-08-16cleanupDaniel Borca
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2003-12-10got rid of __FUNCTION__ :(Daniel Borca
2003-11-03Voodoo2 happinessDaniel Borca
2003-10-21Napalm total immersionDaniel Borca
2003-10-09Reorganized combiners. Added optimized span functions.Daniel Borca
2003-10-02updates from Daniel BorcaBrian Paul
2003-08-19DOS and glide driver updates from Daniel BorcaBrian Paul
2003-07-17more DOS updates from Daniel BorcaBrian Paul
2002-11-04misc driver updates (Daniel Borca)Brian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2001-09-23fixed some configure;make build problems. cleaned-up copyright info.Brian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-03used indent to clean-up the codeBrian Paul
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-14Removed Driver.Color() and Driver.Index() functions.Brian Paul
2000-11-05Lots of changes:Keith Whitwell
2000-05-05replaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels()Brian Paul
2000-04-15minor updatesBrian Paul
2000-04-11fixed bug in XF86 writeRegionClipped()Brian Paul
2000-04-11fixed stride problem in read_R5G6B5_spanBrian Paul
2000-04-07new read_R5G5B5_span() functionBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-02-09udpated version/copyright infoBrian Paul
2000-01-18updated with latest DRI tree changesBrian Paul
1999-12-10new depth buffer functionsBrian Paul
1999-12-10applied Daryll's patchesBrian Paul
1999-11-15update/merge with Daryll's X server changesBrian Paul
1999-09-17Fix for write-rgba-span and othersKeith Whitwell
1999-08-19Initial revisionjtg