diff options
author | Nanley Chery <nanley.g.chery@intel.com> | 2016-10-07 12:07:22 -0700 |
---|---|---|
committer | Nanley Chery <nanley.g.chery@intel.com> | 2016-10-07 12:54:17 -0700 |
commit | 814fa1237935884c3c0ba47a31e3599b975aec1a (patch) | |
tree | 099494183f064dcec9577a961d062f4d2a61b499 /src/intel/isl | |
parent | 495ba8884ad5047abc7e408b68165c0465a81ac0 (diff) | |
download | external_mesa3d-814fa1237935884c3c0ba47a31e3599b975aec1a.zip external_mesa3d-814fa1237935884c3c0ba47a31e3599b975aec1a.tar.gz external_mesa3d-814fa1237935884c3c0ba47a31e3599b975aec1a.tar.bz2 |
isl: Correct a comment in the isl_format enum
HiZ is not a color surface, but an auxiliary depth surface.
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Chad Versace <chadversary@chromium.org>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/intel/isl')
-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 29fb3d0..967bcb2 100644 --- a/src/intel/isl/isl.h +++ b/src/intel/isl/isl.h @@ -358,7 +358,7 @@ enum isl_format { * actual hardware formats *must* come before these in the list. */ - /* Formats for color compression surfaces */ + /* Formats for auxiliary surfaces */ ISL_FORMAT_HIZ, ISL_FORMAT_MCS_2X, ISL_FORMAT_MCS_4X, |