[Piglit] [PATCH 1/2] Add gles-2.0 infrastructure
Tom Gall
tom.gall at linaro.org
Mon Dec 10 17:52:02 PST 2012
This conflicts with the patches I've been posting for gles-2.0
support. It's basically a subset without gles2 testcases.
Regardless, I really would like to see either this or what I've posted
to be merged.
Regards,
Tom
On Mon, Dec 10, 2012 at 4:19 PM, Matt Turner <mattst88 at gmail.com> wrote:
> ---
> tests/spec/CMakeLists.txt | 1 +
> tests/spec/gles-2.0/CMakeLists.gles2.txt | 5 +++++
> tests/spec/gles-2.0/CMakeLists.txt | 1 +
> 3 files changed, 7 insertions(+), 0 deletions(-)
> create mode 100644 tests/spec/gles-2.0/CMakeLists.gles2.txt
> create mode 100644 tests/spec/gles-2.0/CMakeLists.txt
>
> diff --git a/tests/spec/CMakeLists.txt b/tests/spec/CMakeLists.txt
> index 46a91bd..2a8607f 100644
> --- a/tests/spec/CMakeLists.txt
> +++ b/tests/spec/CMakeLists.txt
> @@ -51,6 +51,7 @@ add_subdirectory (gl-2.0)
> add_subdirectory (gl-2.1)
> add_subdirectory (gl-3.0)
> add_subdirectory (gl-3.1)
> +add_subdirectory (gles-2.0)
> add_subdirectory (gles-3.0)
> add_subdirectory (glx_arb_create_context)
> add_subdirectory (glx_ext_import_context)
> diff --git a/tests/spec/gles-2.0/CMakeLists.gles2.txt b/tests/spec/gles-2.0/CMakeLists.gles2.txt
> new file mode 100644
> index 0000000..2bf69f9
> --- /dev/null
> +++ b/tests/spec/gles-2.0/CMakeLists.gles2.txt
> @@ -0,0 +1,5 @@
> +link_libraries(
> + piglitutil_${piglit_target_api}
> + )
> +
> +# vim: ft=cmake:
> diff --git a/tests/spec/gles-2.0/CMakeLists.txt b/tests/spec/gles-2.0/CMakeLists.txt
> new file mode 100644
> index 0000000..144a306
> --- /dev/null
> +++ b/tests/spec/gles-2.0/CMakeLists.txt
> @@ -0,0 +1 @@
> +piglit_include_target_api()
> --
> 1.7.8.6
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
--
Regards,
Tom
"Where's the kaboom!? There was supposed to be an earth-shattering
kaboom!" Marvin Martian
Graphics Working Group | Linaro.org │ Open source software for ARM SoCs
w) tom.gall att linaro.org
h) tom_gall att mac.com
More information about the Piglit
mailing list