Reviewed-by: Marek Olšák <[email protected]> Marek
On Wed, Mar 29, 2017 at 9:59 PM, Samuel Pitoiset <[email protected]> wrote: > This is supported by compat only. > > Signed-off-by: Samuel Pitoiset <[email protected]> > --- > tests/spec/arb_vertex_attrib_64bit/execution/double_attribs.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/tests/spec/arb_vertex_attrib_64bit/execution/double_attribs.c > b/tests/spec/arb_vertex_attrib_64bit/execution/double_attribs.c > index 94cfd237f..afde27001 100644 > --- a/tests/spec/arb_vertex_attrib_64bit/execution/double_attribs.c > +++ b/tests/spec/arb_vertex_attrib_64bit/execution/double_attribs.c > @@ -320,8 +320,6 @@ piglit_init(int argc, char **argv) > int ret = PIGLIT_PASS; > piglit_require_extension("GL_ARB_vertex_attrib_64bit"); > > - piglit_ortho_projection(piglit_width, piglit_height, GL_FALSE); > - > if (!test_attrib_funcs()) > ret = PIGLIT_FAIL; > > -- > 2.12.1 > > _______________________________________________ > Piglit mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/piglit _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
