aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_test_format.c
diff options
context:
space:
mode:
authorDenis Pauk <[email protected]>2018-06-26 23:30:52 +0300
committerMarek Olšák <[email protected]>2018-07-01 15:42:37 -0400
commit2854c0f795b58fc28e9fcf9765b1b4e5faf3575f (patch)
tree4a5f7e68bfd3323d34b6fc9ec23dd65cf89168de /src/gallium/drivers/llvmpipe/lp_test_format.c
parent530130e74f35ebdc811f2d26167bf6e00abfc2db (diff)
gallium/llvmpipe: Enable support bptc format.
v2: none v3: none Signed-off-by: Denis Pauk <[email protected]> CC: Marek Olšák <[email protected]> CC: Rhys Perry <[email protected]> CC: Matt Turner <[email protected]> Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_test_format.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_test_format.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_test_format.c b/src/gallium/drivers/llvmpipe/lp_test_format.c
index e9a6e01fdcb..a8aa33d8ae9 100644
--- a/src/gallium/drivers/llvmpipe/lp_test_format.c
+++ b/src/gallium/drivers/llvmpipe/lp_test_format.c
@@ -388,8 +388,7 @@ test_all(unsigned verbose, FILE *fp)
}
/* missing fetch funcs */
- if (format_desc->layout == UTIL_FORMAT_LAYOUT_BPTC ||
- format_desc->layout == UTIL_FORMAT_LAYOUT_ASTC) {
+ if (format_desc->layout == UTIL_FORMAT_LAYOUT_ASTC) {
continue;
}