glsl: Handle continuation characters in preprocessor.
[mesa.git] / src / mesa / swrast / s_tritemp.h
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.