On Thu, Oct 29, 2015 at 7:32 AM, Neil Roberts <[email protected]> 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() _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
