Both look like what I'd expect, FWIW. Thanks Ken!
Reviewed-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
On 02/10/2015 03:36 AM, Kenneth Graunke wrote:
> Matt Turner noticed that the hardware has always had a MIN
> instruction, but the driver always used MAX+MOV for no
> apparent reason.
And it has been right there in the docs the whole time too. WTF?
> This should cut an instruction, and a tempora
Matt Turner noticed that the hardware has always had a MIN
instruction, but the driver always used MAX+MOV for no
apparent reason.
This should cut an instruction, and a temporary, allowing
more programs to run in hardware.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i915/i915_fragpr