summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/test_vf_float_conversions.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Test that nonrepresentable floats cannot be converted to VF.Matt Turner2015-11-201-0/+15
* i965: Use ldexpf() in VF float test set up.Matt Turner2015-11-201-8/+3
* i965: Fix union usage for G++ <= 4.6.Vinson Lee2014-12-081-1/+2
* i965: Avoid union literal, for old gcc compatibility.Matt Turner2014-12-021-1/+2
* i965: Add unit test for float <-> VF conversions.Matt Turner2014-11-251-0/+98