I believe ChrisF already fixed that in 25a322ccfd ("arb_texture_view:
Fix bogus probe rects"). Or am I missing something?

On Thu, Sep 4, 2014 at 6:43 PM, Jason Ekstrand <[email protected]> wrote:
> Signed-off-by: Jason Ekstrand <[email protected]>
> Cc: Ilia Mirkin <[email protected]>
>
> ---
>  tests/spec/arb_texture_view/sampling-2d-array-as-cubemap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/spec/arb_texture_view/sampling-2d-array-as-cubemap.c 
> b/tests/spec/arb_texture_view/sampling-2d-array-as-cubemap.c
> index 2366d0c..987c797 100644
> --- a/tests/spec/arb_texture_view/sampling-2d-array-as-cubemap.c
> +++ b/tests/spec/arb_texture_view/sampling-2d-array-as-cubemap.c
> @@ -52,7 +52,7 @@ piglit_display(void)
>
>         piglit_draw_rect(-1, -1, 2, 2);
>
> -       pass = piglit_probe_rect_rgba(-1, -1, 2, 2, green);
> +       pass = piglit_probe_rect_rgba(0, 0, piglit_width, piglit_height, 
> green);
>
>         piglit_present_results();
>
> --
> 2.1.0
>
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to