From 89a577080fd0d17b17dd096549d0d6cd4a358888 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Mon, 15 Oct 2012 10:52:13 -0700 Subject: 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 Reviewed-by: Matt Turner --- src/mapi/glapi/gen/gl_API.dtd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mapi/glapi/gen/gl_API.dtd') 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"> -- cgit v1.2.3