On Sun, Aug 3, 2014 at 1:07 PM, Marek Olšák wrote:
> On Sun, Aug 3, 2014 at 6:35 PM, Ilia Mirkin wrote:
>> On Sun, Aug 3, 2014 at 12:28 PM, Marek Olšák wrote:
>>> On Sun, Aug 3, 2014 at 6:06 PM, Ilia Mirkin wrote:
On Sun, Aug 3, 2014 at 11:18 AM, Marek Olšák wrote:
> + enum pipe_
On Sun, Aug 3, 2014 at 6:35 PM, Ilia Mirkin wrote:
> On Sun, Aug 3, 2014 at 12:28 PM, Marek Olšák wrote:
>> On Sun, Aug 3, 2014 at 6:06 PM, Ilia Mirkin wrote:
>>> On Sun, Aug 3, 2014 at 11:18 AM, Marek Olšák wrote:
+ enum pipe_format int_formats[] = {
+ PIPE_FORMAT_R32G32
On Sun, Aug 3, 2014 at 12:28 PM, Marek Olšák wrote:
> On Sun, Aug 3, 2014 at 6:06 PM, Ilia Mirkin wrote:
>> On Sun, Aug 3, 2014 at 11:18 AM, Marek Olšák wrote:
>>> From: Marek Olšák
>>>
>>> Setting Const.MaxSamples needed a rework, so that it doesn't call
>>> st_choose_format, which depends on
On Sun, Aug 3, 2014 at 6:06 PM, Ilia Mirkin wrote:
> On Sun, Aug 3, 2014 at 11:18 AM, Marek Olšák wrote:
>> From: Marek Olšák
>>
>> Setting Const.MaxSamples needed a rework, so that it doesn't call
>> st_choose_format, which depends on st_context.
>>
>> Other than that, there is no change in fun
On Sun, Aug 3, 2014 at 11:18 AM, Marek Olšák wrote:
> From: Marek Olšák
>
> Setting Const.MaxSamples needed a rework, so that it doesn't call
> st_choose_format, which depends on st_context.
>
> Other than that, there is no change in functionality.
> ---
> src/mesa/state_tracker/st_context.c
From: Marek Olšák
Setting Const.MaxSamples needed a rework, so that it doesn't call
st_choose_format, which depends on st_context.
Other than that, there is no change in functionality.
---
src/mesa/state_tracker/st_context.c| 26 ++-
src/mesa/state_tracker/st_extensions.c | 400 +++