summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_draw.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: update tnl module for GL_EXT_vertex_array_bgraBrian Paul2009-01-231-1/+30
| | | | Add special case for GLubyte/GL_BGRA color arrays in _tnl_import_array()
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-7/+7
| | | | | This is another step toward removing a whole bunch of -I flags from the cc commands. Still need to address driver code...
* 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
| | | | | | Otherwise, the clip/interp code was finding VB->EdgeFlag to be non-null and reading/writing it when the memory may have been freed earlier in free_space(). This fixes several VTK segfaults/failures reported by Brad King @ Kitware.
* 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
| | | | | Use the vbo_split_ functionality to split incoming drawing command to fit within the fixed-size buffers used by software t&l module.
* Fix compiler warnings.Keith Whitwell2006-11-031-15/+29
| | | | Add missing code for translating non-GLuint elements.
* Fix type-conversion of incoming vertices.Keith Whitwell2006-11-021-4/+5
| | | | Fix mis-application of increment to pointer variable.
* Respect array->Normalized flag.Keith Whitwell2006-11-021-15/+55
| | | | | Import edgeflag attribute to array of GLbooleans as expected by downstream code.
* missing fileKeith Whitwell2006-11-021-0/+305