mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
pan/mdg: Stub load_barycentric_sample
Now parity with Bifrost for not failing over these intrinsics. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8774>
This commit is contained in:
parent
4a2f128985
commit
3c44671df3
1 changed files with 2 additions and 1 deletions
|
|
@ -1740,9 +1740,10 @@ emit_intrinsic(compiler_context *ctx, nir_intrinsic_instr *instr)
|
|||
break;
|
||||
}
|
||||
|
||||
/* Artefact of load_interpolated_input. TODO: other barycentric modes */
|
||||
/* Handled together with load_interpolated_input */
|
||||
case nir_intrinsic_load_barycentric_pixel:
|
||||
case nir_intrinsic_load_barycentric_centroid:
|
||||
case nir_intrinsic_load_barycentric_sample:
|
||||
break;
|
||||
|
||||
/* Reads 128-bit value raw off the tilebuffer during blending, tasty */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue