[Piglit] [PATCH 02/23] texline: Remove test
Brian Paul
brianp at vmware.com
Thu Oct 4 17:18:24 PDT 2012
On 10/04/2012 06:16 PM, Chad Versace wrote:
> The texline test did not probe any pixels and was not listed in all.tests.
> It was not a test at all.
>
> This patch also removes directory tests/mesa, because the utility
> functions defined there were only used by texline.
>
> CC: Eric Anholt<eric at anholt.net>
> Signed-off-by: Chad Versace<chad.versace at linux.intel.com>
> ---
>
> This patch replaces
> [PATCH 02/23] texline: Convert to use piglit framework
> in my patch series.
>
> tests/CMakeLists.txt | 4 -
> tests/mesa/CMakeLists.txt | 3 -
> tests/mesa/tests/CMakeLists.gl.txt | 24 --
> tests/mesa/tests/CMakeLists.txt | 1 -
> tests/mesa/tests/texline.c | 229 -------------------
> tests/mesa/util/CMakeLists.gl.txt | 22 --
> tests/mesa/util/CMakeLists.txt | 1 -
> tests/mesa/util/readtex.c | 453 -------------------------------------
> tests/mesa/util/readtex.h | 26 ---
> tests/mesa/util/writeimg.c | 88 -------
> tests/mesa/util/writeimg.h | 7 -
> 11 files changed, 858 deletions(-)
> delete mode 100644 tests/mesa/CMakeLists.txt
> delete mode 100644 tests/mesa/tests/CMakeLists.gl.txt
> delete mode 100644 tests/mesa/tests/CMakeLists.txt
> delete mode 100644 tests/mesa/tests/texline.c
> delete mode 100644 tests/mesa/util/CMakeLists.gl.txt
> delete mode 100644 tests/mesa/util/CMakeLists.txt
> delete mode 100644 tests/mesa/util/readtex.c
> delete mode 100644 tests/mesa/util/readtex.h
> delete mode 100644 tests/mesa/util/writeimg.c
> delete mode 100644 tests/mesa/util/writeimg.h
LGTM. Reviewed-by: Brian Paul <brianp at vmware.com>
More information about the Piglit
mailing list