Mesa (master): intel/isl: There are seven aux states

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 29 04:28:47 UTC 2021


Module: Mesa
Branch: master
Commit: 656c30ac59c542409abafbff70417fb33513a03c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=656c30ac59c542409abafbff70417fb33513a03c

Author: Jason Ekstrand <jason at jlekstrand.net>
Date:   Wed Apr 28 23:16:03 2021 -0500

intel/isl: There are seven aux states

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10515>

---

 src/intel/isl/isl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
  *



More information about the mesa-commit mailing list