summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_alphabuf.c
AgeCommit message (Expand)Author
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-01-23Change software alpha plane pointers from void* to GLchan*, eliminate some ca...Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul
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