<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Function roundf undeclared in textparam.c when building with MSVC11"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73934#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Function roundf undeclared in textparam.c when building with MSVC11"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73934">bug 73934</a>
              from <span class="vcard"><a class="email" href="mailto:mattst88@gmail.com" title="Matt Turner <mattst88@gmail.com>"> <span class="fn">Matt Turner</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=73934#c2">comment #2</a>)
<span class="quote">> 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.</span >

Cherry-pick it to the stable branch since you use MSVC?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>