aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_draw.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-5/+5
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* mesa: Fix compiler warningsKarl Schultz2010-02-131-1/+1
* tnl: check that state is validated before drawingBrian Paul2010-01-291-0/+3
* tnl: fix double->float and int/uint conversion warningsBrian Paul2010-01-271-1/+1
* mesa: add core support for ARB_half_float_vertex.Dave Airlie2010-01-231-0/+19
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-4/+0
|\
| * tnl: Remove unnecessary headers from t_draw.c.Vinson Lee2010-01-121-4/+0
* | tnl: add check for conditional renderingBrian Paul2009-12-311-0/+4
* | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt2009-11-191-4/+1
* | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-4/+2
* | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt2009-11-191-2/+1
* | tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt2009-11-191-1/+0
* | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-4/+0
* | tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]Eric Anholt2009-11-191-1/+0
|/
* mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-16/+42
* vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-2/+16
* mesa: update tnl module for GL_EXT_vertex_array_bgraBrian Paul2009-01-231-1/+30
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-7/+7
* fix VBO-split infinite loop (bug 12164)Brian2007-09-291-4/+3
* In bind_inputs() set VB->EdgeFlag to NULL if it's not needed.Brian2007-04-171-1/+4
* Use new rebase helper. Remove other rebase code.Keith Whitwell2007-01-301-70/+38
* Remove debug, reenable inplace splitting.keithw2007-01-151-7/+9
* Split too-large draw commands.Keith Whitwell2007-01-151-26/+102
* Fix compiler warnings.Keith Whitwell2006-11-031-15/+29
* Fix type-conversion of incoming vertices.Keith Whitwell2006-11-021-4/+5
* Respect array->Normalized flag.Keith Whitwell2006-11-021-15/+55
* missing fileKeith Whitwell2006-11-021-0/+305