From 9d55200e72cd00c867060568065e59f10e24b23c Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 16:24:43 +0200 Subject: [PATCH] docs: correct spelling of "compression" Reviewed-by: Eric Engestrom Part-of: --- docs/isl/units.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/isl/units.rst b/docs/isl/units.rst index 5b0db00..190f703 100644 --- a/docs/isl/units.rst +++ b/docs/isl/units.rst @@ -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 -- 2.7.4