[Piglit] [PATCH] ARB_texture_view: Add test suite

Matt Turner mattst88 at gmail.com
Wed Oct 16 01:34:23 CEST 2013


On Mon, Oct 14, 2013 at 2:31 PM, Jon Ashburn <jon at lunarg.com> wrote:
> diff --git a/tests/spec/arb_texture_view/CMakeLists.gl.txt b/tests/spec/arb_texture_view/CMakeLists.gl.txt
> index c400759..293ef72 100644
> --- a/tests/spec/arb_texture_view/CMakeLists.gl.txt
> +++ b/tests/spec/arb_texture_view/CMakeLists.gl.txt
> @@ -9,6 +9,8 @@ link_libraries(
>         ${OPENGL_glu_LIBRARY}
>         )
>
> -piglit_add_executable(arb_texture_view-texture-immutable-levels texture-immutable-levels.c)
> +piglit_add_executable(arb_texture_view-rendering rendering.c)
> +piglit_add_executable(arb_texture_view-params params.c)
> +piglit_add_executable(arb_texture_view-queries queries.c)

I apparently forgot to add the one texture view test I wrote to
all.tests, but I doubt you meant to remove it from the build system?


More information about the Piglit mailing list