[Mesa-dev] [PATCH] i965/fs: Handle MRF destinations in lower_integer_multiplication().
Matt Turner
mattst88 at gmail.com
Wed Sep 2 11:49:29 PDT 2015
On Wed, Sep 2, 2015 at 12:03 AM, Matt Turner <mattst88 at gmail.com> wrote:
> The lowered code reads from the destination, which isn't possible from
> message registers.
>
> Fixes the dEQP functional.shaders.precision.int.highp_mul_fragment test
> on SNB.
> ---
Thanks everyone for the reviews and tests. I've updated the commit
message to say
Fixes the following dEQP tests on SNB:
dEQP-GLES3.functional.shaders.precision.int.highp_mul_fragment
dEQP-GLES3.functional.shaders.precision.int.mediump_mul_fragment
dEQP-GLES3.functional.shaders.precision.int.lowp_mul_fragment
Cc: "10.6 11.0" <mesa-stable at lists.freedesktop.org>
Tested-by: Mark Janes <mark.a.janes at intel.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>
and pushed to master.
I'll backport for 10.6 and send a patch to Emil.
More information about the mesa-dev
mailing list