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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user