summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_vertex.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa: Delete libmesa_classicDylan Baker1-288/+0
2021-04-15Convert most remaining free-form fall-through comments to FALLTHROUGHMichel Dänzer1-2/+2
2021-03-01tnl: Call _mesa_matrix_analyse to make sure the inverse MVP is updatedKenneth Graunke1-0/+3
2020-04-21replace imports memory functions with utils memory functionsDylan Baker1-5/+5
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2018-08-28mesa: Add support for AMD_depth_clamp_separateSagar Ghuge1-3/+5
2016-06-16mesa: Use bitmask/ffs to iterate enabled clip planes.Mathias Fröhlich1-29/+30
2015-04-01tnl: remove unneeded #include of colormac.hBrian Paul1-1/+0
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
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2012-09-01mesa: s/FREE/free/Brian Paul1-1/+1
2012-09-01mesa: s/CALLOC/calloc/Brian Paul1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-07-31tnl: Remove unnecessary headers.Vinson Lee1-1/+0
2010-02-19Drop macro wrappers for the aligned memory functionsKristian Høgsberg1-2/+2
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt1-3/+3
2009-10-22Revert "Store clipping distance for user clip planes as part of vertex proces...Ian Romanick1-28/+3
2009-10-13Store clipping distance for user clip planes as part of vertex processingIan Romanick1-3/+28
2009-09-09mesa: move call to init_c_cliptest() from enable.c to tnl module.Brian Paul1-0/+18
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt1-2/+4
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-4/+1
2006-04-06Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul1-1/+1
2006-03-21GLSL fixes:Michal Krol1-1/+1
2006-02-13Add ARB_vertex_shader stage just before render stage.Michal Krol1-2/+5
2005-04-22Simplify the pipeline_stage structureKeith Whitwell1-141/+74
2005-02-10mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell1-4/+4
2004-08-10added some handy debug code (disabled)Brian Paul1-0/+25
2004-07-23minor commentsBrian Paul1-0/+2
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell1-0/+2
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul1-5/+4
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-37/+19
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-2/+1
2002-10-31tweak pipeline flags for vertex programmingBrian Paul1-6/+8
2002-10-29updated email addressesBrian Paul1-2/+2
2002-10-24Header file clean-up:Brian Paul1-2/+2
2002-04-09bring in changes from dri tcl branchKeith Whitwell1-4/+5
2002-03-29Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul1-3/+3
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul1-8/+8
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul1-12/+15
2001-12-14vertex program check-inBrian Paul1-8/+8
2001-05-30rerun vertex stage on _MESA_NEW_NEED_EYE_COORDSKeith Whitwell1-1/+2
2001-03-29Removed DD_Z_NEVER.Brian Paul1-8/+6
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-38/+36
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-5/+5