simplify INIT_SPAN code
[mesa.git] / src / mesa / swrast / s_accum.c
2007-06-30 Briansimplify INIT_SPAN code
2007-03-21 Brianmerge from master
2007-03-16 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-15 Brianadd some rb->Data null ptr checks (bug 7205)
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-18 Brian PaulDon't pass x/y/width/height to ctx->Driver.Accum().
2006-10-12 Brian PaulLots of changes to support runtime renderbuffer depths.
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2006-09-24 Brian PaulChange logicop, blend, masking functions to use the...
2006-09-24 Brian Pauluse span.array->rgba instead of local var in accum_return()
2006-09-22 Brian PaulGet rid of _swrast_mask_rgba_array() and _swrast_mask_i...
2006-04-27 Brian Paulfixes for CHAN_BITS!=8
2005-09-21 Brian PaulRemove ACCUM_BITS.
2005-09-03 Brian PaulRemove last remnants of pre-renderbuffer code.
2005-06-02 Brian PaulRemove last of the old span code.
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-11-27 Brian Paulnew comments and assertions
2004-02-04 Brian Paulfix typo
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-30 Brian Pauls/BZERO/_mesa_bzero/
2002-10-24 Brian PaulHeader file clean-up:
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-03-19 Brian PaulUse MESA_PBUFFER_ALLOC/FREE macros to allocate all...
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2001-09-19 Karl Schultzsilence compiler warnings (last batch for src)
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-04-20 Brian PaulMinor fixes for Win32 (Karl Schultz).
2001-04-10 Brian PaulAdded IROUND_POS() macro to mmath.h and use where appro...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.