From b7946f67787cb7cf89483f6b72f35b5a14ea0fbc Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Sun, 5 Aug 2018 12:35:42 -0700 Subject: [PATCH] glapi: Fix GLES versioning for AMD_framebuffer_multisample_advanced functions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The GL_AMD_framebuffer_multisample_advanced spec says: OpenGL ES dependencies: Requires OpenGL ES 3.0. Signed-off-by: Ian Romanick 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 Cc: Vinson Lee --- 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 @@ - + @@ -13052,7 +13052,7 @@ - + -- 2.30.2