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