summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/APIspecutil.py
Commit message (Collapse)AuthorAgeFilesLines
* dispatch: stop generating separate GLES1 API code.Paul Berry2012-11-011-272/+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: Fix typo in error message.Vinson Lee2012-09-271-1/+1
| | | | Signed-off-by: Vinson Lee <[email protected]>
* es: Prefix the get* functions with _es1/2 so they don't conflictKristian Høgsberg2010-04-271-0/+7
|
* mesa: Move api_exec_es*.c into mesa/mainKristian Høgsberg2010-04-271-0/+265
This requires renaming a few functions to have unique names so that they can all live within the same driver.