summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/light.h
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: Silence unused parameter warningIan Romanick2015-02-171-2/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-1/+1
* mesa: remove #if _HAVE_FULL_GL checksBrian Paul2012-10-161-11/+0
* mesa: Push the shine table into the tnl module.Mathias Fröhlich2012-02-291-23/+0
* mesa: replace GET_SHINE_TAB_ENTRY() macro with an inline functionBrian Paul2012-02-101-15/+17
* mesa: make _mesa_invalidate_shine_table() staticBrian Paul2012-02-101-2/+0
* mesa: remove gl_light::_SpotExpTable fieldBrian Paul2012-02-101-3/+0
* mesa: remove unused _mesa_copy_materials.Mathias Fröhlich2011-12-261-4/+0
* mesa: Clean up header file inclusion in light.h.Vinson Lee2010-11-091-1/+6
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-11/+11
* mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt2010-05-131-1/+1
* mesa: exec/dlist functions for glProvokingVertexEXT()Brian Paul2009-05-281-7/+7
* fd.o #BZ 9684Zou Nan hai2007-02-121-1/+2
* Added _mesa_light() helper function so we can avoid transforming thenBrian Paul2005-11-121-0/+4
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-14/+14
* Store material attributes in an Attrib[] style array. This is aKeith Whitwell2003-08-051-4/+3
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-3/+23
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* wrapped a few more C library functionsBrian Paul2002-10-251-2/+2
* more warning fixes (Karl Schultz)Brian Paul2001-09-141-2/+3
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-2/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+2
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-20/+18
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-151-1/+5
* Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell2001-02-061-6/+5
* Major rework of tnl moduleKeith Whitwell2000-12-261-4/+5
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-13/+1
* Committing in .Jouk Jansen2000-11-221-12/+12
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-10/+18
* Basic work to support deep color channels:Brian Paul2000-10-281-3/+3
* updating mat ambient/emissive was broke. always compute ctx->EyeZDirBrian Paul2000-06-261-3/+3
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-28/+50
* Initial revisionjtg1999-08-191-0/+103