Re: [Piglit] [PATCH v2 0/2] More tests for multiple inout parameters

2016-05-18 Thread Juan A. Suarez Romero
On Mon, 2016-05-09 at 16:51 +0200, Juan A. Suarez Romero wrote:
> These tests cover two use cases:
> 
> - Indirect arrays (arrays indexed from other arrays)
> - Arrays of arrays (requires GL_ARB_arrays_of_arrays)
> 
> 
> Juan A. Suarez Romero (2):
>   Test multiple inout parameters with indirect array indexing
>   Test multiple inout parameters with arrays of arrays
> 


Gently pinging someone that could take a look.


J.A.

___
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit


[Piglit] [PATCH v2 0/2] More tests for multiple inout parameters

2016-05-09 Thread Juan A. Suarez Romero
These tests cover two use cases:

- Indirect arrays (arrays indexed from other arrays)
- Arrays of arrays (requires GL_ARB_arrays_of_arrays)


Juan A. Suarez Romero (2):
  Test multiple inout parameters with indirect array indexing
  Test multiple inout parameters with arrays of arrays

 ...vs-inout-index-inout-mat2-col-array.shader_test | 35 
 ...ndex-inout-vec4-array-element-array.shader_test | 36 
 ...nout-index-inout-vec4-array-element.shader_test | 38 ++
 3 files changed, 109 insertions(+)
 create mode 100644 
tests/shaders/out-parameter-indexing/vs-inout-index-inout-mat2-col-array.shader_test
 create mode 100644 
tests/shaders/out-parameter-indexing/vs-inout-index-inout-vec4-array-element-array.shader_test
 create mode 100644 
tests/spec/arb_arrays_of_arrays/execution/inout/vs-inout-index-inout-vec4-array-element.shader_test

-- 
2.5.5

___
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit