Age | Commit message (Expand) | Author |
2009-05-07 | swrast: fix span clipping bug | Brian Paul |
2008-09-18 | mesa: prefix a bunch of #include lines with "main/". | Brian Paul |
2007-06-29 | simplify INIT_SPAN code | Brian |
2007-05-20 | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian |
2007-03-26 | Add _swrast_span_default_secondary_color() for use with glBitmap, glDrawPixel... | Brian |
2007-03-13 | comment about SPAN_* vs FRAG_BIT_* values | Brian |
2007-02-02 | Replace color, z, w, texture interpolants with new generic attrib interpolants. | Brian |
2007-02-02 | New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ... | Brian |
2007-02-02 | get rid of unused span->start field | Brian |
2007-02-01 | comments | Brian |
2007-02-01 | New SWspanarrays attribs[] array. | Brian |
2007-02-01 | move span-related types/tokens into s_span.h | Brian |
2006-10-12 | Lots of changes to support runtime renderbuffer depths. | Brian Paul |
2006-10-01 | New SWspan and SWspanarrays typedefs. | Brian Paul |
2006-09-25 | Initial work for supporting different renderbuffer color depths at runtime. | Brian Paul |
2005-09-30 | added _swrast_get_row() | Brian Paul |
2005-09-29 | added _swrast_put_row() | Brian Paul |
2005-09-16 | Fix potential segfault when trying to read pixels outside renderbuffer bounds. | Brian Paul |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2004-12-18 | Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span(). | Brian Paul |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2003-03-25 | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul |
2003-03-15 | Fix up some fragment program texture enable issues. | Brian Paul |
2002-06-15 | Added ctx parameter to _mesa_debug() | Brian Paul |
2002-04-12 | Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive | Brian Paul |
2002-02-17 | Simplified fog code. | Brian Paul |
2002-01-28 | More span improvements. Removed _mesa_write_monocolor_span(). | Brian Paul |
2002-01-28 | More span clean-up, mostly texture-related. | Brian Paul |
2002-01-27 | LOTS of changes, building upon Klaus's work. | Brian Paul |
2002-01-21 | Klaus's latest patches and some clean-up | Brian Paul |
2002-01-16 | latest changes from Klaus | Brian Paul |
2002-01-10 | Klaus's latest patches: change texcoord[3] to texcoord[4] everywhere | Brian Paul |
2001-12-17 | first checkpoint commit of Klaus's new span code (struct sw_span) | Brian Paul |
2001-11-19 | More span rendering optimizations from Klaus Niederkrueger | Brian Paul |
2001-05-15 | Apply antialiasing coverage factor to alpha after texture application, | Brian Paul |
2001-05-03 | interpolate fog valus as floats, not fixed - fixed the swrast fog problem | Brian Paul |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2000-11-22 | Committing in . | Jouk Jansen |
2000-10-31 | Moved software rasterizer functionality to new directory. | Keith Whitwell |