Module: Mesa Branch: master Commit: 35c28103b02598bb5f7b4888384b02d31ee371b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35c28103b02598bb5f7b4888384b02d31ee371b5
Author: Ian Romanick <[email protected]> Date: Tue May 12 19:46:44 2015 -0700 glapi: Remove offset from the DTD Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- src/mapi/glapi/gen/gl_API.dtd | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mapi/glapi/gen/gl_API.dtd b/src/mapi/glapi/gen/gl_API.dtd index 298ba3c..bdc62f1 100644 --- a/src/mapi/glapi/gen/gl_API.dtd +++ b/src/mapi/glapi/gen/gl_API.dtd @@ -33,7 +33,6 @@ value NMTOKEN #REQUIRED> <!ATTLIST function name NMTOKEN #REQUIRED alias NMTOKEN #IMPLIED - offset CDATA #IMPLIED vectorequiv NMTOKEN #IMPLIED es1 CDATA "none" es2 CDATA "none" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
