Skip to content

driconf: support META application

Qiang Yu requested to merge yuq825/mesa:topic/support-meta into main

Also add a radeonsi_force_use_fma32 option for it.

fma32 only round once so has 0.5UP accuracy. mad32 round twice so has 1UP accuracy. This accuracy difference sometimes make the result different at the last bit.

Applications like META need more accuracy for display right result. Here is the result comparison for using two different instructions.

mad32 result mad32
fma32 result fma32

Merge request reports