aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/APIspec.xml
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Move support for paletted textures to main/teximage.cKristian Høgsberg2010-04-281-2/+2
|
* mesa: Handle GL_TEXTURE_GEN_STR_OES in _mesa_Enable()Kristian Høgsberg2010-04-281-3/+3
|
* es: Prefix the get* functions with _es1/2 so they don't conflictKristian Høgsberg2010-04-271-7/+7
|
* mesa: Move api_exec_es*.c into mesa/mainKristian Høgsberg2010-04-271-0/+4336
This requires renaming a few functions to have unique names so that they can all live within the same driver.