Header file clean-up:
[mesa.git] / src / mesa / swrast / s_triangle.c
2002-10-24 Brian PaulHeader file clean-up:
2002-09-23 Brian Paulmerge gl_texture_image RowStride from DRI 4.0.4
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
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-25 Brian Paulremoved a bad assertion
2002-03-16 Brian PaulNew mipmap lambda calculation. Previously, trilinear...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2002-01-30 Brian Pauldon't use affine/persp_textured_triangle funcs when...
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-28 Brian PaulMore span clean-up, mostly texture-related.
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2002-01-21 Brian PaulKlaus's latest patches and some clean-up
2002-01-16 Brian Paullatest changes from Klaus
2002-01-09 Brian Paulfixed GL_REPLACE / GL_RGB bug
2002-01-09 Brian Paultexture env color wasn't used correctly in GL_BLEND...
2001-12-19 Brian Paulfix a comment typo
2001-12-19 Brian Paulhave to clamp color+specular in _swrast_add_spec_terms_...
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-11-28 Brian Pauluse v2 color, not v0 in flat_ci_triangle()
2001-11-19 Brian PaulMore span rendering optimizations from Klaus Niederkrueger
2001-09-19 Brian PaulGL_ADD texture mode was incorrect, renamed some vars
2001-09-19 Karl Schultzsilence compiler warnings (last batch for src)
2001-09-13 Brian Paulminor optimizations for flat shading (Klaus Niederkrueger)
2001-07-26 Brian PaulApplied Klaus Niederkrueger's latest flat-shading clean...
2001-07-23 Brian PaulGLchan and GL_ADD clamping changes (Klaus Niederkrueger)
2001-07-14 Brian Paulmore work on float colors (still not finished)
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-07-09 Brian Paulfixed flat shading bug in affine_ and persp_textured_tr...
2001-07-09 Brian Pauladded missing \'s
2001-06-26 Brian Pauloptimized texture triangle updates (Klaus Niederkrueger)
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 PaulApply antialiasing coverage factor to alpha after textu...
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-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-28 Brian Paulsimplify test for specific texture formats
2001-03-28 Gareth HughesMore texture format updates. Drivers now need only...
2001-03-22 Brian Paulclean-up in _swrast_choose_triangle()
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-17 Keith WhitwellRemove dead #define.
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-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-03-03 Brian Pauloptimized lambda calculation (Klaus Niederkrueger)
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-07 Brian Pauladded divide by zero checks
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...
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-12 Brian Pauldisabled two optimized textured triangle functions...
2000-11-21 Brian Paulminor clean-ups
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
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.