summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-14/+74
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-9/+9
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-10/+10
* sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul2002-02-021-5/+5
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-14/+18
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-10/+8
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2
* fixed an assertionBrian Paul2001-02-131-2/+3
* Lots of GLchan datatype changes.Brian Paul2001-01-241-10/+10
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-5/+5
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-9/+9
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+257