iris: don't support pull constants.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 9 Nov 2018 20:09:50 +0000 (12:09 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:10 +0000 (10:26 -0800)
I don't think it matters, we won't have any params anyway, but let's
be sure it doesn't try

src/gallium/drivers/iris/iris_screen.c

index 738663a90a6a5cc784169d3d56fa758b18f83672..48d08c6f33d2c075c327b263199991d44eafe0c5 100644 (file)
@@ -584,6 +584,7 @@ iris_screen_create(int fd)
    screen->compiler = brw_compiler_create(screen, &screen->devinfo);
    screen->compiler->shader_debug_log = iris_shader_debug_log;
    screen->compiler->shader_perf_log = iris_shader_perf_log;
+   screen->compiler->supports_pull_constants = false;
 
    slab_create_parent(&screen->transfer_pool,
                       sizeof(struct iris_transfer), 64);