summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/light.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use bitmask/ffs to iterate color material attributes.Mathias Fröhlich2016-06-161-5/+6
* mesa: Remove the linked list of enabled lightsMathias Fröhlich2016-06-161-4/+0
* mesa: Use bitmask/ffs to iterate enabled lightsMathias Fröhlich2016-06-161-11/+33
* mesa: Track enabled lights in a bitmaskMathias Fröhlich2016-06-161-0/+1
* mesa: simplify _mesa_LightfvThomas Faller2016-04-291-10/+0
* mesa: Avoid double promotion.Matt Turner2015-07-291-15/+15
* mesa: move check for no-op glShadeModel call earlierBrian Paul2015-07-211-3/+3
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-3/+3
* mesa: remove DEG2RAD macroBrian Paul2015-02-241-1/+1
* mesa: remove INV_SQRTF() macroBrian Paul2015-02-241-2/+2
* mesa: remove powf macroBrian Paul2015-02-241-0/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-8/+8
* mesa/main: Silence unused parameter warningIan Romanick2015-02-171-9/+0
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-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-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 DD_TRI_LIGHT_TWOSIDE flagBrian Paul2013-04-171-4/+0
* mesa: allow drivers not to expose ARB_color_buffer_float in GL core profileMarek Olšák2013-04-061-1/+2
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-9/+2
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-4/+4
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-1/+1
* mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul2012-09-031-1/+1
* mesa/es: Validate glLightModel pname in Mesa code rather than the ES wrapperIan Romanick2012-08-291-2/+11
* mesa/es: Validate glGetMaterial pname in Mesa code rather than the ES wrapperIan Romanick2012-08-291-0/+6
* mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul2012-06-271-5/+5
* mesa: fix/add error check in _mesa_ColorMaterial()Brian Paul2012-05-111-0/+2
* mesa: remove unused DD_FLATSHADEBrian Paul2012-03-121-4/+0
* mesa: Push the shine table into the tnl module.Mathias Fröhlich2012-02-291-124/+0
* mesa: Do not invalidate shine tables in compute light positions.Mathias Fröhlich2012-02-291-3/+0
* mesa: Avoid explicit invalidation of shine tables.Mathias Fröhlich2012-02-291-27/+0
* mesa: Remove gl_light_attrib::_Flags.Mathias Fröhlich2012-02-291-4/+4
* mesa: Remove _CosCutoffNeg from light state.Mathias Fröhlich2012-02-291-5/+2
* mesa: make _mesa_invalidate_shine_table() staticBrian Paul2012-02-101-4/+9
* mesa: remove gl_light::_SpotExpTable fieldBrian Paul2012-02-101-51/+1
* mesa: remove unused _mesa_copy_materials.Mathias Fröhlich2011-12-261-16/+0
* mesa: make sure all lighting tables are updated before the computationYuanhan Liu2011-11-161-0/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-14/+14
* mesa: Fix printf-like warnings.Vinson Lee2010-09-021-3/+3
* mesa: Remove no-op wrappers around trig functions.Eric Anholt2010-05-131-1/+1
* mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt2010-05-131-2/+2
* mesa: Remove checks of Visual.rgbModeIan Romanick2010-03-031-25/+16
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-111-4/+16
|\
| * mesa: Fix array out-of-bounds access by _mesa_Lighti.Vinson Lee2009-12-091-1/+4
| * mesa: Fix array out-of-bounds access by _mesa_Lightf.Vinson Lee2009-12-091-1/+4
| * mesa: Fix array out-of-bounds access by _mesa_LightModelf.Vinson Lee2009-12-091-1/+4
| * mesa: Fix array out-of-bounds access by _mesa_LightModeli.Vinson Lee2009-12-081-1/+4
* | mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it doesBrian Paul2009-10-141-1/+1
|/