浏览代码

anv: use device->info instead of brw->is_*

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
tags/17.3-branchpoint
Lionel Landwerlin 8 年前
父节点
当前提交
de9649071a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/intel/vulkan/genX_pipeline.c

+ 1
- 1
src/intel/vulkan/genX_pipeline.c 查看文件

@@ -1700,7 +1700,7 @@ genX(graphics_pipeline_create)(
* whole fixed function pipeline" means to emit a PIPE_CONTROL with the "CS
* Stall" bit set.
*/
if (!brw->is_haswell && !brw->is_baytrail)
if (!device->info.is_haswell && !device->info.is_baytrail)
gen7_emit_vs_workaround_flush(brw);
#endif


正在加载...
取消
保存