docs/isl: stop trying to link to classic drivers code

It doesn't exist anymore since cdde031ac2
("classic/i965: Remove driver").

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28499>
This commit is contained in:
Eric Engestrom
2024-04-01 12:53:37 +01:00
committed by Marge Bot
parent 643cc8be7f
commit dfc211ed43

View File

@@ -30,7 +30,7 @@ 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 compression
block height. Since the old surface state code tries to store things in
hardware units, everyone who ever reads :c:expr:`brw_mipmap_tree.qpitch` has
hardware units, everyone who ever reads ``brw_mipmap_tree.qpitch`` has
to change their interpretation based on hardware generation and whether or not
the surface was block-compressed. In ISL, we have
:c:member:`isl_surf.array_pitch_el_rows` which, as the name says, is in rows