On Tue, Oct 28, 2014 at 4:50 PM, Kenneth Graunke wrote:
> On Tuesday, October 28, 2014 03:41:45 PM Matt Turner wrote:
>> On Tue, Oct 28, 2014 at 3:17 PM, Kristian Høgsberg
> wrote:
>> > The LOAD_PAYLOAD opcode can't saturate its sources, so skip
>> > saturating MOVs. The register coalescing afte
On Tuesday, October 28, 2014 03:41:45 PM Matt Turner wrote:
> On Tue, Oct 28, 2014 at 3:17 PM, Kristian Høgsberg
wrote:
> > The LOAD_PAYLOAD opcode can't saturate its sources, so skip
> > saturating MOVs. The register coalescing after lower_load_payload()
> > will clean up the extra MOVs.
> >
>
On Tue, Oct 28, 2014 at 3:17 PM, Kristian Høgsberg wrote:
> The LOAD_PAYLOAD opcode can't saturate its sources, so skip
> saturating MOVs. The register coalescing after lower_load_payload()
> will clean up the extra MOVs.
>
> Signed-off-by: Kristian Høgsberg
> ---
> src/mesa/drivers/dri/i965/br
The LOAD_PAYLOAD opcode can't saturate its sources, so skip
saturating MOVs. The register coalescing after lower_load_payload()
will clean up the extra MOVs.
Signed-off-by: Kristian Høgsberg
---
src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp | 6 +-
1 file changed, 5 insertions(+), 1