On Mon, Feb 2, 2015 at 10:00 PM, Kenneth Graunke
wrote:
> On Thursday, January 29, 2015 01:40:20 PM Jason Ekstrand wrote:
> > Originally, get_alu_src was supposed to handle resolving swizzles and
> > things like that. However, now that basically every instruction we have
> > only takes scalar so
On Thursday, January 29, 2015 01:40:20 PM Jason Ekstrand wrote:
> Originally, get_alu_src was supposed to handle resolving swizzles and
> things like that. However, now that basically every instruction we have
> only takes scalar sources, we don't really need it anymore. The only case
> where it'
Originally, get_alu_src was supposed to handle resolving swizzles and
things like that. However, now that basically every instruction we have
only takes scalar sources, we don't really need it anymore. The only case
where it's still marginally useful is for the mov and vecN operations that
are le