From: Jason Ekstrand Date: Fri, 6 Mar 2020 22:43:10 +0000 (-0600) Subject: intel/isl: Delete a misleading comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3eb1993625cf14695c352b5996c99bcad041daf2;p=mesa.git intel/isl: Delete a misleading comment Untyped messages are only use on Gen9+ for UBOs and SSBOs. They will never be used on anything using an isl_surf. Reviewed-by: Rafael Antognolli Part-of: --- diff --git a/src/intel/isl/isl.c b/src/intel/isl/isl.c index 7271ecfbe7d..3df369b5cd4 100644 --- a/src/intel/isl/isl.c +++ b/src/intel/isl/isl.c @@ -2057,9 +2057,6 @@ isl_surf_get_ccs_surf(const struct isl_device *dev, * * Linear CCS is only allowed for Untyped Buffers but only via HDC * Data-Port messages. - * - * We probably want to limit linear CCS to storage usage and check that - * the shaders actually use only untyped messages. */ assert(surf->tiling != ISL_TILING_LINEAR);