summaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
authorNanley Chery <[email protected]>2016-10-07 12:07:22 -0700
committerNanley Chery <[email protected]>2016-10-07 12:54:17 -0700
commit814fa1237935884c3c0ba47a31e3599b975aec1a (patch)
tree099494183f064dcec9577a961d062f4d2a61b499 /src/intel
parent495ba8884ad5047abc7e408b68165c0465a81ac0 (diff)
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 <[email protected]> Reviewed-by: Chad Versace <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/isl/isl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h
index 29fb3d07f9a..967bcb2952b 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,