summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2018-11-24 21:56:00 -0500
committerIlia Mirkin <[email protected]>2018-11-24 22:15:53 -0500
commit927ce66b391523cc5ac58b36efdac31c4629fb86 (patch)
tree94d117d415d9c82719bcf8b90a087b6bbcf1d197 /src/mesa/state_tracker
parentd4e7d8b7f053db081a4ffdb59dc53f3531b0e60b (diff)
nv50/ir: remove dnz flag when converting MAD to ADD due to optimizations
dnz flag only applies for multiplications (e.g. to make 0 * Infinity becomes 0 instead of NaN). Once we optimize a MAD into an ADD, the dnz flag no longer makes sense, and upsets the GM107 emitter (since it looks at the ftz and dnz flags together). Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Karol Herbst <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker')
0 files changed, 0 insertions, 0 deletions