mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
freedreno/ir3/nir: set first_driver_param
Without this, a3xx breaks.. a4xx would too if it had already implemented support for passing driver params. Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
parent
f0e9a632a1
commit
09cbd97a47
1 changed files with 2 additions and 0 deletions
|
|
@ -244,6 +244,8 @@ compile_init(struct ir3_shader_variant *so,
|
|||
free((void *)lowered_tokens);
|
||||
|
||||
so->first_immediate = ctx->s->num_uniforms;
|
||||
/* for now, now driver params: */
|
||||
so->first_driver_param = so->first_immediate;
|
||||
|
||||
return ctx;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue