glapi: mark static_dispatch false for DiscardFramebufferEXT
authorTapani Pälli <tapani.palli@intel.com>
Thu, 21 Feb 2013 07:51:40 +0000 (09:51 +0200)
committerVinson Lee <vlee@freedesktop.org>
Sat, 23 Feb 2013 01:18:08 +0000 (17:18 -0800)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61199
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Tested-by: Vinson Lee <vlee@freedesktop.org>
Tested-by: Brad King <brad.king@kitware.com>
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/mapi/glapi/gen/es_EXT.xml

index 103c93a9bde1f050c4dc9ae9c7bc4d102b4d7e99..ff378acf13b978f479ff6d1139ad3e923278f34a 100644 (file)
 <!-- 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"/>