summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_alphabuf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some warningsAlan Hourihane2004-12-021-4/+0
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-1/+1
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-8/+8
* Change software alpha plane pointers from void* to GLchan*, eliminate some ca...Brian Paul2004-01-231-15/+14
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-9/+9
* fixed bad clear valueBrian Paul2002-11-261-3/+6
* Header file clean-up:Brian Paul2002-10-241-2/+2
* Add casts to quiet compiler warnings.Karl Schultz2002-10-181-2/+2
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-111-8/+11
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-041-15/+15
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-32/+55
* Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul2002-03-191-9/+9
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-59/+44
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-131-5/+11
* fixed scissor clear problem (Michael Saunders)Brian Paul2001-05-111-4/+11
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-9/+6
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-5/+5
* Lots of GLchan datatype changes.Brian Paul2001-01-241-2/+2
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-4/+5
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-4/+4
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+313