summaryrefslogtreecommitdiff
path: root/src/mesa/main/light.h
AgeCommit message (Expand)Author
2010-11-09mesa: Clean up header file inclusion in light.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-05-13mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt
2009-05-28mesa: exec/dlist functions for glProvokingVertexEXT()Brian Paul
2007-02-12 fd.o #BZ 9684Zou Nan hai
2005-11-12Added _mesa_light() helper function so we can avoid transforming thenBrian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-08-05Store material attributes in an Attrib[] style array. This is aKeith Whitwell
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-25wrapped a few more C library functionsBrian Paul
2001-09-14more warning fixes (Karl Schultz)Brian Paul
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-15Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell
2001-02-06Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-10-28Basic work to support deep color channels:Brian Paul
2000-06-26updating mat ambient/emissive was broke. always compute ctx->EyeZDirBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-08-19Initial revisionjtg