[Mesa-dev] [Bug 73934] Function roundf undeclared in textparam.c when building with MSVC11

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 22 08:48:16 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=73934

--- Comment #2 from Roland Scheidegger <sroland at vmware.com> ---
The stable branches and hence the tarballs are missing commit
bba8f10598866776ae198b363b3752c2e3bbb126 from master at the moment which fixes
this. You can just manually replace
*params = (GLint) roundf(obj->Sampler.LodBias);
with
*params = IROUND(obj->Sampler.LodBias);
to fix this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140122/fcdcdc80/attachment.html>


More information about the mesa-dev mailing list