summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nv50/nv50_surface.c
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2023-05-18 13:05:17 -0700
committerMarge Bot <emma+marge@anholt.net>2023-06-12 17:37:54 +0000
commitc3cbe610dfd978c2f25124017a54196757401434 (patch)
tree16704e7921b003b26123378672bca25ae9814908 /src/gallium/drivers/nouveau/nv50/nv50_surface.c
parentae777b1836715d8a775208f49048440ce17e76d4 (diff)
nouveau: Delete the NV50_PROG_USE_TGSI env var.
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Acked-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23114>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv50/nv50_surface.c')
-rw-r--r--src/gallium/drivers/nouveau/nv50/nv50_surface.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/nouveau/nv50/nv50_surface.c b/src/gallium/drivers/nouveau/nv50/nv50_surface.c
index d1dc1d6ea3b..40e84a3654d 100644
--- a/src/gallium/drivers/nouveau/nv50/nv50_surface.c
+++ b/src/gallium/drivers/nouveau/nv50/nv50_surface.c
@@ -938,8 +938,7 @@ nv50_blitter_make_fp(struct pipe_context *pipe,
const int chipset = nouveau_screen(pipe->screen)->device->chipset;
const nir_shader_compiler_options *options =
- nv50_ir_nir_shader_compiler_options(chipset, PIPE_SHADER_FRAGMENT,
- true);
+ nv50_ir_nir_shader_compiler_options(chipset, PIPE_SHADER_FRAGMENT);
struct nir_builder b =
nir_builder_init_simple_shader(MESA_SHADER_FRAGMENT, options,