浏览代码

radeonsi: compile geometry shaders immediately

they have only 1 variant

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
tags/11.2-branchpoint
Marek Olšák 9 年前
父节点
当前提交
de2e28366a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/gallium/drivers/radeonsi/si_state_shaders.c

+ 2
- 1
src/gallium/drivers/radeonsi/si_state_shaders.c 查看文件

@@ -916,7 +916,8 @@ static void *si_create_shader_selector(struct pipe_context *ctx,
}

/* Pre-compilation. */
if (sscreen->b.debug_flags & DBG_PRECOMPILE) {
if (sel->type == PIPE_SHADER_GEOMETRY ||
sscreen->b.debug_flags & DBG_PRECOMPILE) {
struct si_shader_ctx_state state = {sel};
union si_shader_key key;


正在加载...
取消
保存