| Commit message (Expand) | Author | Age | Files | Lines |
* | swrast: define, use SWRAST_MAX_WIDTH/HEIGHT | Brian Paul | 2012-02-24 | 1 | -10/+11 |
* | mesa: remove gl_renderbuffer::DataType | Brian Paul | 2012-01-24 | 1 | -0/+1 |
* | swrast: stop using Put/GetRow/Values() in swrast code | Brian Paul | 2012-01-24 | 1 | -0/+5 |
* | swrast: make _swrast_get_values(), _swrast_get_row() static | Brian Paul | 2012-01-24 | 1 | -11/+0 |
* | swrast: remove dstType param from _swrast_read_rgba_span() | Brian Paul | 2012-01-24 | 1 | -1/+1 |
* | swrast: remove unused _swrast_put_row() | Brian Paul | 2012-01-24 | 1 | -5/+0 |
* | swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribs | Brian Paul | 2012-01-07 | 1 | -1/+2 |
* | mesa: move last bits of GLchan stuff into swrast | Brian Paul | 2011-09-20 | 1 | -0/+2 |
* | swrast: Clean up header file inclusion in s_span.h. | Vinson Lee | 2010-12-24 | 1 | -1/+6 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -8/+8 |
* | swrast: Remove SPAN_INDEX | Ian Romanick | 2010-03-03 | 1 | -7/+6 |
* | swrast: Remove _swrast_read_index_span | Ian Romanick | 2010-03-03 | 1 | -4/+0 |
* | swrast: Remove _swrast_write_index_span and associated code | Ian Romanick | 2010-03-03 | 1 | -3/+0 |
* | swrast: fix span clipping bug | Brian Paul | 2009-05-07 | 1 | -2/+7 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -1/+0 |
* | simplify INIT_SPAN code | Brian | 2007-06-29 | 1 | -9/+9 |
* | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian | 2007-05-20 | 1 | -74/+24 |
* | Add _swrast_span_default_secondary_color() for use with glBitmap, glDrawPixel... | Brian | 2007-03-26 | 1 | -0/+3 |
* | comment about SPAN_* vs FRAG_BIT_* values | Brian | 2007-03-13 | 1 | -0/+2 |
* | Replace color, z, w, texture interpolants with new generic attrib interpolants. | Brian | 2007-02-02 | 1 | -17/+9 |
* | New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ... | Brian | 2007-02-02 | 1 | -8/+5 |
* | get rid of unused span->start field | Brian | 2007-02-02 | 1 | -4/+2 |
* | comments | Brian | 2007-02-01 | 1 | -0/+3 |
* | New SWspanarrays attribs[] array. | Brian | 2007-02-01 | 1 | -26/+12 |
* | move span-related types/tokens into s_span.h | Brian | 2007-02-01 | 1 | -0/+201 |
* | Lots of changes to support runtime renderbuffer depths. | Brian Paul | 2006-10-12 | 1 | -2/+2 |
* | New SWspan and SWspanarrays typedefs. | Brian Paul | 2006-10-01 | 1 | -8/+8 |
* | Initial work for supporting different renderbuffer color depths at runtime. | Brian Paul | 2006-09-25 | 1 | -0/+5 |
* | added _swrast_get_row() | Brian Paul | 2005-09-30 | 1 | -0/+5 |
* | added _swrast_put_row() | Brian Paul | 2005-09-29 | 1 | -0/+5 |
* | Fix potential segfault when trying to read pixels outside renderbuffer bounds. | Brian Paul | 2005-09-16 | 1 | -1/+6 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -3/+3 |
* | Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span(). | Brian Paul | 2004-12-18 | 1 | -11/+6 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul | 2003-03-25 | 1 | -12/+12 |
* | Fix up some fragment program texture enable issues. | Brian Paul | 2003-03-15 | 1 | -3/+8 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -1/+3 |
* | Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive | Brian Paul | 2002-04-12 | 1 | -7/+6 |
* | Simplified fog code. | Brian Paul | 2002-02-17 | 1 | -1/+4 |
* | More span improvements. Removed _mesa_write_monocolor_span(). | Brian Paul | 2002-01-28 | 1 | -5/+2 |
* | More span clean-up, mostly texture-related. | Brian Paul | 2002-01-28 | 1 | -18/+2 |
* | LOTS of changes, building upon Klaus's work. | Brian Paul | 2002-01-27 | 1 | -25/+11 |
* | Klaus's latest patches and some clean-up | Brian Paul | 2002-01-21 | 1 | -4/+4 |
* | latest changes from Klaus | Brian Paul | 2002-01-16 | 1 | -1/+5 |
* | Klaus's latest patches: change texcoord[3] to texcoord[4] everywhere | Brian Paul | 2002-01-10 | 1 | -9/+9 |
* | first checkpoint commit of Klaus's new span code (struct sw_span) | Brian Paul | 2001-12-17 | 1 | -28/+25 |
* | More span rendering optimizations from Klaus Niederkrueger | Brian Paul | 2001-11-19 | 1 | -1/+6 |
* | Apply antialiasing coverage factor to alpha after texture application, | Brian Paul | 2001-05-15 | 1 | -47/+42 |
* | interpolate fog valus as floats, not fixed - fixed the swrast fog problem | Brian Paul | 2001-05-03 | 1 | -7/+7 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -2/+2 |