[Mesa-dev] [PATCH] intel/blorp: Increase the presision of coordinate transform calculations

Jason Ekstrand jason at jlekstrand.net
Sat Sep 3 21:50:21 UTC 2016


On Sat, Sep 3, 2016 at 12:46 PM, Matt Turner <mattst88 at gmail.com> wrote:

> On Sat, Sep 3, 2016 at 10:42 AM, Jason Ekstrand <jason at jlekstrand.net>
> wrote:
> > The result of this calculation goes into an fma() in the shader and we
> > would like it to be as precise as possible.  The division in particular,
> > was a source of inprecision whenever dst1 - dst0 was not a power of two.
> > This fixes a bunch of the new Vulkan CTS tests for blitting using a
> > filtering of NEAREST.
>
>
> You really need to configure your editor to spell check.
>

Done.


> s/presision/precision/ in the subject
> s/inprecision/imprecision/ in the body
>

Thanks.  Fixed locally.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160903/3f70e684/attachment.html>


More information about the mesa-dev mailing list