Merge branch 'origin' into glsl-compiler-1
[mesa.git] / src / mesa / swrast / s_aaline.c
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-05 BrianMerge SWvertex texcoord and varying fields into attrib...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2004-03-09 Brian PaulFix color index mode rendering.
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-03-14 Brian Paulinclude macros.h
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-28 Brian Paulfix GLchan==GLfloat bug in solve_plane_chan (bug 694546)
2003-02-27 Brian Paulfix a cast (bug 694546)
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
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-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2001-09-18 Karl Schultzmore compiler warning fixes
2001-05-21 Brian Paulfixed a number of multi-texture line bugs
2001-05-17 Keith WhitwellFix order of decomposition of quad.
2001-05-10 Brian Paulfixed some divide by zero problems found w/ conform
2001-04-10 Brian Paulfixed some divide by zero conformance problems
2001-03-28 Brian Pauladjustment to coverage sample positions
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-11-22 Jouk Jansen Committing in .
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Brian PaulNew implementation of antialiased lines. Mesa should...