Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
[mesa.git] / src / mesa / swrast / s_tritemp.h
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-16 Brian PaulStore partial derivative values in sw_span structure.
2003-03-16 Brian Pauluse TEX_UNIT_LOOP macro to coalesce some code
2003-03-16 Brian Paulclean-ups, re-org in preparation for fragment program...
2003-03-04 Brian Paulfix GLchan=GLfloat problems
2003-01-20 Brian Paulfix IBM CPP warning (Evgeny Kotsuba)
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-11-13 Brian Paulmoved function declaration into the template, define...
2002-10-17 Brian Paulpatches from Gerk Huisma for float-channel rendering
2002-10-02 Brian Paulfinished up GL_EXT_stencil_two_side
2002-08-07 Brian Paulre-check-in - something didn't work on the previous...
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-03-01 Brian Paulsilence gcc warnings (Marc La France)
2002-01-28 Brian PaulStill more texture/span simplification and clean-up.
2002-01-28 Brian PaulMore span improvements. Removed _mesa_write_monocolor_...
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2001-12-17 Brian Pauladded some debug printfs (disabled)
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-09-13 Brian Paulminor optimizations for flat shading (Klaus Niederkrueger)
2001-09-13 Brian Paulreplaced some tabs with spaces
2001-08-14 Brian PaulFixes for 32-bit GLchans: smooth/flat/textured triangle...
2001-07-26 Brian PaulApplied Klaus Niederkrueger's latest flat-shading clean...
2001-07-14 Brian Paulmore work on float colors (still not finished)
2001-07-14 Brian Paulremoved unused tiny triangle test code
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-06-13 Brian Paulfixed a +/- typo in the Y coord setup
2001-06-12 Brian PaulSnap triangle x,y vertices to 1/16 subpixel positions.
2001-05-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
2001-05-14 Brian PaulNew triangle rasterization code. Store per-span initia...
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-08 Brian Pauldo fog interpolation if INTERP_FOG is defined, not...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Pauloptimized lambda calculation (Klaus Niederkrueger)
2001-02-12 Brian Paulfixed RGB over/underflow bug for tiny triangles (bug...
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-29 Brian Pauloptimized lambda computation (Klaus Niederkrueger)
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-12-08 Brian Paulminor comments, clean-up
2000-11-21 Brian Paulminor clean-ups (Klaus Niederkrueger)
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.