diff options
Diffstat (limited to 'src/gallium/drivers/nouveau/nvc0/nvc0_state.c')
-rw-r--r-- | src/gallium/drivers/nouveau/nvc0/nvc0_state.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_state.c b/src/gallium/drivers/nouveau/nvc0/nvc0_state.c index aac296c2b58..928b7855651 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_state.c +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_state.c @@ -685,6 +685,10 @@ nvc0_cp_state_create(struct pipe_context *pipe, prog->pipe.tokens = tgsi_dup_tokens((const struct tgsi_token *)cso->prog); + prog->translated = nvc0_program_translate( + prog, nvc0_context(pipe)->screen->base.device->chipset, + &nouveau_context(pipe)->debug); + return (void *)prog; } |