On Wed, Jul 23, 2014 at 10:32 PM, Michel Dänzer <[email protected]> wrote: > From: Michel Dänzer <[email protected]> > > The file was recently renamed. Fixes build failure since commit > 4ee589ec1c4af7439e1f10a8fd4333c ('gles-3.0: Verify gl_VertexID when used > with glDrawArrays'). > > Signed-off-by: Michel Dänzer <[email protected]>
Reviewed + pushed. > --- > > I can't push this myself, so whoever reviews it please push it. > > tests/spec/gl-3.0/multidrawarrays-vertexid.c | 2 +- > tests/spec/gles-3.0/drawarrays-vertexid.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/spec/gl-3.0/multidrawarrays-vertexid.c > b/tests/spec/gl-3.0/multidrawarrays-vertexid.c > index b9f1419..79c5e2f 100644 > --- a/tests/spec/gl-3.0/multidrawarrays-vertexid.c > +++ b/tests/spec/gl-3.0/multidrawarrays-vertexid.c > @@ -27,7 +27,7 @@ > * of 'first' and increment from there. > */ > > -#include "piglit-util-gl-common.h" > +#include "piglit-util-gl.h" > > PIGLIT_GL_TEST_CONFIG_BEGIN > > diff --git a/tests/spec/gles-3.0/drawarrays-vertexid.c > b/tests/spec/gles-3.0/drawarrays-vertexid.c > index ebf5723..fa83087 100644 > --- a/tests/spec/gles-3.0/drawarrays-vertexid.c > +++ b/tests/spec/gles-3.0/drawarrays-vertexid.c > @@ -27,7 +27,7 @@ > * of 'first' and increment from there. > */ > > -#include "piglit-util-gl-common.h" > +#include "piglit-util-gl.h" > > PIGLIT_GL_TEST_CONFIG_BEGIN > > -- > 2.0.0 > > _______________________________________________ > Piglit mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/piglit _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
