summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_draw.c
AgeCommit message (Expand)Author
2009-09-15mesa/tnl: Add support for GL_FIXED in _tnl_import_array.Chia-I Wu
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