Re: [Mesa-dev] [PATCH 136/133] nir/opcodes: Remove the per_component info field

2014-12-16 Thread Connor Abbott
On Tue, Dec 16, 2014 at 5:53 PM, Jason Ekstrand wrote: > Originally, this field was intended for determining if the given > instruction acted per-component or if it had mismatching source and > destination sizes that would have to be interpreted specially. However, we > can easily derive this fro

[Mesa-dev] [PATCH 136/133] nir/opcodes: Remove the per_component info field

2014-12-16 Thread Jason Ekstrand
Originally, this field was intended for determining if the given instruction acted per-component or if it had mismatching source and destination sizes that would have to be interpreted specially. However, we can easily derive this from output_size == 0, so it's not really that useful. Also, the v