mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 04:08:10 +02:00
radeonsi: don't treat sample_pos as using frag_coord
We always use sample_id to load the sample position from memory. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41461>
This commit is contained in:
parent
7ff4454b41
commit
e38203f02c
1 changed files with 0 additions and 1 deletions
|
|
@ -162,7 +162,6 @@ void si_get_shader_variant_info(struct si_shader *shader,
|
|||
shader->info.uses_sysval_draw_id = true;
|
||||
break;
|
||||
case nir_intrinsic_load_frag_coord_xy:
|
||||
case nir_intrinsic_load_sample_pos:
|
||||
frag_coord_mask |= nir_def_components_read(&intr->def);
|
||||
break;
|
||||
case nir_intrinsic_load_frag_coord_z:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue