summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_vertex.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-31tnl: Remove unnecessary headers.Vinson Lee
2010-02-19Drop macro wrappers for the aligned memory functionsKristian Høgsberg
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt
2009-10-22Revert "Store clipping distance for user clip planes as part of vertex proces...Ian Romanick
2009-10-13Store clipping distance for user clip planes as part of vertex processingIan Romanick
2009-09-09mesa: move call to init_c_cliptest() from enable.c to tnl module.Brian Paul
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2006-12-13Checkpoint work for new GLSL compiler back-end.Brian
2006-04-06Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul
2006-03-21GLSL fixes:Michal Krol
2006-02-13Add ARB_vertex_shader stage just before render stage.Michal Krol
2005-04-22Simplify the pipeline_stage structureKeith Whitwell
2005-02-10mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell
2004-08-10added some handy debug code (disabled)Brian Paul
2004-07-23minor commentsBrian Paul
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-31tweak pipeline flags for vertex programmingBrian Paul
2002-10-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-04-09bring in changes from dri tcl branchKeith Whitwell
2002-03-29Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-05-30rerun vertex stage on _MESA_NEW_NEED_EYE_COORDSKeith Whitwell
2001-03-29Removed DD_Z_NEVER.Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03more namespace clean-upsBrian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-13Fix crash in book/stencil.Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell