Module: Mesa Branch: master Commit: 0c92651a3bf4471ced629237d9857e8b5e91d84b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c92651a3bf4471ced629237d9857e8b5e91d84b
Author: Lionel Landwerlin <[email protected]> Date: Fri Oct 20 15:46:48 2017 +0100 blorp: enable R32G32B32X32 blorp ccs copies Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> --- src/intel/blorp/blorp_blit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/blorp/blorp_blit.c b/src/intel/blorp/blorp_blit.c index 11c2116a75..4507046dae 100644 --- a/src/intel/blorp/blorp_blit.c +++ b/src/intel/blorp/blorp_blit.c @@ -2206,6 +2206,7 @@ get_ccs_compatible_uint_format(const struct isl_format_layout *fmtl) case ISL_FORMAT_R32G32B32A32_UINT: case ISL_FORMAT_R32G32B32A32_UNORM: case ISL_FORMAT_R32G32B32A32_SNORM: + case ISL_FORMAT_R32G32B32X32_FLOAT: return ISL_FORMAT_R32G32B32A32_UINT; case ISL_FORMAT_R16G16B16A16_UNORM: _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
