Re: [Piglit] [PATCH 2/2] EGL_CHROMIUM_get_sync_values: Add conformance test.

2014-04-24 Thread Jamey Sharp
On Apr 23, 2014 1:36 PM, Chad Versace chad.vers...@linux.intel.com wrote: On Tue, Apr 22, 2014 at 12:22:12PM -0700, Sarah Sharp wrote: On Fri, Apr 18, 2014 at 06:21:31PM -0700, Jamey Sharp wrote: - I don't see that MSC has to change at all even after two eglSwapBuffers calls, if

Re: [Piglit] [PATCH 2/2] EGL_CHROMIUM_get_sync_values: Add conformance test.

2014-04-24 Thread Chad Versace
On Thu, Apr 24, 2014 at 09:17:50AM -0700, Jamey Sharp wrote: On Apr 23, 2014 1:36 PM, Chad Versace chad.vers...@linux.intel.com wrote: On Tue, Apr 22, 2014 at 12:22:12PM -0700, Sarah Sharp wrote: On Fri, Apr 18, 2014 at 06:21:31PM -0700, Jamey Sharp wrote: - I don't see that MSC has to

Re: [Piglit] [PATCH 2/2] EGL_CHROMIUM_get_sync_values: Add conformance test.

2014-04-23 Thread Chad Versace
On Tue, Apr 22, 2014 at 12:22:12PM -0700, Sarah Sharp wrote: On Fri, Apr 18, 2014 at 06:21:31PM -0700, Jamey Sharp wrote: I'm no expert on OML_sync_control, but in a funny coincidence I've been reading that spec and Xorg's DRI2 implementation of it pretty carefully recently. (I blame

Re: [Piglit] [PATCH 2/2] EGL_CHROMIUM_get_sync_values: Add conformance test.

2014-04-22 Thread Sarah Sharp
On Fri, Apr 18, 2014 at 06:21:31PM -0700, Jamey Sharp wrote: I'm no expert on OML_sync_control, but in a funny coincidence I've been reading that spec and Xorg's DRI2 implementation of it pretty carefully recently. (I blame keithp.) In test_eglGetSyncValuesCHROMIUM_msc_and_sbc_test, I think

[Piglit] [PATCH 2/2] EGL_CHROMIUM_get_sync_values: Add conformance test.

2014-04-18 Thread Sarah Sharp
Test the EGL_CHROMIUM_get_sync_values extension, which is equivalent to the glXGetSyncValuesOML function in the GLX OML_sync_control extension: http://www.opengl.org/registry/specs/OML/glx_sync_control.txt It's difficult to test the Media Stream Counter (MSC) without the equivalent function to

Re: [Piglit] [PATCH 2/2] EGL_CHROMIUM_get_sync_values: Add conformance test.

2014-04-18 Thread Jamey Sharp
I'm no expert on OML_sync_control, but in a funny coincidence I've been reading that spec and Xorg's DRI2 implementation of it pretty carefully recently. (I blame keithp.) In test_eglGetSyncValuesCHROMIUM_msc_and_sbc_test, I think what the spec allows and requires might be a little different than