Module: Mesa Branch: master Commit: ea54b3ea1adb19b55d6aa55f9afaa0eba3f4e865 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea54b3ea1adb19b55d6aa55f9afaa0eba3f4e865
Author: Ian Romanick <[email protected]> Date: Tue May 12 17:17:11 2015 -0700 glapi: Remove static_dispatch 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 ab321fa..298ba3c 100644 --- a/src/mapi/glapi/gen/gl_API.dtd +++ b/src/mapi/glapi/gen/gl_API.dtd @@ -34,7 +34,6 @@ <!ATTLIST function name NMTOKEN #REQUIRED alias NMTOKEN #IMPLIED offset CDATA #IMPLIED - static_dispatch (true | false) "true" vectorequiv NMTOKEN #IMPLIED es1 CDATA "none" es2 CDATA "none" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
