use R/G/B/ACOMP indexes (Evgeny Kotsuba)
[mesa.git] / src / mesa / swrast / s_aalinetemp.h
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-12 Brian PaulKlaus Niederkrueger's latest changes: use INIT_SPAN...
2002-03-28 Brian Paulreset span.end to zero after rendering the span
2002-02-02 Brian PaulConverted line drawing over to new span code, pb no...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2001-12-05 Keith Whitwelladd inf and nan tests to swrast functions
2001-09-19 Karl Schultzsilence compiler warnings (last batch for src)
2001-09-18 Karl Schultzmore compiler warning fixes
2001-05-21 Brian Paulfixed a number of multi-texture line bugs
2001-05-17 Brian Paulremoved (void) index; statement
2001-05-15 Brian PaulApply antialiasing coverage factor to alpha after textu...
2001-05-10 Brian Paulfixed some divide by zero problems found w/ conform
2001-05-03 Brian Paulinterpolate fog valus as floats, not fixed - fixed...
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-29 Brian Paullast segment of AA stippled lines wasn't drawn
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2001-01-04 Brian Pauladded divide by zero check
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-05 Brian PaulNew implementation of antialiased lines. Mesa should...