aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_draw.h
Commit message (Collapse)AuthorAgeFilesLines
* gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_indexMarek Olšák2012-05-121-1/+0
|
* draw: Prevent out-of-bounds vertex buffer access.José Fonseca2011-04-011-0/+19
| | | | Based on some code and ideas from Keith Whitwell.
* util: Include missing header in u_draw.h.Vinson Lee2010-08-281-0/+1
| | | | Include p_state.h for complete type to pipe_draw_info.
* util: Fix the range of util_draw_elements_instanced.Chia-I Wu2010-07-301-2/+0
| | | | Keep min_index and max_index at their defaults (0 and ~0).
* util: more helpers for old draw codeKeith Whitwell2010-07-301-0/+140