summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* pass mask=NULL to write all pixels in clear_ci_buffer_with_masking()Brian Paul2005-09-161-9/+8
* remove unused varBrian Paul2005-09-051-1/+0
* Remove last remnants of pre-renderbuffer code.Brian Paul2005-09-031-100/+0
* Just additional comments.Brian Paul2005-08-311-1/+7
* Remove NEW_RENDERBUFFER stuff.Brian Paul2005-07-011-1/+1
* check for NULL swrast->Driver.SetBuffer before calling itBrian Paul2005-06-211-3/+5
* remove old span codeBrian Paul2005-06-041-52/+26
* dri fb works using renderbuffers now in RGBA modeJon Smirl2005-05-081-2/+4
* restore call to SetBuffer() in clear_color_buffers(), only temporaryBrian Paul2005-05-061-7/+6
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-135/+235
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-11/+21
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-0/+2
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-38/+71
* fix typoBrian Paul2004-02-041-4/+3
* 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-11/+11
* optimized color buffer clear fallback (use mono-color span functionsBrian Paul2002-11-131-28/+11
* Header file clean-up:Brian Paul2002-10-241-2/+2
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-111-23/+10
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-041-17/+15
* 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