Files
mesa/src
Dave Airlie 35b4301577 r600/fp64: fix integer->double conversion
Doing a straight uint/int->fp32->fp64 conversion causes
some precision issues, Roland suggested splitting the
integer into two portions and doing two separate
int->fp32->fp64 conversions then adding the results.

This passes the tests in CTS and piglit.

[airlied: fix cypress conversion opcodes]
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2018-02-06 08:21:48 +10:00
..
2016-08-31 17:06:54 -07:00
2018-02-05 19:40:43 +00:00
2018-02-05 09:50:56 -08:00
2017-10-09 13:42:44 -07:00