minor simplification
[mesa.git] / src / mesa / swrast / s_aatritemp.h
2005-09-20 Brian Paulcompute z[i] as GLuint
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2004-12-18 Brian PaulConsolidate _swrast_write_texture_span() into _swrast_w...
2004-03-09 Brian Paulremove unneeded casts
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2003-09-18 Brian Pauls/_backface_sign/_BackfaceSign/
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-02-21 Brian Pauluse IROUND to convert depth values from float to int...
2003-01-28 Brian Paulmove ltor computation
2003-01-20 Brian Pauluse COPY_CHAN4 macro
2003-01-20 Brian Pauluse R/G/B/ACOMP indexes (Evgeny Kotsuba)
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-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-16 Brian PaulNew mipmap lambda calculation. Previously, trilinear...
2002-01-28 Brian PaulMore span improvements. Removed _mesa_write_monocolor_...
2002-01-28 Brian PaulMore span clean-up, mostly texture-related.
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-12-05 Keith Whitwelladd inf and nan tests to swrast functions
2001-09-19 Karl Schultzsilence compiler warnings (last batch for src)
2001-07-13 Brian Paulundo previous check-in (unfinished code)
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-06-05 Brian Paulminor clean-ups
2001-05-30 Brian PaulGLubyte -> GLchan fix
2001-05-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
2001-05-15 Brian PaulApply antialiasing coverage factor to alpha after textu...
2001-05-15 Brian Paulminor clean-ups and more comments
2001-05-10 Brian Paulredo previous change in a more defensive way
2001-05-10 Brian Pauladded check for zero-length spans, avoids potential...
2001-05-07 Brian Paulsample plane equations at fragment centers, not lower...
2001-05-03 Brian Paulinterpolate fog valus as floats, not fixed - fixed...
2001-03-28 Brian Paulcheck for startX off the right edge of the window
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-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
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.