diff options
author | Ian Romanick <[email protected]> | 2005-05-26 16:24:35 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-05-26 16:24:35 +0000 |
commit | 249db89b009e64812d4bcec80d0c5a64f1d65aeb (patch) | |
tree | 51bfbe6823e15ed3419de7d43213a7cc72704755 /src/mesa/glapi/gl_API.dtd | |
parent | 020225496ecd47374a2f147974c23519c706b867 (diff) |
Make a couple minor corrections to gl_API.xml. Fixes the name of an
extension that was missing the GL_ part and uses the core GL type names for
vertex buffer object functions instead of the ARB names.
Also commits the resulting changes to the generated code. Some how, the
#if sequence disappeared in the 1.52 version of glapi_x86.S.
Diffstat (limited to 'src/mesa/glapi/gl_API.dtd')
-rw-r--r-- | src/mesa/glapi/gl_API.dtd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/glapi/gl_API.dtd b/src/mesa/glapi/gl_API.dtd index 352e1b53a5d..4adfaaceb7e 100644 --- a/src/mesa/glapi/gl_API.dtd +++ b/src/mesa/glapi/gl_API.dtd @@ -22,12 +22,12 @@ vectorequiv NMTOKEN #IMPLIED> <!ATTLIST size name NMTOKEN #REQUIRED count NMTOKEN #IMPLIED - mode NMTOKEN #IMPLIED> + mode (get | set) "set"> <!ATTLIST param name NMTOKEN #REQUIRED type CDATA #REQUIRED count NMTOKEN #IMPLIED counter (true | false) "false" - count_scale NMTOKEN #IMPLIED + count_scale NMTOKEN "1" output (true | false) "false" img_width NMTOKEN #IMPLIED img_height NMTOKEN #IMPLIED |