New 'draw' module for primitive drawing (clipping, culling, etc).
[mesa.git] / src / mesa / swrast_setup / ss_tritmp.h
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-05-23 BrianFix problem w/ two-sided lighting and fragment programs...
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-04-18 Xiang, Haihaofig segment fault issue in TAG(triangle), (see bug...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-10 BrianImplement gl_FrontFacing for fragment shaders.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2005-05-11 Keith WhitwellFix valgrind complaint, conform vertex order test.
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-03-03 Brian Pauladded clamping to polygon offset to prevent potential...
2003-11-28 Keith WhitwellSave and restore front colors on backfacing triangles...
2003-11-25 Brian Paulfix assorted g++ warnings
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2002-11-13 Brian Paulinit facing to zero
2002-10-29 Brian Paulfix culling problem (bug 630649)
2002-10-29 Brian Paulupdated email addresses
2002-10-04 Brian Paulmultiple GL_POINTS can now be rendered together into...
2002-10-02 Brian Paulfinished up GL_EXT_stencil_two_side
2001-09-14 Brian Paulmore warning fixes (Karl Schultz)
2001-07-17 Keith WhitwellLighting now emits colors as CHAN_TYPE, as it used...
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-03-21 pesco* src/swrast_setup/ss_tritmp.h (quad): Changed name...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-16 Keith WhitwellFix several conformance problems. Hack solution to...
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith WhitwellA new module to provide RasterSetup and advanced triang...