mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
asahi: fix prolog emit
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29179>
This commit is contained in:
parent
6373de5195
commit
1df1260259
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ agx_nir_vs_prolog(nir_builder *b, const void *key_)
|
|||
|
||||
if (vec_idx != a) {
|
||||
vec = nir_load_input(b, 4, 32, nir_imm_int(b, 0), .base = a);
|
||||
vec_idx = a;
|
||||
}
|
||||
|
||||
/* ABI: attributes passed starting at r8 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue