[Piglit] [PATCH v2 04/10] GL3.2 GL_ARB_sync: Basic test for DeleteSync
Chad Versace
chad.versace at linux.intel.com
Mon Sep 30 12:36:21 PDT 2013
On 09/30/2013 12:34 PM, Chad Versace wrote:
> On 08/20/2013 11:26 AM, Nicholas Mack wrote:
>> v2: Fix comments, add test for passing invalid sync to IsSync(), change variable
>> types.
>> ---
>> tests/spec/arb_sync/CMakeLists.gl.txt | 2 +-
>> tests/spec/arb_sync/DeleteSync.c | 71 +++++++++++++++++++++++++++++++++++
>> 2 files changed, 72 insertions(+), 1 deletion(-)
>> create mode 100644 tests/spec/arb_sync/DeleteSync.c
>
>> +PIGLIT_GL_TEST_CONFIG_BEGIN
>> +
>> +config.supports_gl_compat_version = 10;
This test also `supports_gl_core_version = 31`.
More information about the Piglit
mailing list