summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_alphabuf.c
AgeCommit message (Expand)Author
2002-11-26fixed bad clear valueBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-18Add casts to quiet compiler warnings.Karl Schultz
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-03-19Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul
2001-05-11fixed scissor clear problem (Michael Saunders)Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell