summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/APIspecutil.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.