Mesa (main): docs/isl/tiling: Fix swizzle pattern for X-tiling

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 1 19:12:28 UTC 2021


Module: Mesa
Branch: main
Commit: 938ce8cdaf0813d4b84358e7ca4891494a225e3c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=938ce8cdaf0813d4b84358e7ca4891494a225e3c

Author: Jason Ekstrand <jason at jlekstrand.net>
Date:   Thu Jul  1 14:05:41 2021 -0500

docs/isl/tiling: Fix swizzle pattern for X-tiling

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11679>

---

 docs/isl/tiling.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/isl/tiling.rst b/docs/isl/tiling.rst
index fec634369fb..ded1fad171e 100644
--- a/docs/isl/tiling.rst
+++ b/docs/isl/tiling.rst
@@ -278,7 +278,7 @@ the tile are given by the table below:
 =========================================== =========== =========== =========== =========== =========== =========== =========== =========== =========== =========== =========== ===========
  Tiling                                          11          10          9           8           7           6           5           4           3           2           1           0
 =========================================== =========== =========== =========== =========== =========== =========== =========== =========== =========== =========== =========== ===========
-:cpp:enumerator:`isl_tiling::ISL_TILING_X`  :math:`v_3` :math:`v_2` :math:`v_1` :math:`v_0` :math:`u_7` :math:`u_6` :math:`u_5` :math:`u_4` :math:`u_3` :math:`u_2` :math:`u_1` :math:`u_0`
+:cpp:enumerator:`isl_tiling::ISL_TILING_X`  :math:`v_2` :math:`v_1` :math:`v_0` :math:`u_8` :math:`u_7` :math:`u_6` :math:`u_5` :math:`u_4` :math:`u_3` :math:`u_2` :math:`u_1` :math:`u_0`
 :cpp:enumerator:`isl_tiling::ISL_TILING_Y0` :math:`u_6` :math:`u_5` :math:`u_4` :math:`v_4` :math:`v_3` :math:`v_2` :math:`v_1` :math:`v_0` :math:`u_3` :math:`u_2` :math:`u_1` :math:`u_0`
 :cpp:enumerator:`isl_tiling::ISL_TILING_W`  :math:`u_5` :math:`u_4` :math:`u_3` :math:`v_5` :math:`v_4` :math:`v_3` :math:`v_2` :math:`u_2` :math:`v_1` :math:`u_1` :math:`v_0` :math:`u_0`
 =========================================== =========== =========== =========== =========== =========== =========== =========== =========== =========== =========== =========== ===========



More information about the mesa-commit mailing list