mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
docs/isl: fix references to ISL_AUX_USAGE_CCS_*
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28499>
This commit is contained in:
parent
db810a0644
commit
643cc8be7f
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ referring both to the *multisample control surface* used for multisample
|
||||||
compression and the control surface used for fast-clears. In ISL, the
|
compression and the control surface used for fast-clears. In ISL, the
|
||||||
:c:enumerator:`isl_aux_usage.ISL_AUX_USAGE_MCS` enum always refers to
|
:c:enumerator:`isl_aux_usage.ISL_AUX_USAGE_MCS` enum always refers to
|
||||||
multisample color compression while the
|
multisample color compression while the
|
||||||
:c:enumerator:`isl_aux_usage.ISL_AUX_USAGE_CCS_` enums always refer to
|
:c:enumerator:`isl_aux_usage.ISL_AUX_USAGE_CCS_D` and
|
||||||
|
:c:enumerator:`isl_aux_usage.ISL_AUX_USAGE_CCS_E` enums always refer to
|
||||||
single-sampled color compression. Throughout this chapter and the rest of the
|
single-sampled color compression. Throughout this chapter and the rest of the
|
||||||
ISL documentation, we will use the term "color control surface", abbreviated
|
ISL documentation, we will use the term "color control surface", abbreviated
|
||||||
CCS, to denote the control surface used for both fast-clears and color
|
CCS, to denote the control surface used for both fast-clears and color
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue