summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: rename s_buffers.c -> s_clear.cBrian Paul2009-03-071-346/+0
* mesa: remove unused AUX buffersBrian Paul2009-03-021-4/+1
* swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul2009-01-301-4/+2
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-5/+5
* fix botched test for clearing color buffers (should fix depth peeling regress...Brian2008-03-091-3/+4
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-5/+5
* simplify INIT_SPAN codeBrian2007-06-291-2/+6
* s/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking()Brian2007-06-291-1/+1
* silence C++ warningsBrian2007-01-231-1/+4
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-12/+9
* rewrite clear_rgba_buffer_with_masking()Brian Paul2006-10-061-8/+27
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-011-2/+2
* Change logicop, blend, masking functions to use the colors/indexes in theBrian Paul2006-09-241-2/+2
* use span.arrays for color/indexes instead of a local var when doing masked cl...Brian Paul2006-09-241-20/+26
* Get rid of _swrast_mask_rgba_array() and _swrast_mask_index_array().Brian Paul2006-09-221-7/+19
* update some tests for visual bit depths to use renderbuffersBrian Paul2006-04-251-3/+4
* Use new gl_framebuffer _Depth/_StencilBuffer fields instead ofBrian Paul2005-11-161-9/+4
* use UNCLAMPED_FLOAT_TO_USHORT/UBYTE in clear_rgba_buffer() (bug #4992)Brian Paul2005-11-091-8/+9
* 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