summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_span.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-6/+6
* swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-241-10/+11
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-241-0/+1
* swrast: stop using Put/GetRow/Values() in swrast codeBrian Paul2012-01-241-0/+5
* swrast: make _swrast_get_values(), _swrast_get_row() staticBrian Paul2012-01-241-11/+0
* swrast: remove dstType param from _swrast_read_rgba_span()Brian Paul2012-01-241-1/+1
* swrast: remove unused _swrast_put_row()Brian Paul2012-01-241-5/+0
* swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribsBrian Paul2012-01-071-1/+2
* mesa: move last bits of GLchan stuff into swrastBrian Paul2011-09-201-0/+2
* swrast: Clean up header file inclusion in s_span.h.Vinson Lee2010-12-241-1/+6
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-8/+8
* swrast: Remove SPAN_INDEXIan Romanick2010-03-031-7/+6
* swrast: Remove _swrast_read_index_spanIan Romanick2010-03-031-4/+0
* swrast: Remove _swrast_write_index_span and associated codeIan Romanick2010-03-031-3/+0
* swrast: fix span clipping bugBrian Paul2009-05-071-2/+7
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-1/+0
* 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