summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_readpix.c
Commit message (Expand)AuthorAgeFilesLines
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-9/+6
* casts to fix GLint/GLuint mismatchesBrian Paul2002-04-191-5/+5
* don't apply scissor box in read_fast_rgba_pixels()Brian Paul2002-01-121-15/+15
* use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)Brian Paul2001-05-161-2/+4
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-12/+20
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-6/+6
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+3
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-13/+13
* moved depth/index/stencil span packing into image.cBrian Paul2001-02-161-324/+48
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-12/+12
* improved precision of glReadPixels for colorbuffers < 24bppBrian Paul2000-12-131-4/+22
* fixed a convolution pixel store bugBrian Paul2000-11-281-2/+2
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-13/+13
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-4/+8
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+765