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