[Mesa-dev] [PATCH 2/2] i965/fs: Fix type of header register for sampler messages

Chris Forbes chrisf at ijw.co.nz
Mon Oct 14 20:17:00 CEST 2013


OK, so this needs to lose the retype() on both sides.

On Tue, Oct 15, 2013 at 6:44 AM, Eric Anholt <eric at anholt.net> wrote:
> Chris Forbes <chrisf at ijw.co.nz> writes:
>
>> Previously this was float, which caused the copy from g0 to mangle
>> everything.
>
> If we face a choice of types for a raw mov, we should choose float --
> it's higher performance on IVB (they can get dispatched twice as fast,
> when there's a hyperthread waiting to dispatch a float op)
>
> Patch 1/2 is
>
> Reviewed-by: Eric Anholt <eric at anholt.net>


More information about the mesa-dev mailing list