Merge remote-tracking branch 'public/master' into vulkan
This commit is contained in:
@@ -170,7 +170,7 @@ anv_shader_compile_to_nir(struct anv_device *device,
|
||||
/* Vulkan uses the separate-shader linking model */
|
||||
nir->info.separate_shader = true;
|
||||
|
||||
nir = brw_preprocess_nir(nir, compiler->scalar_stage[stage]);
|
||||
nir = brw_preprocess_nir(compiler, nir);
|
||||
|
||||
nir_shader_gather_info(nir, entry_point->impl);
|
||||
|
||||
|
Reference in New Issue
Block a user