summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_span.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-6/+6
2012-02-24swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-10/+11
2012-01-24mesa: remove gl_renderbuffer::DataTypeBrian Paul1-0/+1
2012-01-24swrast: stop using Put/GetRow/Values() in swrast codeBrian Paul1-0/+5
2012-01-24swrast: make _swrast_get_values(), _swrast_get_row() staticBrian Paul1-11/+0
2012-01-24swrast: remove dstType param from _swrast_read_rgba_span()Brian Paul1-1/+1
2012-01-24swrast: remove unused _swrast_put_row()Brian Paul1-5/+0
2012-01-07swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribsBrian Paul1-1/+2
2011-09-20mesa: move last bits of GLchan stuff into swrastBrian Paul1-0/+2
2010-12-24swrast: Clean up header file inclusion in s_span.h.Vinson Lee1-1/+6
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-8/+8
2010-03-03swrast: Remove SPAN_INDEXIan Romanick1-7/+6
2010-03-03swrast: Remove _swrast_read_index_spanIan Romanick1-4/+0
2010-03-03swrast: Remove _swrast_write_index_span and associated codeIan Romanick1-3/+0
2009-05-07swrast: fix span clipping bugBrian Paul1-2/+7
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-1/+0
2007-06-29simplify INIT_SPAN codeBrian1-9/+9
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-74/+24
2007-03-26Add _swrast_span_default_secondary_color() for use with glBitmap, glDrawPixel...Brian1-0/+3
2007-03-13comment about SPAN_* vs FRAG_BIT_* valuesBrian1-0/+2
2007-02-02Replace color, z, w, texture interpolants with new generic attrib interpolants.Brian1-17/+9
2007-02-02New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ...Brian1-8/+5
2007-02-02get rid of unused span->start fieldBrian1-4/+2
2007-02-01commentsBrian1-0/+3
2007-02-01New SWspanarrays attribs[] array.Brian1-26/+12
2007-02-01move span-related types/tokens into s_span.hBrian1-0/+201
2006-10-12Lots of changes to support runtime renderbuffer depths.Brian Paul1-2/+2
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-8/+8
2006-09-25Initial work for supporting different renderbuffer color depths at runtime.Brian Paul1-0/+5
2005-09-30added _swrast_get_row()Brian Paul1-0/+5
2005-09-29added _swrast_put_row()Brian Paul1-0/+5
2005-09-16Fix potential segfault when trying to read pixels outside renderbuffer bounds.Brian Paul1-1/+6
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-3/+3
2004-12-18Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul1-11/+6
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-12/+12
2003-03-15Fix up some fragment program texture enable issues.Brian Paul1-3/+8
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-1/+3
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul1-7/+6
2002-02-17Simplified fog code.Brian Paul1-1/+4
2002-01-28More span improvements. Removed _mesa_write_monocolor_span().Brian Paul1-5/+2
2002-01-28More span clean-up, mostly texture-related.Brian Paul1-18/+2
2002-01-27LOTS of changes, building upon Klaus's work.Brian Paul1-25/+11
2002-01-21Klaus's latest patches and some clean-upBrian Paul1-4/+4
2002-01-16latest changes from KlausBrian Paul1-1/+5
2002-01-10Klaus's latest patches: change texcoord[3] to texcoord[4] everywhereBrian Paul1-9/+9