summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_accum.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-8/+8
2010-03-05swrast: Remove redundant test of the visual's accumulation buffer sizeIan Romanick1-5/+1
2010-01-27swrast: silence double->float assignment warningsBrian Paul1-1/+1
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz1-1/+0
2010-01-13swrast: Remove unnecessary header from s_accum.c.Vinson Lee1-1/+0
2010-01-07swrast: fix color masking for glAccum(GL_RETURN)Brian Paul1-4/+4
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-1/+1
2009-01-30swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul1-4/+4
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-5/+5
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian1-2/+2
2007-06-29simplify INIT_SPAN codeBrian1-1/+3
2007-03-15add some rb->Data null ptr checks (bug 7205)Brian1-1/+3
2006-10-18Don't pass x/y/width/height to ctx->Driver.Accum().Brian Paul1-4/+10
2006-10-12Lots of changes to support runtime renderbuffer depths.Brian Paul1-2/+2
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-1/+1
2006-09-24Change logicop, blend, masking functions to use the colors/indexes in theBrian Paul1-1/+1
2006-09-24use span.array->rgba instead of local var in accum_return()Brian Paul1-15/+16
2006-09-22Get rid of _swrast_mask_rgba_array() and _swrast_mask_index_array().Brian Paul1-2/+6
2006-04-27fixes for CHAN_BITS!=8Brian Paul1-6/+14
2005-09-21Remove ACCUM_BITS.Brian Paul1-1/+1
2005-09-03Remove last remnants of pre-renderbuffer code.Brian Paul1-9/+1
2005-06-02Remove last of the old span code.Brian Paul1-7/+1
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-370/+432
2004-11-27new comments and assertionsBrian Paul1-0/+2
2004-02-04fix typoBrian Paul1-4/+3
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-11/+11
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-2/+1
2002-10-30s/BZERO/_mesa_bzero/Brian Paul1-2/+3
2002-10-24Header file clean-up:Brian Paul1-2/+2
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul1-9/+7
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-2/+2
2002-03-19Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul1-3/+3
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul1-18/+18
2002-02-02sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul1-5/+5
2001-09-19silence compiler warnings (last batch for src)Karl Schultz1-2/+2
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul1-48/+54
2001-04-20Minor fixes for Win32 (Karl Schultz).Brian Paul1-1/+2
2001-04-10Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul1-7/+8
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-16/+16
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-12/+12
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul1-3/+3
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-13/+13
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-7/+7
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-3/+14
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell1-36/+40
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell1-110/+118
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell1-0/+499