mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
radv: stop setting num_tess_patches for the GS stage
It's never read. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18278>
This commit is contained in:
parent
e9fb732d0a
commit
b7adf82928
1 changed files with 0 additions and 2 deletions
|
|
@ -815,8 +815,6 @@ radv_nir_shader_info_link(struct radv_device *device, const struct radv_pipeline
|
|||
|
||||
stages[MESA_SHADER_TESS_EVAL].info.num_tess_patches =
|
||||
stages[MESA_SHADER_TESS_CTRL].info.num_tess_patches;
|
||||
stages[MESA_SHADER_GEOMETRY].info.num_tess_patches =
|
||||
stages[MESA_SHADER_TESS_CTRL].info.num_tess_patches;
|
||||
|
||||
if (!radv_use_llvm_for_stage(device, MESA_SHADER_VERTEX)) {
|
||||
/* When the number of TCS input and output vertices are the same (typically 3):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue