summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/APIspec.py
Commit message (Collapse)AuthorAgeFilesLines
* dispatch: stop generating separate GLES1 API code.Paul Berry2012-11-011-617/+0
| | | | | | | | | | This patch removes the generated files api_exec_es1.c, api_exec_es1_dispatch.h, and api_exec_es1_remap_helper.h (and the source files and build rules used to generate them), since they are no longer used. GLES1 now uses the same dispatch table layout as all the other APIs. Reviewed-by: Kenneth Graunke <[email protected]>
* mesa: Move api_exec_es*.c into mesa/mainKristian Høgsberg2010-04-271-0/+617
This requires renaming a few functions to have unique names so that they can all live within the same driver.