summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_lighttmp.h
Commit message (Expand)AuthorAgeFilesLines
* tnl: Use bitmask/ffs to iterate enabled lightsMathias Fröhlich2016-06-161-7/+17
* tnl: Avoid double promotion.Matt Turner2015-07-291-9/+7
* tnl: replace __FUNCTION__ with __func__Marius Predut2015-04-141-4/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* 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-5/+5
* 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: Push the shine table into the tnl module.Mathias Fröhlich2012-02-291-6/+6
* mesa: replace GET_SHINE_TAB_ENTRY() macro with an inline functionBrian Paul2012-02-101-20/+7
* mesa: remove gl_light::_SpotExpTable fieldBrian Paul2012-02-101-8/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* tnl: Remove color-index TNL supportIan Romanick2010-03-031-173/+0
* tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-10/+10
* tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt2009-11-191-4/+4
* mesa: rename some gl_light fields to be clearerBrian Paul2009-04-031-3/+3
* A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are reallyBrian Paul2006-06-141-12/+12
* Simplify the pipeline_stage structureKeith Whitwell2005-04-221-16/+0
* Give attributes with zero-stride a count of 1 to make it easierKeith Whitwell2005-01-051-13/+32
* re-disable TRACEBrian Paul2004-12-031-1/+1
* Fix some warningsAlan Hourihane2004-12-021-5/+3
* bring over build fixes from stable branchAlan Hourihane2004-04-261-20/+26
* Committing in .Jouk Jansen2003-12-081-1/+1
* Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul2003-12-041-87/+108
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-333/+128
* index wasn't being calculated correctly (result was being discarded)Keith Whitwell2003-10-071-5/+6
* Store material attributes in an Attrib[] style array. This is aKeith Whitwell2003-08-051-35/+33
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-1/+1
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* updated email addressesBrian Paul2002-10-291-3/+3
* More suport for t&l driversKeith Whitwell2002-02-131-6/+6
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-10/+10
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-2/+2
* comments, clean-ups, added lots of const qualifiersBrian Paul2002-01-051-47/+54
* remove some cruftBrian Paul2001-12-191-8/+1
* vertex program check-inBrian Paul2001-12-141-7/+7
* forgotten diffuse alpha fixKeith Whitwell2001-10-201-1/+3
* more warning fixes (Karl Schultz)Brian Paul2001-09-141-15/+12
* Fix problem with colormaterial (bug #441859)Keith Whitwell2001-08-131-8/+15
* Fix SGL testLights.exe bugs (interaction of copying and fixup in display lists)Keith Whitwell2001-08-021-1/+16
* Fix copying problem (light spots) on evaluated surfaces.Keith Whitwell2001-08-011-3/+3
* Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell2001-07-281-15/+30
* Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell2001-07-171-91/+126
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-139/+135
* Fix striding of color material inputs. (Fixes glean colorLitPerf)Keith Whitwell2001-04-191-28/+30
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-94/+94
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-16/+16
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-39/+21
* Fixed conform problems with recent material tracking change.Keith Whitwell2001-02-161-28/+7
* fixed a CI-mode spot light conformance failure, but still not clear whyBrian Paul2001-02-141-2/+5