docs: correct spelling of "hierarchical"

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>
This commit is contained in:
Erik Faye-Lund 2022-10-18 14:46:11 +02:00 committed by Marge Bot
parent 34e3dead97
commit e2ee7e03da
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ Bitsets
-------
The fundamental concept of matching a bit-pattern to an instruction
decoding/encoding is the concept of a hierarchial tree of bitsets.
decoding/encoding is the concept of a hierarchical tree of bitsets.
This is intended to match how the hw decodes instructions, where certain
bits describe the instruction (and sub-encoding, and so on), and other
bits describe various operands to the instruction.

View File

@ -11,7 +11,7 @@ From the Sandy Bridge PRM Vol. 2, Pt. 1, 7.5.3 "Hierarchical Depth Buffer" (p.
312):
The hierarchical depth buffer does not support the LOD field, it is assumed
by hardware to be zero. A separate hierarachical depth buffer is required
by hardware to be zero. A separate hierarchical depth buffer is required
for each LOD used, and the corresponding buffers state delivered to
hardware each time a new depth buffer state with modified LOD is delivered.