summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_points.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-01-27tnl: fix double->float and int/uint conversion warningsBrian Paul
2009-03-03mesa: include main/dd.h in t_vb_points.c and t_vp_build.cBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2007-05-23Fix point attentuation problem (bug 11042)Brian
2006-12-13Checkpoint work for new GLSL compiler back-end.Brian
2006-06-14A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are reallyBrian Paul
2006-03-21GLSL fixes:Michal Krol
2006-02-13Add ARB_vertex_shader stage just before render stage.Michal Krol
2005-10-07Fix a number of point size attenuation problems.Brian Paul
2005-04-22Simplify the pipeline_stage structureKeith Whitwell
2005-02-10mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul
2004-01-31added _NEW_PROGRAM to check_state flags for pipeline stages (fixes vparray de...Brian Paul
2004-01-05Beef up t_vertex.c:Keith Whitwell
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-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul
2002-01-06implemented vertex program point size controlBrian Paul
2002-01-06Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul
2001-12-14vertex program check-inBrian 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-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell