mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
docs: correct spelling of "subtly"
Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>
This commit is contained in:
parent
0a24308384
commit
a8343b2fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ one cache line (128 bytes), ensure no cache line contains multiple mip levels.
|
|||
|
||||
There is a wrinkle: the dimensions of large mip levels in tiles are determined
|
||||
by the dimensions of level 0. For power-of-two images, the two calculations are
|
||||
equivalent. However, they differ subtlely for non-power-of-two images. To
|
||||
equivalent. However, they differ subtly for non-power-of-two images. To
|
||||
determine the number of tiles to allocate for level :math:`l`, the number of
|
||||
tiles for level 0 should be right-shifted by :math:`2l`. That appears to divide
|
||||
by :math:`2^l` in both width and height, matching the definition of mipmapping,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue