summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_normals.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-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
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2010-07-31tnl: Remove unnecessary headers.Vinson Lee1-1/+0
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-2/+2
2009-11-19tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]Eric Anholt1-1/+0
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-6/+6
2006-12-13Checkpoint work for new GLSL compiler back-end.Brian1-6/+1
2006-06-14A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are reallyBrian Paul1-3/+3
2006-03-21GLSL fixes:Michal Krol1-1/+1
2006-02-13Add ARB_vertex_shader stage just before render stage.Michal Krol1-2/+7
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul1-5/+2
2005-06-28just code clean-ups and new commentsBrian Paul1-29/+44
2005-04-22Simplify the pipeline_stage structureKeith Whitwell1-66/+36
2005-02-10mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell1-2/+2
2005-01-05Give attributes with zero-stride a count of 1 to make it easierKeith Whitwell1-9/+4
2005-01-05If there is only one normal, don't transform it multiple times.Keith Whitwell1-0/+12
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-0/+1
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell1-0/+2
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-8/+8
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-2/+3
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-29updated email addressesBrian Paul1-2/+2
2002-10-24Header file clean-up:Brian Paul1-2/+2
2002-08-08commentsBrian Paul1-3/+3
2002-04-08tranforming display list normals by non-uniform scale didn't work (Carlos Per...Brian Paul1-5/+15
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul1-3/+3
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul1-4/+4
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul1-3/+3
2001-12-14vertex program check-inBrian Paul1-5/+8
2001-06-28restore normal length optimization in dlistsKeith Whitwell1-2/+3
2001-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes1-9/+8
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-14/+13
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-5/+5
2001-03-03more namespace clean-upsBrian Paul1-6/+6
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-3/+3
2001-02-15Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell1-9/+2
2000-12-27Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell1-1/+2
2000-12-26Major rework of tnl moduleKeith Whitwell1-0/+193