Thanks. For the series: Reviewed-by: Marek Olšák <[email protected]>
Marek On Sun, Aug 5, 2018 at 3:39 PM, Ian Romanick <[email protected]> wrote: > From: Ian Romanick <[email protected]> > > Signed-off-by: Ian Romanick <[email protected]> > 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 <[email protected]> > Cc: Vinson Lee <[email protected]> > --- > 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 82eb61dcf73..449dd3652cc 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 } > }; > > -- > 2.14.4 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
