diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h index 199e9333201..fb45ac5e06f 100644 --- a/src/intel/isl/isl.h +++ b/src/intel/isl/isl.h @@ -636,8 +636,8 @@ enum isl_aux_usage { * and CCS is also enabled * * In this mode, the HiZ and CCS surfaces act as a single fused compression - * surface where resolves and ambiguates operate on both surfaces at the - * same time. In this mode, the HiZ surface operates in write-through + * surface where resolves (but not ambiguates) operate on both surfaces at + * the same time. In this mode, the HiZ surface operates in write-through * mode where it is only used for accelerating depth testing and not for * actual compression. The CCS-compressed surface contains valid data at * all times. @@ -649,8 +649,8 @@ enum isl_aux_usage { /** The auxiliary surface is a HiZ surface with and CCS is also enabled * * In this mode, the HiZ and CCS surfaces act as a single fused compression - * surface where resolves and ambiguates operate on both surfaces at the - * same time. In this mode, full HiZ compression is enabled and the + * surface where resolves (but not ambiguates) operate on both surfaces at + * the same time. In this mode, full HiZ compression is enabled and the * CCS-compressed main surface may not contain valid data. The only way to * read the surface outside of the depth hardware is to do a full resolve * which resolves both HiZ and CCS so the surface is in the pass-through