From: Ian Romanick <ian.d.roman...@intel.com>

The GL_AMD_framebuffer_multisample_advanced spec says:

    OpenGL ES dependencies:

        Requires OpenGL ES 3.0.

Signed-off-by: Ian Romanick <ian.d.roman...@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107483
Fixes: 3d6900d76ef ("glapi: define AMD_framebuffer_multisample_advanced and add 
its functions")
Cc: Marek Olšák <marek.ol...@amd.com>
Cc: Vinson Lee <v...@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 81e4ac08cce..95680f1d466 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"/>
-- 
2.14.4

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to