On 12 October 2017 at 16:34, Mario Kleiner wrote:
> On 10/11/2017 05:25 PM, Emil Velikov wrote:
>>
>> On 10 October 2017 at 11:34, Tapani Pälli wrote:
>>>
>>> Reviewed-by: Tapani Pälli
>>>
>>> I think this fix can/should land separately from the set.
>>>
>> Yes, please. Thanks for catching that
On 10/11/2017 05:25 PM, Emil Velikov wrote:
On 10 October 2017 at 11:34, Tapani Pälli wrote:
Reviewed-by: Tapani Pälli
I think this fix can/should land separately from the set.
Yes, please. Thanks for catching that Mario.
Reviewed-by: Emil Velikov
-Emil
I assume you just pull that patc
On 10 October 2017 at 11:34, Tapani Pälli wrote:
> Reviewed-by: Tapani Pälli
>
> I think this fix can/should land separately from the set.
>
Yes, please. Thanks for catching that Mario.
Reviewed-by: Emil Velikov
-Emil
___
mesa-dev mailing list
mesa-de
Reviewed-by: Tapani Pälli
I think this fix can/should land separately from the set.
On 10/06/2017 07:11 PM, Mario Kleiner wrote:
Commit 731ba6924a2ed6cdf47a78fd637a91a19ddcf9ed
"expose RGBA visuals only on Android" replaced
ARRAY_SIZE(formats) by num_formats, but there are
3 loops which add co
Commit 731ba6924a2ed6cdf47a78fd637a91a19ddcf9ed
"expose RGBA visuals only on Android" replaced
ARRAY_SIZE(formats) by num_formats, but there are
3 loops which add configs, and only one was updated
to num_formats.
Also update loops for configs with accumulation buffer
and multisample configs.
Fixe