iris: don't support pull constants.

I don't think it matters, we won't have any params anyway, but let's
be sure it doesn't try
This commit is contained in:
Kenneth Graunke 2018-11-09 12:09:50 -08:00
parent 911f9e8f3f
commit f4829a2fe1
1 changed files with 1 additions and 0 deletions

View 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);