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@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107483
Fixes: 3d6900d76e ("glapi: define AMD_framebuffer_multisample_advanced and add its functions")
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Cc: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
Ian Romanick 2018-08-05 12:35:42 -07:00
parent 7a46b2d641
commit b7946f6778

View file

@ -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"/>