mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
radv: remove one leftover TODO in the shader info pass
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7022>
This commit is contained in:
parent
cec12d4f98
commit
98f538dfca
1 changed files with 0 additions and 3 deletions
|
|
@ -87,9 +87,6 @@ gather_intrinsic_store_output_info(const nir_shader *nir,
|
|||
case MESA_SHADER_TESS_EVAL:
|
||||
output_usage_mask = info->tes.output_usage_mask;
|
||||
break;
|
||||
case MESA_SHADER_TESS_CTRL:
|
||||
/* TODO: Gather tess outputs for LLVM. */
|
||||
break;
|
||||
case MESA_SHADER_GEOMETRY:
|
||||
output_usage_mask = info->gs.output_usage_mask;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue