Mesa (master): isl: Correct a comment in the isl_format enum

Nanley Chery nchery at kemper.freedesktop.org
Fri Oct 7 19:57:07 UTC 2016


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

Author: Nanley Chery <nanley.g.chery at intel.com>
Date:   Fri Oct  7 12:07:22 2016 -0700

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 at intel.com>
Reviewed-by: Chad Versace <chadversary at chromium.org>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 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 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,




More information about the mesa-commit mailing list