aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/draw_validate.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: make valid_draw_indirect_multi() accessible externallyTimothy Arceri2018-06-301-0/+3
| | | | | | | We will use this to add compat support to ARB_multi_draw_indirect in the following patch. Reviewed-by: Marek Olšák <[email protected]>
* mesa: rename api_validate.{c,h} -> draw_validate.{c,h}Timothy Arceri2018-04-241-0/+131
Reviewed-by: Mathias Fröhlich <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=65422