[Piglit] [PATCH piglit] Fix piglit-util-gl-common.h -> piglit-util-gl.h

Ilia Mirkin imirkin at alum.mit.edu
Wed Jul 23 19:41:40 PDT 2014


On Wed, Jul 23, 2014 at 10:32 PM, Michel Dänzer <michel at daenzer.net> wrote:
> From: Michel Dänzer <michel.daenzer at amd.com>
>
> 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 <michel.daenzer at amd.com>

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
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit


More information about the Piglit mailing list