diff options
author | Matt Turner <[email protected]> | 2017-09-28 14:16:18 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-10-02 19:41:22 -0700 |
commit | 3a8a5e77e8f992aaa3539e060885138c2fcddad1 (patch) | |
tree | 2eebf1d1150bee8d2d285a5f7dd761999f1700e2 /src/gallium/tests | |
parent | f6c56e07fc5a8e81fd90688c9fee239f18c3480e (diff) |
gallium: Remove util_format_s3tc_enabled
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/tests')
-rw-r--r-- | src/gallium/tests/unit/u_format_test.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/tests/unit/u_format_test.c b/src/gallium/tests/unit/u_format_test.c index 69d6c7dd3a2..2152b227f6a 100644 --- a/src/gallium/tests/unit/u_format_test.c +++ b/src/gallium/tests/unit/u_format_test.c @@ -722,11 +722,6 @@ test_all(void) assert(format_desc->block.height <= UTIL_FORMAT_MAX_UNPACKED_HEIGHT); assert(format_desc->block.width <= UTIL_FORMAT_MAX_UNPACKED_WIDTH); - if (format_desc->layout == UTIL_FORMAT_LAYOUT_S3TC && - !util_format_s3tc_enabled) { - continue; - } - # define TEST_ONE_FUNC(name) \ if (format_desc->name) { \ if (!test_one_func(format_desc, &test_format_##name, #name)) { \ |