minor fog calc cleanup
[mesa.git] / src / mesa / tnl / t_vb_normals.c
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-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-13 BrianCheckpoint work for new GLSL compiler back-end.
2006-06-14 Brian PaulA number of vertex buffer fields like NormalPtr, FogCoo...
2006-03-21 Michal KrolGLSL fixes:
2006-02-13 Michal KrolAdd ARB_vertex_shader stage just before render stage.
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-06-28 Brian Pauljust code clean-ups and new comments
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-02-10 Keith Whitwellmesa-tnl-0-to-NULL.patch from Jeff Muizelaar
2005-01-05 Keith WhitwellGive attributes with zero-stride a count of 1 to make...
2005-01-05 Keith WhitwellIf there is only one normal, don't transform it multipl...
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-01-31 Brian Pauladded _NEW_PROGRAM to check_state flags for pipeline...
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-08-08 Brian Paulcomments
2002-04-08 Brian Paultranforming display list normals by non-uniform scale...
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-14 Brian Paulvertex program check-in
2001-06-28 Keith Whitwellrestore normal length optimization in dlists
2001-03-30 Gareth HughesRemove all traces of CULL_MASK_ACTIVE.
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 Paulmore namespace clean-ups
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-15 Keith WhitwellFix propogation of material values in VB's that don...
2000-12-27 Keith WhitwellFixes for compiling assembly (disable unused 'masked...
2000-12-26 Keith WhitwellMajor rework of tnl module