Header file clean-up:
[mesa.git] / src / mesa / tnl / t_vb_light.c
2002-10-24 Brian PaulHeader file clean-up:
2002-02-13 Keith WhitwellMore suport for t&l drivers
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2001-12-14 Brian Paulvertex program check-in
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-26 Keith Whitwellfirst pass at eval fixes
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 Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-20 Keith WhitwellAdded GLvector4chan type, removed lots of CHAN_TYPE...
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-01-29 Brian Paulonly compute separate specular if texturing really...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-08 Keith WhitwellAdd a 'RenderPrimitive' callback to t_vb_render.c....
2000-12-27 Keith WhitwellFixes for compiling assembly (disable unused 'masked...
2000-12-26 Keith WhitwellMajor rework of tnl module