On 4 October 2013 13:49, Chad Versace <[email protected]> wrote:
> On 10/04/2013 01:42 PM, Paul Berry wrote: > >> On 20 September 2013 12:38, Chad Versace <[email protected]>** >> wrote: >> > > It's not obvious clear why EGL_KHR_surfaceless_context is necessary for >> this test. Can we remove this check, or add a comment explaining why it's >> necessary? >> >> With that addressed, this patch is: >> >> Reviewed-by: Paul Berry <[email protected]> >> > > Does this comment suffice? > > > /* This test tries to be window-system independent, and so avoids > * creating any EGLSurface. To call eglMakeCurrent() without a > surface > * requires EGL_KHR_surfaceless_context. > */ > if (!piglit_is_egl_extension_**supported(dpy, > "EGL_KHR_surfaceless_context")**) > piglit_report_result(PIGLIT_**SKIP); > > Ah, ok. That explains it. Thanks.
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
