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>
This commit is contained in:
Nanley Chery 2016-10-07 12:07:22 -07:00
parent 495ba8884a
commit 814fa12379

View file

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