diff options
author | Jason Ekstrand <jason@jlekstrand.net> | 2021-04-28 23:16:03 -0500 |
---|---|---|
committer | Jason Ekstrand <jason@jlekstrand.net> | 2021-04-28 23:16:03 -0500 |
commit | 656c30ac59c542409abafbff70417fb33513a03c (patch) | |
tree | 6e3ab77ad3d7afb502fe5ce7543a5b4f0064a357 /src/intel | |
parent | 8243115836c490fd79ccaae18cf31c86b91bf376 (diff) | |
download | mesa-656c30ac59c542409abafbff70417fb33513a03c.tar.gz mesa-656c30ac59c542409abafbff70417fb33513a03c.tar.bz2 mesa-656c30ac59c542409abafbff70417fb33513a03c.zip |
intel/isl: There are seven aux states
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10515>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/isl/isl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h index ce63b23a065..1b63ae9a2e3 100644 --- a/src/intel/isl/isl.h +++ b/src/intel/isl/isl.h @@ -679,7 +679,7 @@ enum isl_aux_usage { * Enum for keeping track of the state an auxiliary compressed surface. * * For any given auxiliary surface compression format (HiZ, CCS, or MCS), any - * given slice (lod + array layer) can be in one of the six states described + * given slice (lod + array layer) can be in one of the seven states described * by this enum. Draw and resolve operations may cause the slice to change * from one state to another. The six valid states are: * |