Re: [Mesa-dev] [PATCH 6/6] nir: Rework conversion opcodes

2017-03-08 Thread Jason Ekstrand
On Wed, Mar 8, 2017 at 4:09 PM, Eric Anholt wrote: > Jason Ekstrand writes: > > > The NIR story on conversion opcodes is a mess. We've had way too many > > of them, naming is inconsistent, and which ones have explicit sizes was > > sort-of random. This commit re-organizes things and makes them

Re: [Mesa-dev] [PATCH 6/6] nir: Rework conversion opcodes

2017-03-08 Thread Eric Anholt
Jason Ekstrand writes: > The NIR story on conversion opcodes is a mess. We've had way too many > of them, naming is inconsistent, and which ones have explicit sizes was > sort-of random. This commit re-organizes things and makes them all > consistent: > > - All non-bool conversion opcodes now

[Mesa-dev] [PATCH 6/6] nir: Rework conversion opcodes

2017-03-08 Thread Jason Ekstrand
The NIR story on conversion opcodes is a mess. We've had way too many of them, naming is inconsistent, and which ones have explicit sizes was sort-of random. This commit re-organizes things and makes them all consistent: - All non-bool conversion opcodes now have the explicit size in the des