mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 20:20:18 +01:00
docs: renderpass -> render pass
This is how it's written in the Vulkan spec, let's follow that. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29879>
This commit is contained in:
parent
a98b2f7ee6
commit
aa59841b64
2 changed files with 3 additions and 3 deletions
|
|
@ -628,7 +628,7 @@ the cases where stale data is read.
|
||||||
``cmdbuf``
|
``cmdbuf``
|
||||||
stomp registers at the start of each command buffer.
|
stomp registers at the start of each command buffer.
|
||||||
``renderpass``
|
``renderpass``
|
||||||
stomp registers before each renderpass.
|
stomp registers before each render pass.
|
||||||
``inverse``
|
``inverse``
|
||||||
changes ``TU_DEBUG_STALE_REGS_RANGE`` meaning to
|
changes ``TU_DEBUG_STALE_REGS_RANGE`` meaning to
|
||||||
"regs that should NOT be stomped".
|
"regs that should NOT be stomped".
|
||||||
|
|
|
||||||
|
|
@ -300,9 +300,9 @@ variable:
|
||||||
``gpl``
|
``gpl``
|
||||||
Force using Graphics Pipeline Library for all shaders
|
Force using Graphics Pipeline Library for all shaders
|
||||||
``rp``
|
``rp``
|
||||||
Enable renderpass optimizations (for tiling GPUs)
|
Enable render pass optimizations (for tiling GPUs)
|
||||||
``norp``
|
``norp``
|
||||||
Disable renderpass optimizations (for tiling GPUs)
|
Disable render pass optimizations (for tiling GPUs)
|
||||||
``map``
|
``map``
|
||||||
Print info about mapped VRAM
|
Print info about mapped VRAM
|
||||||
``flushsync``
|
``flushsync``
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue