[Piglit] [PATCH] glsl-1.20: More array-of-array tests

Paul Berry stereotype441 at gmail.com
Mon Oct 31 10:31:07 PDT 2011


On 26 October 2011 14:45, Ian Romanick <idr at freedesktop.org> wrote:

> From: Ian Romanick <ian.d.romanick at intel.com>
>
> Function definitions, function declarations (prototypes), structure
> definitions, and variable declarations go through slightly different
> paths in the compiler.  It seems worthwhile to try all four.  There is
> already a test for array-of-array variable declarations.
>
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
> ---
>  ...ay-of-array-function-parameter-declaration.vert |   19
> +++++++++++++++++
>  ...ray-of-array-function-parameter-definition.vert |   22
> ++++++++++++++++++++
>  .../array-of-array-structure-field.vert            |   21
> +++++++++++++++++++
>  3 files changed, 62 insertions(+), 0 deletions(-)
>  create mode 100644
> tests/spec/glsl-1.20/compiler/structure-and-array-operations/array-of-array-function-parameter-declaration.vert
>  create mode 100644
> tests/spec/glsl-1.20/compiler/structure-and-array-operations/array-of-array-function-parameter-definition.vert
>  create mode 100644
> tests/spec/glsl-1.20/compiler/structure-and-array-operations/array-of-array-structure-field.vert
>
>
It's probably worth making the corresponding *.frag tests too.  In any
case, this is

Reviewed-by: Paul Berry <stereotype441 at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20111031/120f03a1/attachment.htm>


More information about the Piglit mailing list