diff options
author | Paul Berry <stereotype441@gmail.com> | 2012-10-15 10:52:13 -0700 |
---|---|---|
committer | Paul Berry <stereotype441@gmail.com> | 2012-11-06 12:57:41 -0800 |
commit | 89a577080fd0d17b17dd096549d0d6cd4a358888 (patch) | |
tree | e096817d53ac4bbfaf91b592694743c81810210d /src/mapi/glapi/gen/gl_API.dtd | |
parent | 11e9d8dd05b3adf92a4fed8225e37cddcd4e7e90 (diff) |
glapi: Annotate XML with deprecated="3.1" for deprecated functions.
Future patches will use this annotation when code generating
_mesa_create_exec_table(), to determine which functions should be
skipped in core contexts.
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
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 db33500c0f..194a2fc1ae 100644 --- a/src/mapi/glapi/gen/gl_API.dtd +++ b/src/mapi/glapi/gen/gl_API.dtd @@ -37,7 +37,8 @@ static_dispatch (true | false) "true" vectorequiv NMTOKEN #IMPLIED es1 CDATA "none" - es2 CDATA "none"> + es2 CDATA "none" + deprecated CDATA "none"> <!ATTLIST size name NMTOKEN #REQUIRED count NMTOKEN #IMPLIED mode (get | set) "set"> |