mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 16:20:13 +01:00
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 <rafael.antognolli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4100>
This commit is contained in:
parent
483a1d5e6c
commit
3eb1993625
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue