diff options
author | Brian Paul <[email protected]> | 2014-09-10 08:16:24 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-09-10 16:37:54 -0600 |
commit | 9608193cbc6ea14e49adcd0193f9e7c6058d5a2f (patch) | |
tree | 16939c36948e555e0d6f2505359719c893f43d71 /src/loader | |
parent | 56d8cfd7a5d8861f9e238b8ec02527cae589a3b7 (diff) |
mesa: fix UNCLAMPED_FLOAT_TO_UBYTE() macro for MSVC
MSVC replaces the "F" in "255.0F" with the macro argument which leads
to an error. s/F/FLT/ to avoid that.
It turns out we weren't using this macro at all on MSVC until the
recent "mesa: Drop USE_IEEE define." change.
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/loader')
0 files changed, 0 insertions, 0 deletions