diff options
author | Ian Romanick <[email protected]> | 2010-09-18 16:43:08 +0200 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-09-27 15:23:14 -0700 |
commit | 78db8c8b66370ba3af3880c08b59f59a87137a0c (patch) | |
tree | 320c3d10bd32be8de6d0d496d76bf8576123773d /src/mapi/glapi/gen | |
parent | 02984e3536bf9a4f149916b45d727659c8dc9a7c (diff) |
Regenerate files changed by previous commit
Diffstat (limited to 'src/mapi/glapi/gen')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 5cf216c91fd..d391895f878 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -9384,13 +9384,13 @@ <size name="CullParameterdv"/> </enum> - <function name="CullParameterdvEXT" offset="assign" static_dispatch="false"> + <function name="CullParameterdvEXT"> <param name="pname" type="GLenum"/> <param name="params" type="GLdouble *"/> <!-- Spec bug. Should be const. --> <glx ignore="true"/> </function> - <function name="CullParameterfvEXT" offset="assign" static_dispatch="false"> + <function name="CullParameterfvEXT"> <param name="pname" type="GLenum"/> <param name="params" type="GLfloat *"/> <!-- Spec bug. Should be const. --> <glx ignore="true"/> |