Mesa (master): glapi: Fix GLES versioning for AMD_framebuffer_multisample_advanced functions

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Aug 6 17:32:14 UTC 2018


Module: Mesa
Branch: master
Commit: b7946f67787cb7cf89483f6b72f35b5a14ea0fbc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7946f67787cb7cf89483f6b72f35b5a14ea0fbc

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Sun Aug  5 12:35:42 2018 -0700

glapi: Fix GLES versioning for AMD_framebuffer_multisample_advanced functions

The GL_AMD_framebuffer_multisample_advanced spec says:

    OpenGL ES dependencies:

        Requires OpenGL ES 3.0.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107483
Fixes: 3d6900d76ef ("glapi: define AMD_framebuffer_multisample_advanced and add its functions")
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Cc: Vinson Lee <vlee at freedesktop.org>

---

 src/mapi/glapi/gen/gl_API.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index 81e4ac08cc..95680f1d46 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -13043,7 +13043,7 @@
     <enum name="NUM_SUPPORTED_MULTISAMPLE_MODES_AMD"       value="0x91B6"/>
     <enum name="SUPPORTED_MULTISAMPLE_MODES_AMD"           value="0x91B7"/>
 
-    <function name="RenderbufferStorageMultisampleAdvancedAMD" es2="2.0">
+    <function name="RenderbufferStorageMultisampleAdvancedAMD" es2="3.0">
         <param name="target" type="GLenum"/>
         <param name="samples" type="GLsizei"/>
         <param name="storageSamples" type="GLsizei"/>
@@ -13052,7 +13052,7 @@
         <param name="height" type="GLsizei"/>
     </function>
 
-    <function name="NamedRenderbufferStorageMultisampleAdvancedAMD" es2="2.0">
+    <function name="NamedRenderbufferStorageMultisampleAdvancedAMD" es2="3.0">
        <param name="renderbuffer" type="GLuint" />
        <param name="samples" type="GLsizei" />
        <param name="storageSamples" type="GLsizei"/>




More information about the mesa-commit mailing list