Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
}
}
+ if (format_desc->layout == UTIL_FORMAT_LAYOUT_BPTC) {
+ /* Software decoding is not hooked up. */
+ return FALSE;
+ }
+
if (format_desc->layout == UTIL_FORMAT_LAYOUT_S3TC) {
return util_format_s3tc_enabled;
}
return FALSE;
}
+ if (format_desc->layout == UTIL_FORMAT_LAYOUT_BPTC) {
+ /* Software decoding is not hooked up. */
+ return FALSE;
+ }
+
/*
* All other operations (sampling, transfer, etc).
*/