瀏覽代碼

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
tags/19.1-branchpoint
Kenneth Graunke 7 年之前
父節點
當前提交
f4829a2fe1
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/gallium/drivers/iris/iris_screen.c

+ 1
- 0
src/gallium/drivers/iris/iris_screen.c 查看文件

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

Loading…
取消
儲存