summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_accum.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: Remove redundant test of the visual's accumulation buffer sizeIan Romanick2010-03-051-5/+1
* swrast: silence double->float assignment warningsBrian Paul2010-01-271-1/+1
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-1/+0
|\
| * swrast: Remove unnecessary header from s_accum.c.Vinson Lee2010-01-131-1/+0
* | swrast: fix color masking for glAccum(GL_RETURN)Brian Paul2010-01-071-4/+4
* | mesa: implement per-buffer color maskingBrian Paul2009-12-291-1/+1
|/
* swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul2009-01-301-4/+4
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-5/+5
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-2/+2
* simplify INIT_SPAN codeBrian2007-06-291-1/+3
* add some rb->Data null ptr checks (bug 7205)Brian2007-03-151-1/+3
* Don't pass x/y/width/height to ctx->Driver.Accum().Brian Paul2006-10-181-4/+10
* Lots of changes to support runtime renderbuffer depths.Brian Paul2006-10-121-2/+2
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-011-1/+1
* Change logicop, blend, masking functions to use the colors/indexes in theBrian Paul2006-09-241-1/+1
* use span.array->rgba instead of local var in accum_return()Brian Paul2006-09-241-15/+16
* Get rid of _swrast_mask_rgba_array() and _swrast_mask_index_array().Brian Paul2006-09-221-2/+6
* fixes for CHAN_BITS!=8Brian Paul2006-04-271-6/+14
* Remove ACCUM_BITS.Brian Paul2005-09-211-1/+1
* Remove last remnants of pre-renderbuffer code.Brian Paul2005-09-031-9/+1
* Remove last of the old span code.Brian Paul2005-06-021-7/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-370/+432
* new comments and assertionsBrian Paul2004-11-271-0/+2
* 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
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* s/BZERO/_mesa_bzero/Brian Paul2002-10-301-2/+3
* Header file clean-up:Brian Paul2002-10-241-2/+2
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-9/+7
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-2/+2
* Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul2002-03-191-3/+3
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-18/+18
* sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul2002-02-021-5/+5
* silence compiler warnings (last batch for src)Karl Schultz2001-09-191-2/+2
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-131-48/+54
* Minor fixes for Win32 (Karl Schultz).Brian Paul2001-04-201-1/+2
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul2001-04-101-7/+8
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-16/+16
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-12/+12
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-3/+3
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-13/+13
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-7/+7
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-3/+14
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-36/+40
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-110/+118
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+499