Compositor: Disable anisotropic filtering tests on GPU

This patch disables compositor tests that rely on anisotropic filtering
for GPU testing. This is done until we make sure they pass universally
by not relying on hardware filtering.

Test files that rely on anisotropic filtering were moved to their own
tests to be able to disable them for GPU only.
This commit is contained in:
Omar Emara
2024-12-19 17:40:30 +02:00
parent 871242d65d
commit d764fd7200
2 changed files with 2 additions and 2 deletions

View File

@@ -879,7 +879,7 @@ else()
)
if(WITH_LIBMV)
list(APPEND compositor_tests distort matte)
list(APPEND compositor_tests distort matte anisotropic_filtering)
endif()
foreach(comp_test ${compositor_tests})