On Fri, Apr 25, 2014 at 2:44 PM, Ilia Mirkin wrote:
> On Fri, Apr 25, 2014 at 2:38 PM, Matt Turner wrote:
>> On Fri, Apr 25, 2014 at 10:41 AM, Ilia Mirkin wrote:
>>> bitfield_insert expects glsl_type::int_type arguments, not uint vectors
>>>
>>> Signed-off-by: Ilia Mirkin
>>> ---
>>>
>>> Identi
On Fri, Apr 25, 2014 at 2:38 PM, Matt Turner wrote:
> On Fri, Apr 25, 2014 at 10:41 AM, Ilia Mirkin wrote:
>> bitfield_insert expects glsl_type::int_type arguments, not uint vectors
>>
>> Signed-off-by: Ilia Mirkin
>> ---
>>
>> Identical to the patch I sent out last night. Without it ldexp lower
On Fri, Apr 25, 2014 at 10:41 AM, Ilia Mirkin wrote:
> bitfield_insert expects glsl_type::int_type arguments, not uint vectors
>
> Signed-off-by: Ilia Mirkin
> ---
>
> Identical to the patch I sent out last night. Without it ldexp lowering
> (without bfi lowering) causes assertion failures in the
bitfield_insert expects glsl_type::int_type arguments, not uint vectors
Signed-off-by: Ilia Mirkin
---
Identical to the patch I sent out last night. Without it ldexp lowering
(without bfi lowering) causes assertion failures in the next mesa/st patch.
src/glsl/lower_instructions.cpp | 6 +++---