Remove ctx->Point._Size and ctx->Line._Width.
[mesa.git] / src / mesa / swrast / s_lines.c
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-04-24 Briantrim down the number of line drawing functions, special...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-01-24 Brianfix varying interpolation
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2005-11-05 Brian Paulremove unneeded #include
2005-10-31 Brian Paulcheck swrast->_FogEnabled instead of ctx->Fog.Enabled
2004-12-29 Keith Whitwelluse clamped Line._Width in calculations
2004-12-18 Brian PaulConsolidate _swrast_write_texture_span() into _swrast_w...
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2003-12-09 Brian PaulUpdate NEED_SECONDARY_COLOR macro to test if either...
2003-09-18 Brian PaulMove away from using the ctx->_TriangleCaps bitfield.
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-20 Brian Paulfix an assertion
2002-11-14 Brian PaulOverhaul of line drawing template code. Make better...
2002-10-30 Brian Pauls/printf/_mesa_printf/
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-19 Brian Paulcasts to fix GLint/GLuint mismatches
2002-04-12 Brian PaulKlaus Niederkrueger's latest changes: use INIT_SPAN...
2002-02-15 Brian Pauladded SPAN_SPEC flag in smooth_multitextured_line()
2002-02-02 Brian PaulConverted line drawing over to new span code, pb no...
2002-01-16 Brian Paulchanged PB (pixel buffer) to use texcoord[4] array
2002-01-16 Brian Paulset PB->haveSpec in line functions that emit specular...
2001-11-06 Brian Paulcasts to silence warnings from gcc 2.96
2001-08-20 Brian Paulremoved a semicolon in the USE() macro
2001-08-20 Brian Paulnew debugging code
2001-06-11 Brian Paulcheck for PB overflow in general_flat_rgba_line()
2001-05-21 Brian Paulfixed a number of multi-texture line bugs
2001-05-17 Keith WhitwellFix order of decomposition of quad.
2001-05-03 Brian Paulinterpolate fog valus as floats, not fixed - fixed...
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-08 Brian Pauldo fog interpolation if INTERP_FOG is defined, not...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-13 Keith WhitwellUse correct pv in swrast lines routines
2000-11-22 Jouk Jansen Modified Files:
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-10 Brian Paulminor changes to silence compiler warnings
2000-11-05 Brian Paulhooked in new AA line code, minor clean-up
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.