st: expose KHR_blend_equation_advanced if PIPE_CAP_BLEND_EQUATION_ADVANCED
[mesa.git] / src / mesa / swrast / s_span.h
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.