mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
etnaviv: What if we just didn't have a compiler?
alyssa: please no. etnaviv: ok but we'll just not run nir_validate so it's fine. alyssa: please no. etnaviv: ok but we have ci now so you have to keep it working. alyssa: please no. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24432>
This commit is contained in:
parent
d878470bbc
commit
56be39996a
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ etna_lower_alu_impl(nir_function_impl *impl, bool has_new_transcendentals)
|
|||
mul->dest.write_mask = 1;
|
||||
nir_ssa_dest_init(&mul->instr, &mul->dest.dest, 1, 32);
|
||||
|
||||
alu->src[0].swizzle[1] = 0;
|
||||
ssa->num_components = 2;
|
||||
|
||||
nir_instr_insert_after(instr, &mul->instr);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue