summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/gamma/gamma_span.c
Commit message (Expand)AuthorAgeFilesLines
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-4/+4
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+6
* replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul2005-09-041-7/+3
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-31/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-2/+2
* Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane2005-01-201-7/+7
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-4/+4
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+4
* Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick2004-03-181-4/+4
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-171-4/+4
* add gamma driver - no kernel driver yetAlan Hourihane2003-09-301-0/+342