mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 23:40:10 +01:00
docs: correct spelling of "compression"
Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>
This commit is contained in:
parent
5590fbd530
commit
9d55200e72
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ difference is QPitch which specifies the distance between array slices. On
|
|||
Broadwell and earlier, QPitch field in :c:expr:`RENDER_SURFACE_STATE` was in
|
||||
rows of samples. For block-compressed images, this meant it had to be
|
||||
a multiple of the block height. On Skylake, it changed to always being in rows
|
||||
of elements so you have to divide the pitch in samples by the compresssion
|
||||
of elements so you have to divide the pitch in samples by the compression
|
||||
block height. Since the old surface state code tries to store things in
|
||||
hardware units, everyone who ever reads :cpp:expr:`brw_mipmap_tree::qpitch` has
|
||||
to change their interpretation based on hardware generation and whether or not
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue