Skip to content

Draft: r300: Use MAX as MOV when writing to output

Filip Gawin requested to merge gawin/mesa:r300/max_mov into main

This allows to write bit-exact representation of source and should cover most cases when we care about precision.

For r300 which doesn't support OMOD_DISABLE(?), this helps with case -0 which is now loosing sign.

I used MAX because has less sources than CMP, so it's easier to read code.

@mareko

Merge request reports