summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_draw.c
AgeCommit message (Expand)Author
2011-02-15tnl: Add support for datatype GL_FIXED in vertex arraysChad Versace
2011-01-17tnl: assert that num_instances > 0Brian Paul
2010-12-10tnl: implement instanced drawingBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-13mesa: Fix compiler warningsKarl Schultz
2010-01-29tnl: check that state is validated before drawingBrian Paul
2010-01-27tnl: fix double->float and int/uint conversion warningsBrian Paul
2010-01-23mesa: add core support for ARB_half_float_vertex.Dave Airlie
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2010-01-12tnl: Remove unnecessary headers from t_draw.c.Vinson Lee
2009-12-31tnl: add check for conditional renderingBrian Paul
2009-11-19tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt
2009-11-19tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt
2009-11-19tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]Eric Anholt
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt
2009-01-23mesa: update tnl module for GL_EXT_vertex_array_bgraBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2007-09-29fix VBO-split infinite loop (bug 12164)Brian
2007-04-17In bind_inputs() set VB->EdgeFlag to NULL if it's not needed.Brian
2007-01-30Use new rebase helper. Remove other rebase code.Keith Whitwell
2007-01-15Remove debug, reenable inplace splitting.keithw
2007-01-15Split too-large draw commands.Keith Whitwell
2006-11-03Fix compiler warnings.Keith Whitwell
2006-11-02Fix type-conversion of incoming vertices.Keith Whitwell
2006-11-02Respect array->Normalized flag.Keith Whitwell
2006-11-02missing fileKeith Whitwell