summaryrefslogtreecommitdiff
path: root/src/mesa/main/light.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-17mesa/main: Silence unused parameter warningIan Romanick1-2/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-1/+1
2012-10-16mesa: remove #if _HAVE_FULL_GL checksBrian Paul1-11/+0
2012-02-29mesa: Push the shine table into the tnl module.Mathias Fröhlich1-23/+0
2012-02-10mesa: replace GET_SHINE_TAB_ENTRY() macro with an inline functionBrian Paul1-15/+17
2012-02-10mesa: make _mesa_invalidate_shine_table() staticBrian Paul1-2/+0
2012-02-10mesa: remove gl_light::_SpotExpTable fieldBrian Paul1-3/+0
2011-12-26mesa: remove unused _mesa_copy_materials.Mathias Fröhlich1-4/+0
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