mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 17:30:20 +01:00
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:
parent
495ba8884a
commit
814fa12379
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue