summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_light.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa: Delete libmesa_classicDylan Baker1-477/+0
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-8/+8
2020-04-21replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker1-1/+1
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2016-06-16mesa: Use bitmask/ffs to iterate color material attributes.Mathias Fröhlich1-4/+6
2016-06-16tnl: Use bitmask/ffs to iterate enabled lightsMathias Fröhlich1-1/+4
2015-07-29tnl: Avoid double promotion.Matt Turner1-11/+11
2015-04-01tnl: remove unneeded #include of colormac.hBrian Paul1-1/+0
2015-02-24mesa: remove powf macroBrian Paul1-1/+1
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-1/+1
2015-01-28mesa: Move simple_list.h to src/util.Eric Anholt1-1/+1
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
2012-09-01mesa: s/FREE/free/Brian Paul1-1/+1
2012-09-01mesa: s/MALLOC/malloc/Brian Paul1-1/+1
2012-06-27mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul1-2/+2
2012-02-29mesa: Push the shine table into the tnl module.Mathias Fröhlich1-2/+132
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-6/+6
2010-03-03tnl: Remove color-index TNL supportIan Romanick1-26/+11
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt1-4/+1
2009-11-19tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt1-1/+0
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt1-5/+5
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-7/+7
2006-12-13Checkpoint work for new GLSL compiler back-end.Brian1-8/+2
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul1-2/+2
2006-03-21GLSL fixes:Michal Krol1-2/+2
2006-02-13Add ARB_vertex_shader stage just before render stage.Michal Krol1-2/+8
2005-04-22Simplify the pipeline_stage structureKeith Whitwell1-69/+36
2005-03-02Added a bunch of new comments, minor code clean-ups.Brian Paul1-18/+45
2005-03-02Using glColor3 commands to update materials could result in an undefinedBrian Paul1-4/+6
2005-02-10mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell1-1/+1
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul1-4/+3
2004-01-31added _NEW_PROGRAM to check_state flags for pipeline stages (fixes vparray de...Brian Paul1-1/+1
2004-01-05Beef up t_vertex.c:Keith Whitwell1-0/+5
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell1-0/+4
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-136/+138
2003-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul1-5/+5
2003-09-19Assorted casts to silence g++ warnings.Brian Paul1-2/+2
2003-08-20Use correct conversions when translating array colors.Keith Whitwell1-7/+7
2003-08-05Store material attributes in an Attrib[] style array. This is aKeith Whitwell1-0/+8
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-4/+3
2002-10-24Header file clean-up:Brian Paul1-2/+2
2002-02-13More suport for t&l driversKeith Whitwell1-2/+2
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul1-10/+10
2001-12-14vertex program check-inBrian Paul1-13/+16
2001-07-17Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell1-17/+58
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell1-13/+30