mesa: From float type modifier from values to large for singles
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 23 Jun 2009 01:22:51 +0000 (18:22 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 9 Jul 2009 23:07:05 +0000 (16:07 -0700)
commitfcd3572edf5eed47d87774150c2097e0d6245bd2
treeaea02f0d980348503f47f239870c141fbb3a4c3c
parent78af70be3727945d2d81a07b99d5a794f1114c05
mesa: From float type modifier from values to large for singles

The values 2147483648.0 and 4294967294.0 are too larget to be stored in single
precision floats.  Forcing these to be singles causes bits to be lost, which
results in errors in some pixel transfer tests.

This fixes bug #22344.
(cherry picked from commit 70e72070fce6aa1e0918dcc62c1949465cee69f7)
src/mesa/main/macros.h