summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/ARB_draw_instanced.xml
Commit message (Collapse)AuthorAgeFilesLines
* glapi: Annotate XML with exec="dynamic" for dynamic functions.Paul Berry2012-11-061-2/+2
| | | | | | | | | | Future patches will use this annotation when code generating _mesa_create_exec_table(), to determine which functions should be skipped because Mesa dispatches them differently depending on GL state. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
* mesa: hook up GL 3.x entrypointsBrian Paul2010-11-211-24/+4
| | | | Fix up some details in the xml files and regenerate dispatch files.
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+69
Move glapi to src/mapi/{glapi,es1api,es2api}.