simplify INIT_SPAN code
[mesa.git] / src / mesa / swrast / s_span.h
2007-06-30 Briansimplify INIT_SPAN code
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 BrianAdd _swrast_span_default_secondary_color() for use...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-13 Briancomment about SPAN_* vs FRAG_BIT_* values
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 BrianReplace color, z, w, texture interpolants with new...
2007-02-02 BrianNew span attrStart/attrStepX/attrStepY fields to replac...
2007-02-02 Brianget rid of unused span->start field
2007-02-01 Briancomments
2007-02-01 BrianNew SWspanarrays attribs[] array.
2007-02-01 Brianmove span-related types/tokens into s_span.h
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-12 Brian PaulLots of changes to support runtime renderbuffer depths.
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2006-09-25 Brian PaulInitial work for supporting different renderbuffer...
2005-09-30 Brian Pauladded _swrast_get_row()
2005-09-29 Brian Pauladded _swrast_put_row()
2005-09-16 Brian PaulFix potential segfault when trying to read pixels outsi...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-12-18 Brian PaulConsolidate _swrast_write_texture_span() into _swrast_w...
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-15 Brian PaulFix up some fragment program texture enable issues.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-04-12 Brian PaulKlaus Niederkrueger's latest changes: use INIT_SPAN...
2002-02-17 Brian PaulSimplified fog code.
2002-01-28 Brian PaulMore span improvements. Removed _mesa_write_monocolor_...
2002-01-28 Brian PaulMore span clean-up, mostly texture-related.
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2002-01-21 Brian PaulKlaus's latest patches and some clean-up
2002-01-16 Brian Paullatest changes from Klaus
2002-01-10 Brian PaulKlaus's latest patches: change texcoord[3] to texcoord...
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-11-19 Brian PaulMore span rendering optimizations from Klaus Niederkrueger
2001-05-15 Brian PaulApply antialiasing coverage factor to alpha after textu...
2001-05-03 Brian Paulinterpolate fog valus as floats, not fixed - fixed...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2000-11-22 Jouk Jansen Committing in .
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.