[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 15:41:27 PST 2014


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

--- Comment #3 from Matt Turner <mattst88 at gmail.com> ---
(In reply to comment #2)
> 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.

Cherry-pick it to the stable branch since you use MSVC?

-- 
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/d0bce66a/attachment.html>


More information about the mesa-dev mailing list