diff options
author | Paul Berry <[email protected]> | 2012-10-18 20:53:11 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2012-11-06 12:57:41 -0800 |
commit | 3464bce419875535e53241bab1bf224f9d47ae72 (patch) | |
tree | c8cf1e91e7fcaea8a9deacd65c57e719bc70a01b /src/mapi/glapi/gen/gl_API.dtd | |
parent | 89a577080fd0d17b17dd096549d0d6cd4a358888 (diff) |
glapi: Annotate XML with exec="skip" for unimplemented functions.
Future patches will use this annotation when code generating
_mesa_create_exec_table(), to determine which functions should be
skipped because they aren't implemented by Mesa.
Reviewed-by: Jordan Justen <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.dtd')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.dtd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.dtd b/src/mapi/glapi/gen/gl_API.dtd index 194a2fc1aec..b07b6965c64 100644 --- a/src/mapi/glapi/gen/gl_API.dtd +++ b/src/mapi/glapi/gen/gl_API.dtd @@ -38,7 +38,8 @@ vectorequiv NMTOKEN #IMPLIED es1 CDATA "none" es2 CDATA "none" - deprecated CDATA "none"> + deprecated CDATA "none" + exec NMTOKEN #IMPLIED> <!ATTLIST size name NMTOKEN #REQUIRED count NMTOKEN #IMPLIED mode (get | set) "set"> |