pan/va: Fix typo in BLEND text
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15364>
This commit is contained in:

committed by
Marge Bot

parent
96e17287b4
commit
5a759140b0
@@ -1194,7 +1194,7 @@
|
|||||||
can never introduce divergence, so `.reconverge` is not required.
|
can never introduce divergence, so `.reconverge` is not required.
|
||||||
|
|
||||||
In the blend shader path, `BLEND` ignores the specified flow control and
|
In the blend shader path, `BLEND` ignores the specified flow control and
|
||||||
does not branch to the specified offset. Instead, execution considers
|
does not branch to the specified offset. Instead, execution continues
|
||||||
normally with the next instruction. The compiler should insert code for
|
normally with the next instruction. The compiler should insert code for
|
||||||
calling a blend shader after the `BLEND` instruction unless it is known
|
calling a blend shader after the `BLEND` instruction unless it is known
|
||||||
that a blend shader will never be required.
|
that a blend shader will never be required.
|
||||||
|
Reference in New Issue
Block a user