Module: Mesa Branch: master Commit: b4dba5bba2146d8dd06e6e62b5fb2485123b8586 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4dba5bba2146d8dd06e6e62b5fb2485123b8586
Author: Tapani Pälli <tapani.pa...@intel.com> Date: Thu Feb 21 09:51:40 2013 +0200 glapi: mark static_dispatch false for DiscardFramebufferEXT Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61199 Signed-off-by: Tapani Pälli <tapani.pa...@intel.com> Tested-by: Vinson Lee <v...@freedesktop.org> Tested-by: Brad King <brad.k...@kitware.com> Signed-off-by: Vinson Lee <v...@freedesktop.org> --- src/mapi/glapi/gen/es_EXT.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml index 103c93a..ff378ac 100644 --- a/src/mapi/glapi/gen/es_EXT.xml +++ b/src/mapi/glapi/gen/es_EXT.xml @@ -666,7 +666,8 @@ <!-- 64. GL_EXT_discard_framebuffer --> <category name="GL_EXT_discard_framebuffer" number="64"> - <function name="DiscardFramebufferEXT" es1="1.0" es2="2.0" offset="assign" desktop="false"> + <function name="DiscardFramebufferEXT" es1="1.0" es2="2.0" + offset="assign" static_dispatch="false" desktop="false"> <param name="target" type="GLenum"/> <param name="numAttachments" type="GLsizei"/> <param name="attachments" type="const GLenum *" count="numAttachments"/> _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit