summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_draw.h
AgeCommit message (Collapse)Author
2010-08-28util: Include missing header in u_draw.h.Vinson Lee
Include p_state.h for complete type to pipe_draw_info.
2010-07-30util: Fix the range of util_draw_elements_instanced.Chia-I Wu
Keep min_index and max_index at their defaults (0 and ~0).
2010-07-30util: more helpers for old draw codeKeith Whitwell