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:
Alyssa Rosenzweig
2022-03-04 19:59:38 -05:00
committed by Marge Bot
parent 96e17287b4
commit 5a759140b0

View File

@@ -1194,7 +1194,7 @@
can never introduce divergence, so `.reconverge` is not required.
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
calling a blend shader after the `BLEND` instruction unless it is known
that a blend shader will never be required.