Skip to content

freedreno/ir3: Disable sin/cos range reduction for mediump.

Emma Anholt requested to merge anholt/mesa:fd-mediump-sincos into master

robclark noted that the blob wasn't doing range reduction in the mediump case, and I confirmed it on dEQP-GLES3.functional.shaders.operator.angle_and_trigonometry.sin.mediump_float_fragment vs dEQP-GLES3.functional.shaders.operator.angle_and_trigonometry.sin.highp_float_fragment.

Merge request reports