Reviewed-by: Marek Olšák <[email protected]> Marek
On Tue, Apr 23, 2019 at 4:01 PM <[email protected]> wrote: > From: Mathias Fröhlich <[email protected]> > > The test uses different gl contexts thus the pointers into the extensions > string needs to be invalidated for each new context. > > Signed-off-by: Mathias Froehlich <[email protected]> > --- > tests/egl/spec/egl_ext_device_base/egl_ext_device_base.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tests/egl/spec/egl_ext_device_base/egl_ext_device_base.c > b/tests/egl/spec/egl_ext_device_base/egl_ext_device_base.c > index 445f4f61c..78e1ab690 100644 > --- a/tests/egl/spec/egl_ext_device_base/egl_ext_device_base.c > +++ b/tests/egl/spec/egl_ext_device_base/egl_ext_device_base.c > @@ -196,6 +196,7 @@ pbuffer_test(EGLDisplay dpy) > return PIGLIT_FAIL; > } > > + piglit_gl_invalidate_extensions(); > piglit_dispatch_default_init(PIGLIT_DISPATCH_GL); > > /* Do the actual test */ > @@ -260,6 +261,7 @@ surfaceless_test(EGLDisplay dpy) > return PIGLIT_FAIL; > } > > + piglit_gl_invalidate_extensions(); > piglit_dispatch_default_init(PIGLIT_DISPATCH_GL); > > /* Do the actual test */ > @@ -306,6 +308,7 @@ configless_test(EGLDisplay dpy) > return PIGLIT_FAIL; > } > > + piglit_gl_invalidate_extensions(); > piglit_dispatch_default_init(PIGLIT_DISPATCH_GL); > > /* Do the actual test */ > -- > 2.20.1 > >
_______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
