Module: Mesa Branch: master Commit: 3eb1993625cf14695c352b5996c99bcad041daf2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3eb1993625cf14695c352b5996c99bcad041daf2
Author: Jason Ekstrand <[email protected]> Date: Fri Mar 6 16:43:10 2020 -0600 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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4100> --- src/intel/isl/isl.c | 3 --- 1 file changed, 3 deletions(-) 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); _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
