diff options
author | Eric Anholt <eric@anholt.net> | 2012-11-01 11:20:36 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2012-11-14 11:36:36 -0800 |
commit | 1e5f8ac5d1392946bc8837f7bbe55481b8b728f9 (patch) | |
tree | 8776cc8a7963634f693f4790bf6997f7ae72da7f | |
parent | 9407d09cec3e587a15cd61154474a473888cfc28 (diff) |
GL_ARB_texture_buffer_object: Add support for GL core to a few other tests.
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
5 files changed, 5 insertions, 0 deletions
diff --git a/tests/spec/arb_texture_buffer_object/get.c b/tests/spec/arb_texture_buffer_object/get.c index 3ed12d3f..877c695a 100644 --- a/tests/spec/arb_texture_buffer_object/get.c +++ b/tests/spec/arb_texture_buffer_object/get.c @@ -32,6 +32,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; + config.supports_gl_core_version = 31; config.window_width = 32; config.window_height = 32; diff --git a/tests/spec/arb_texture_buffer_object/minmax.c b/tests/spec/arb_texture_buffer_object/minmax.c index 6d7dba6e..38648692 100644 --- a/tests/spec/arb_texture_buffer_object/minmax.c +++ b/tests/spec/arb_texture_buffer_object/minmax.c @@ -31,6 +31,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; + config.supports_gl_core_version = 31; config.window_width = 32; config.window_height = 32; diff --git a/tests/spec/arb_texture_buffer_object/negative-bad-bo.c b/tests/spec/arb_texture_buffer_object/negative-bad-bo.c index 97c4a048..f98dbec7 100644 --- a/tests/spec/arb_texture_buffer_object/negative-bad-bo.c +++ b/tests/spec/arb_texture_buffer_object/negative-bad-bo.c @@ -33,6 +33,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; + config.supports_gl_core_version = 31; config.window_width = 32; config.window_height = 32; diff --git a/tests/spec/arb_texture_buffer_object/negative-bad-format.c b/tests/spec/arb_texture_buffer_object/negative-bad-format.c index 72d53087..a657cf67 100644 --- a/tests/spec/arb_texture_buffer_object/negative-bad-format.c +++ b/tests/spec/arb_texture_buffer_object/negative-bad-format.c @@ -33,6 +33,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; + config.supports_gl_core_version = 31; config.window_width = 32; config.window_height = 32; diff --git a/tests/spec/arb_texture_buffer_object/negative-bad-target.c b/tests/spec/arb_texture_buffer_object/negative-bad-target.c index ed5c58b5..331241d0 100644 --- a/tests/spec/arb_texture_buffer_object/negative-bad-target.c +++ b/tests/spec/arb_texture_buffer_object/negative-bad-target.c @@ -32,6 +32,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; + config.supports_gl_core_version = 31; config.window_width = 32; config.window_height = 32; |