Mesa (master): mesa: fix make check for AMD_framebuffer_multisample_advanced

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


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

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

mesa: fix make check for AMD_framebuffer_multisample_advanced

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/mesa/main/tests/dispatch_sanity.cpp | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
index 82eb61dcf7..449dd3652c 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -1192,6 +1192,10 @@ const struct function common_desktop_functions_possible[] = {
    { "glMultiDrawArraysIndirectCountARB", 11, -1 },
    { "glMultiDrawElementsIndirectCountARB", 11, -1 },
 
+   /* GL_AMD_framebuffer_multisample_advanced */
+   { "glRenderbufferStorageMultisampleAdvancedAMD", 11, -1 },
+   { "glNamedRenderbufferStorageMultisampleAdvancedAMD", 11, -1 },
+
    { NULL, 0, -1 }
 };
 
@@ -2682,6 +2686,10 @@ const struct function gles3_functions_possible[] = {
    /* GL_EXT_window_rectangles */
    { "glWindowRectanglesEXT", 30, -1 },
 
+   /* GL_AMD_framebuffer_multisample_advanced */
+   { "glRenderbufferStorageMultisampleAdvancedAMD", 11, -1 },
+   { "glNamedRenderbufferStorageMultisampleAdvancedAMD", 11, -1 },
+
    { NULL, 0, -1 }
 };
 




More information about the mesa-commit mailing list