[Piglit] [PATCH] arb_shader_image_load_store: set KHR_no_error compatibility

Timothy Arceri tarceri at itsqueeze.com
Tue May 30 09:40:05 UTC 2017


Looks good to me:

Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>

On 26/05/17 06:21, Samuel Pitoiset wrote:
> Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
> ---
>   tests/spec/arb_shader_image_load_store/atomicity.c          | 1 +
>   tests/spec/arb_shader_image_load_store/bitcast.c            | 1 +
>   tests/spec/arb_shader_image_load_store/coherency.c          | 1 +
>   tests/spec/arb_shader_image_load_store/dead-fragments.c     | 1 +
>   tests/spec/arb_shader_image_load_store/early-z.c            | 1 +
>   tests/spec/arb_shader_image_load_store/host-mem-barrier.c   | 1 +
>   tests/spec/arb_shader_image_load_store/indexing.c           | 1 +
>   tests/spec/arb_shader_image_load_store/invalid.c            | 1 +
>   tests/spec/arb_shader_image_load_store/layer.c              | 1 +
>   tests/spec/arb_shader_image_load_store/level.c              | 1 +
>   tests/spec/arb_shader_image_load_store/max-images.c         | 1 +
>   tests/spec/arb_shader_image_load_store/max-size.c           | 1 +
>   tests/spec/arb_shader_image_load_store/minmax.c             | 1 +
>   tests/spec/arb_shader_image_load_store/qualifiers.c         | 1 +
>   tests/spec/arb_shader_image_load_store/restrict.c           | 1 +
>   tests/spec/arb_shader_image_load_store/semantics.c          | 1 +
>   tests/spec/arb_shader_image_load_store/shader-mem-barrier.c | 1 +
>   tests/spec/arb_shader_image_load_store/state.c              | 1 +
>   tests/spec/arb_shader_image_load_store/unused.c             | 1 +
>   19 files changed, 19 insertions(+)
> 
> diff --git a/tests/spec/arb_shader_image_load_store/atomicity.c b/tests/spec/arb_shader_image_load_store/atomicity.c
> index fe6bdb3e1..f53dddaa2 100644
> --- a/tests/spec/arb_shader_image_load_store/atomicity.c
> +++ b/tests/spec/arb_shader_image_load_store/atomicity.c
> @@ -65,6 +65,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = W;
>   config.window_height = H;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/bitcast.c b/tests/spec/arb_shader_image_load_store/bitcast.c
> index 9180e79c0..5f3e2c124 100644
> --- a/tests/spec/arb_shader_image_load_store/bitcast.c
> +++ b/tests/spec/arb_shader_image_load_store/bitcast.c
> @@ -46,6 +46,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = W;
>   config.window_height = H;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/coherency.c b/tests/spec/arb_shader_image_load_store/coherency.c
> index d1ecbe8b4..a3ef5fe1a 100644
> --- a/tests/spec/arb_shader_image_load_store/coherency.c
> +++ b/tests/spec/arb_shader_image_load_store/coherency.c
> @@ -72,6 +72,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = L;
>   config.window_height = L;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/dead-fragments.c b/tests/spec/arb_shader_image_load_store/dead-fragments.c
> index 70c8f3f7a..c06aaa002 100644
> --- a/tests/spec/arb_shader_image_load_store/dead-fragments.c
> +++ b/tests/spec/arb_shader_image_load_store/dead-fragments.c
> @@ -53,6 +53,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = W;
>   config.window_height = H;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/early-z.c b/tests/spec/arb_shader_image_load_store/early-z.c
> index 913a220df..c55d81a87 100644
> --- a/tests/spec/arb_shader_image_load_store/early-z.c
> +++ b/tests/spec/arb_shader_image_load_store/early-z.c
> @@ -63,6 +63,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = W;
>   config.window_height = H;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/host-mem-barrier.c b/tests/spec/arb_shader_image_load_store/host-mem-barrier.c
> index 12b966a13..cceaf28ca 100644
> --- a/tests/spec/arb_shader_image_load_store/host-mem-barrier.c
> +++ b/tests/spec/arb_shader_image_load_store/host-mem-barrier.c
> @@ -60,6 +60,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = L;
>   config.window_height = L;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/indexing.c b/tests/spec/arb_shader_image_load_store/indexing.c
> index bf4a56976..acef2db17 100644
> --- a/tests/spec/arb_shader_image_load_store/indexing.c
> +++ b/tests/spec/arb_shader_image_load_store/indexing.c
> @@ -54,6 +54,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = W;
>   config.window_height = H;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/invalid.c b/tests/spec/arb_shader_image_load_store/invalid.c
> index 6bf3bcedd..ed4b6c064 100644
> --- a/tests/spec/arb_shader_image_load_store/invalid.c
> +++ b/tests/spec/arb_shader_image_load_store/invalid.c
> @@ -53,6 +53,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = W;
>   config.window_height = H;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/layer.c b/tests/spec/arb_shader_image_load_store/layer.c
> index 527cc704c..c587ce689 100644
> --- a/tests/spec/arb_shader_image_load_store/layer.c
> +++ b/tests/spec/arb_shader_image_load_store/layer.c
> @@ -75,6 +75,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = W;
>   config.window_height = H;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/level.c b/tests/spec/arb_shader_image_load_store/level.c
> index f23e80553..6e90a8e55 100644
> --- a/tests/spec/arb_shader_image_load_store/level.c
> +++ b/tests/spec/arb_shader_image_load_store/level.c
> @@ -51,6 +51,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = W;
>   config.window_height = H;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/max-images.c b/tests/spec/arb_shader_image_load_store/max-images.c
> index abde51c8e..036a8bcd5 100644
> --- a/tests/spec/arb_shader_image_load_store/max-images.c
> +++ b/tests/spec/arb_shader_image_load_store/max-images.c
> @@ -46,6 +46,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = W;
>   config.window_height = H;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/max-size.c b/tests/spec/arb_shader_image_load_store/max-size.c
> index 6f8134ffb..a564322dd 100644
> --- a/tests/spec/arb_shader_image_load_store/max-size.c
> +++ b/tests/spec/arb_shader_image_load_store/max-size.c
> @@ -36,6 +36,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = 1;
>   config.window_height = 1;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/minmax.c b/tests/spec/arb_shader_image_load_store/minmax.c
> index 647caeb2b..fc0796966 100644
> --- a/tests/spec/arb_shader_image_load_store/minmax.c
> +++ b/tests/spec/arb_shader_image_load_store/minmax.c
> @@ -36,6 +36,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>           config.window_width = 1;
>           config.window_height = 1;
>           config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/qualifiers.c b/tests/spec/arb_shader_image_load_store/qualifiers.c
> index 3832531f9..d0afc3a77 100644
> --- a/tests/spec/arb_shader_image_load_store/qualifiers.c
> +++ b/tests/spec/arb_shader_image_load_store/qualifiers.c
> @@ -46,6 +46,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = W;
>   config.window_height = H;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/restrict.c b/tests/spec/arb_shader_image_load_store/restrict.c
> index acd204f1c..0017dac87 100644
> --- a/tests/spec/arb_shader_image_load_store/restrict.c
> +++ b/tests/spec/arb_shader_image_load_store/restrict.c
> @@ -56,6 +56,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = W;
>   config.window_height = H;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/semantics.c b/tests/spec/arb_shader_image_load_store/semantics.c
> index 216eff4a2..4b2eaf6c1 100644
> --- a/tests/spec/arb_shader_image_load_store/semantics.c
> +++ b/tests/spec/arb_shader_image_load_store/semantics.c
> @@ -51,6 +51,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = W;
>   config.window_height = H;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/shader-mem-barrier.c b/tests/spec/arb_shader_image_load_store/shader-mem-barrier.c
> index 0c83ab726..b3301cdb7 100644
> --- a/tests/spec/arb_shader_image_load_store/shader-mem-barrier.c
> +++ b/tests/spec/arb_shader_image_load_store/shader-mem-barrier.c
> @@ -63,6 +63,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = W;
>   config.window_height = H;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/state.c b/tests/spec/arb_shader_image_load_store/state.c
> index 305246e60..ca3b6c0a3 100644
> --- a/tests/spec/arb_shader_image_load_store/state.c
> +++ b/tests/spec/arb_shader_image_load_store/state.c
> @@ -55,6 +55,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = 1;
>   config.window_height = 1;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_HAS_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/arb_shader_image_load_store/unused.c b/tests/spec/arb_shader_image_load_store/unused.c
> index 304358e9d..5c3da7eda 100644
> --- a/tests/spec/arb_shader_image_load_store/unused.c
> +++ b/tests/spec/arb_shader_image_load_store/unused.c
> @@ -46,6 +46,7 @@ config.supports_gl_core_version = 32;
>   config.window_width = W;
>   config.window_height = H;
>   config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> 


More information about the Piglit mailing list