Remove duplicate format functions (#738)

This moves the filter_formats and get_format_list functions to a common
file. These functions were roughly the same, with an optional filtering
in some tests for testing mipmaps.

Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>
This commit is contained in:
Radek Szymanski
2020-04-17 10:55:17 +01:00
committed by GitHub
parent d59808ceda
commit e72cff3e7d
19 changed files with 177 additions and 658 deletions

View File

@@ -12,6 +12,7 @@ set(${MODULE_NAME}_SOURCES
test_copy_3D_2D_array.cpp
test_copy_generic.cpp
test_loops.cpp
../common.cpp
)
include(../../CMakeCommon.txt)