summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_lines.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-03-03swrast: Remove support for rendering lines into a color-index bufferIan Romanick
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-01-12swrast: Remove unnecessary header in s_lines.c.Vinson Lee
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2007-07-26don't use rgba_line() if CHAN_BITS==32Brian
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
2007-04-24trim down the number of line drawing functions, special casesBrian
2007-01-24fix varying interpolationBrian
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul
2005-11-05remove unneeded #includeBrian Paul
2005-10-31check swrast->_FogEnabled instead of ctx->Fog.EnabledBrian Paul
2004-12-29use clamped Line._Width in calculationsKeith Whitwell
2004-12-18Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul
2004-11-27Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul
2003-12-09Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-01-20fix an assertionBrian Paul
2002-11-14Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul
2002-10-30s/printf/_mesa_printf/Brian Paul
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul
2002-04-19casts to fix GLint/GLuint mismatchesBrian Paul
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul
2002-02-15added SPAN_SPEC flag in smooth_multitextured_line()Brian Paul
2002-02-02Converted line drawing over to new span code, pb no longer used.Brian Paul
2002-01-16changed PB (pixel buffer) to use texcoord[4] arrayBrian Paul
2002-01-16set PB->haveSpec in line functions that emit specular colorBrian Paul
2001-11-06casts to silence warnings from gcc 2.96Brian Paul
2001-08-20removed a semicolon in the USE() macroBrian Paul
2001-08-20new debugging codeBrian Paul
2001-06-11check for PB overflow in general_flat_rgba_line()Brian Paul
2001-05-21fixed a number of multi-texture line bugsBrian Paul
2001-05-17Fix order of decomposition of quad.Keith Whitwell
2001-05-03interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul
2001-03-29Removed DD_Z_NEVER.Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-08do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is definedBrian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-16Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-13Use correct pv in swrast lines routinesKeith Whitwell
2000-11-22 Modified Files:Jouk Jansen
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul