Re: [Mesa-dev] [PATCH] glsl: fix bitfield_insert use when doing ldexp lowering

2014-04-24 Thread Ilia Mirkin
On Fri, Apr 25, 2014 at 1:05 AM, Ilia Mirkin wrote: > bitfield_insert expects glsl_type::int_type arguments, not uint vectors > > Signed-off-by: Ilia Mirkin > --- > > fs-ldexp still fails with this with my patches to add this to > gallium/softpipe, but I very well might have messed something up (

[Mesa-dev] [PATCH] glsl: fix bitfield_insert use when doing ldexp lowering

2014-04-24 Thread Ilia Mirkin
bitfield_insert expects glsl_type::int_type arguments, not uint vectors Signed-off-by: Ilia Mirkin --- fs-ldexp still fails with this with my patches to add this to gallium/softpipe, but I very well might have messed something up (like the bitfield_insert impl). But I no longer get an assert in