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>
Tue, 23 Jun 2009 01:22:51 +0000 (18:22 -0700)
commit70e72070fce6aa1e0918dcc62c1949465cee69f7
treee7b6cdae577e9e10ac24f94def312fcd32de807f
parenta31118c25a0e2b95008683ca4be2ca635f0dbfa4
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.
src/mesa/main/macros.h