mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
radv: stop lowering patch vertices for TES
This intrinsic is replaced during ABI lowering later. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24346>
This commit is contained in:
parent
40a693e056
commit
f1b98f32c4
1 changed files with 0 additions and 2 deletions
|
|
@ -1483,8 +1483,6 @@ radv_link_tcs(const struct radv_device *device, struct radv_shader_stage *tcs_st
|
|||
|
||||
radv_link_shaders(device, tcs_stage->nir, tes_stage->nir, pipeline_key);
|
||||
|
||||
nir_lower_patch_vertices(tes_stage->nir, tcs_stage->nir->info.tess.tcs_vertices_out, NULL);
|
||||
|
||||
/* Copy TCS info into the TES info */
|
||||
merge_tess_info(&tes_stage->nir->info, &tcs_stage->nir->info);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue