Re: [Mesa-dev] [PATCH 26/29] intel/blorp: Add support for more format bitcasting

2018-05-09 Thread Pohjolainen, Topi
On Tue, May 01, 2018 at 02:34:15PM -0700, Jason Ekstrand wrote: > On Wed, Mar 7, 2018 at 5:08 AM, Pohjolainen, Topi < > topi.pohjolai...@gmail.com> wrote: > > > On Fri, Jan 26, 2018 at 05:59:55PM -0800, Jason Ekstrand wrote: > > > By making use of the NIR helper for uint vector casts, we should no

Re: [Mesa-dev] [PATCH 26/29] intel/blorp: Add support for more format bitcasting

2018-05-01 Thread Jason Ekstrand
On Wed, Mar 7, 2018 at 5:08 AM, Pohjolainen, Topi < topi.pohjolai...@gmail.com> wrote: > On Fri, Jan 26, 2018 at 05:59:55PM -0800, Jason Ekstrand wrote: > > By making use of the NIR helper for uint vector casts, we should now be > > able to bitcast between any two uint formats so long as their cha

Re: [Mesa-dev] [PATCH 26/29] intel/blorp: Add support for more format bitcasting

2018-03-07 Thread Pohjolainen, Topi
On Fri, Jan 26, 2018 at 05:59:55PM -0800, Jason Ekstrand wrote: > By making use of the NIR helper for uint vector casts, we should now be > able to bitcast between any two uint formats so long as their channels > are in RGBA order (possibly with channels missing). In order to do this > we need to