replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
[mesa.git] / src / mesa / swrast / s_aatriangle.c
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-25 Brian Pauloptimize compute_coveragef (Evgeny Kotsuba)
2003-01-22 Brian Paulimproved solve_plane_chan() (Evgeny Kotsuba)
2003-01-20 Brian Pauluse COPY_CHAN4 macro
2002-10-24 Brian PaulHeader file clean-up:
2002-10-18 Karl SchultzAdd casts to quiet compiler warnings.
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-03-16 Brian PaulNew mipmap lambda calculation. Previously, trilinear...
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-11-13 Brian Paulimproved AA subpixel sample positions (Ray Tice)
2001-09-19 Karl Schultzsilence compiler warnings (last batch for src)
2001-05-29 Brian Paulremoved unused var
2001-05-17 Keith WhitwellFix order of decomposition of quad.
2001-05-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
2001-05-15 Brian Paulminor clean-ups and more comments
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-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-28 Brian Pauladjustment to coverage sample positions
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
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-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-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.