summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_span.h
Commit message (Expand)AuthorAgeFilesLines
* simplify INIT_SPAN codeBrian2007-06-291-9/+9
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-74/+24
* Add _swrast_span_default_secondary_color() for use with glBitmap, glDrawPixel...Brian2007-03-261-0/+3
* comment about SPAN_* vs FRAG_BIT_* valuesBrian2007-03-131-0/+2
* Replace color, z, w, texture interpolants with new generic attrib interpolants.Brian2007-02-021-17/+9
* New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ...Brian2007-02-021-8/+5
* get rid of unused span->start fieldBrian2007-02-021-4/+2
* commentsBrian2007-02-011-0/+3
* New SWspanarrays attribs[] array.Brian2007-02-011-26/+12
* move span-related types/tokens into s_span.hBrian2007-02-011-0/+201
* Lots of changes to support runtime renderbuffer depths.Brian Paul2006-10-121-2/+2
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-011-8/+8
* Initial work for supporting different renderbuffer color depths at runtime.Brian Paul2006-09-251-0/+5
* added _swrast_get_row()Brian Paul2005-09-301-0/+5
* added _swrast_put_row()Brian Paul2005-09-291-0/+5
* Fix potential segfault when trying to read pixels outside renderbuffer bounds.Brian Paul2005-09-161-1/+6
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-3/+3
* Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul2004-12-181-11/+6
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-12/+12
* Fix up some fragment program texture enable issues.Brian Paul2003-03-151-3/+8
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-1/+3
* Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul2002-04-121-7/+6
* Simplified fog code.Brian Paul2002-02-171-1/+4
* More span improvements. Removed _mesa_write_monocolor_span().Brian Paul2002-01-281-5/+2
* More span clean-up, mostly texture-related.Brian Paul2002-01-281-18/+2
* LOTS of changes, building upon Klaus's work.Brian Paul2002-01-271-25/+11
* Klaus's latest patches and some clean-upBrian Paul2002-01-211-4/+4
* latest changes from KlausBrian Paul2002-01-161-1/+5
* Klaus's latest patches: change texcoord[3] to texcoord[4] everywhereBrian Paul2002-01-101-9/+9
* first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul2001-12-171-28/+25
* More span rendering optimizations from Klaus NiederkruegerBrian Paul2001-11-191-1/+6
* Apply antialiasing coverage factor to alpha after texture application,Brian Paul2001-05-151-47/+42
* interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul2001-05-031-7/+7
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-9/+9
* Committing in .Jouk Jansen2000-11-221-6/+6
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+99