[Piglit] [PATCH 1/2] all.tests: add fs-textureOffset-2D

Dylan Baker baker.dylan.c at gmail.com
Sat Jan 18 18:57:01 PST 2014


On Saturday, January 18, 2014 01:37:44 AM Grigori Goronzy wrote:
> Texture offsets are somewhat commonly used and should always be tested.
> ---
>  tests/all.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/all.py b/tests/all.py
> index 6ed30eb..8e47a64 100644
> --- a/tests/all.py
> +++ b/tests/all.py
> @@ -1241,6 +1241,7 @@ add_concurrent_test(spec['glsl-1.30']['execution'],
> 'texelFetch fs sampler2DArra
> add_concurrent_test(spec['glsl-1.30']['execution'], 'texelFetch fs
> sampler2DArray 98x129x1-98x129x9')
> add_plain_test(spec['glsl-1.30']['execution'], 'fs-texelFetch-2D')
> add_plain_test(spec['glsl-1.30']['execution'], 'fs-texelFetchOffset-2D')
> +add_plain_test(spec['glsl-1.30']['execution'], 'fs-textureOffset-2D')
> add_shader_test_dir(spec['glsl-1.30']['execution'],
>  	            os.path.join(testsDir, 'spec', 'glsl-1.30', 'execution'),
>  		    recursive=True)

I've run this test concurrently and it works fine, if you change 
add_plain_test() to add_concurrent_test() then you have my r-b:
reviewed-by: Dylan Baker <baker.dylan.c at gmail.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20140118/bfd8f14f/attachment.pgp>


More information about the Piglit mailing list