[Piglit] [PATCH] fbo-depth-array: Don't create an enormous color render target

Ilia Mirkin imirkin at alum.mit.edu
Fri Nov 27 17:04:58 PST 2015


On Thu, Oct 29, 2015 at 7:32 AM, Neil Roberts <neil at linux.intel.com> wrote:
> @@ -424,12 +446,7 @@ test_once(void)
>                         x = 1 + (layer % 3) * (width + 1);
>                         y = 1 + (layer / 3) * (height + 1);
>                 }
> -               draw_layer(x, y, layer);
> -
> -               pass &= test_layer_drawing(x, y,
> -                                          test_stencil ?
> -                                          get_stencil_value_float(layer) :
> -                                          get_depth_value(layer));
> +               draw_and_test_layer(x, y, layer);

That probably should have been pass &= draw_and_test_layer()


More information about the Piglit mailing list