On Fri, Aug 28, 2015 at 2:08 AM, Francisco Jerez wrote:
> Marta Lofstedt writes:
>
>> From: Marta Lofstedt
>>
>> Zero sized uniforms can exist in the list, but they
>> don't get get any space allocated in
>> prog_data->params or in the param_size array, so
>> the size should not be set for them.
Marta Lofstedt writes:
> From: Marta Lofstedt
>
> Zero sized uniforms can exist in the list, but they
> don't get get any space allocated in
> prog_data->params or in the param_size array, so
> the size should not be set for them.
> This was previously fixed in:
> commit: 781dc7c0e1f41502f18e07c
From: Marta Lofstedt
Zero sized uniforms can exist in the list, but they
don't get get any space allocated in
prog_data->params or in the param_size array, so
the size should not be set for them.
This was previously fixed in:
commit: 781dc7c0e1f41502f18e07c0940af949a78d2792.
However,
commit: 259f