Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / tnl / t_vb_lighttmp.h
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-06-14 Brian PaulA number of vertex buffer fields like NormalPtr, FogCoo...
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-01-05 Keith WhitwellGive attributes with zero-stride a count of 1 to make...
2004-12-03 Brian Paulre-disable TRACE
2004-12-02 Alan HourihaneFix some warnings
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2003-12-08 Jouk Jansen Committing in .
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-10-07 Keith Whitwellindex wasn't being calculated correctly (result was...
2003-08-05 Keith WhitwellStore material attributes in an Attrib[] style array...
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....
2002-10-29 Brian Paulupdated email addresses
2002-02-13 Keith WhitwellMore suport for t&l drivers
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2002-01-05 Brian Paulcomments, clean-ups, added lots of const qualifiers
2001-12-19 Brian Paulremove some cruft
2001-12-14 Brian Paulvertex program check-in
2001-10-20 Keith Whitwellforgotten diffuse alpha fix
2001-09-14 Brian Paulmore warning fixes (Karl Schultz)
2001-08-13 Keith WhitwellFix problem with colormaterial (bug #441859)
2001-08-02 Keith WhitwellFix SGL testLights.exe bugs (interaction of copying...
2001-08-01 Keith WhitwellFix copying problem (light spots) on evaluated surfaces.
2001-07-28 Keith WhitwellRemove _BaseAlpha, fix reflect lighting bug.
2001-07-17 Keith WhitwellLighting now emits colors as CHAN_TYPE, as it used...
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-19 Keith WhitwellFix striding of color material inputs. (Fixes glean...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-16 Keith WhitwellFixed conform problems with recent material tracking...
2001-02-14 Brian Paulfixed a CI-mode spot light conformance failure, but...
2001-02-13 Brian Paulfixed a CI mode segfault, minor clean-ups
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-17 Keith WhitwellFixes for performance bug on compiled array element...
2001-01-03 Brian PaulMore color macro clean-ups.
2000-12-26 Keith WhitwellMajor rework of tnl module