Module: Mesa Branch: main Commit: 5a759140b03e2eff2384484d1d8905a176b939dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a759140b03e2eff2384484d1d8905a176b939dc
Author: Alyssa Rosenzweig <[email protected]> Date: Fri Mar 4 19:59:38 2022 -0500 pan/va: Fix typo in BLEND text Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15364> --- src/panfrost/bifrost/valhall/ISA.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panfrost/bifrost/valhall/ISA.xml b/src/panfrost/bifrost/valhall/ISA.xml index 4eb864b4d3b..eee5d9edae5 100644 --- a/src/panfrost/bifrost/valhall/ISA.xml +++ b/src/panfrost/bifrost/valhall/ISA.xml @@ -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.
