summaryrefslogtreecommitdiff
path: root/src/mesa/es/main/APIspec.xml
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-04-22 11:41:41 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-04-22 12:42:23 -0400
commitade150d66724259119012420068fa930807311c2 (patch)
treeb74d89dfa00a924b85b3f2b33b13a18509fef435 /src/mesa/es/main/APIspec.xml
parent18f7e118a5c6dfc04502e6e91ae492bfa33d3cc9 (diff)
mesa: Compute extension string according to API
We can now stop special casing glGetString() and drop specials_es*.c.
Diffstat (limited to 'src/mesa/es/main/APIspec.xml')
-rw-r--r--src/mesa/es/main/APIspec.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/es/main/APIspec.xml b/src/mesa/es/main/APIspec.xml
index 17665d8df5..7e77eb74d5 100644
--- a/src/mesa/es/main/APIspec.xml
+++ b/src/mesa/es/main/APIspec.xml
@@ -3955,7 +3955,7 @@
<function name="GetMaterialfv" template="GetMaterial" gltype="GLfloat"/>
<function name="GetMaterialxv" template="GetMaterial" gltype="GLfixed"/>
- <function name="GetString" external="true" template="GetString"/>
+ <function name="GetString" template="GetString"/>
<function name="GetTexEnvfv" template="GetTexEnv" gltype="GLfloat"/>
<function name="GetTexEnviv" template="GetTexEnv" gltype="GLint"/>
@@ -4178,7 +4178,7 @@
<function name="GetFloatv" template="GetState" gltype="GLfloat"/>
<function name="GetIntegerv" template="GetState" gltype="GLint"/>
- <function name="GetString" external="true" template="GetString"/>
+ <function name="GetString" template="GetString"/>
<function name="GetTexParameterfv" template="GetTexParameter" gltype="GLfloat"/>
<function name="GetTexParameteriv" template="GetTexParameter" gltype="GLint"/>