Re: [Mesa-dev] [PATCH v2 0/9] Add ARB_query_buffer_object (swrast)

2014-04-01 Thread Rafał Mielniczuk
On 31.03.2014 22:54, Ian Romanick wrote: Patches 1, 2, and 4 through 9 are Reviewed-by: Ian Romanick I sent a comment on patch 3. The comment on patch 2 is more FYI than anything. Hi, I just updated patch 3. For patch 2, i will squash that commit in future works and include it with extensio

Re: [Mesa-dev] [PATCH 0/8] Add ARB_query_buffer_object support

2014-03-19 Thread Rafał Mielniczuk
Ok thank you for your input, I see the problem now, I will take a deeper look into this extension, maybe I will try to enable it for software drivers first.. Thanks, Rafal On 20.03.2014 00:19, Marek Olšák wrote: The extension specifically mentions that it allows storing a query result into a b

Re: [Mesa-dev] [PATCH v2 0/9] Add ARB_query_buffer_object (swrast)

2014-03-28 Thread Rafał Mielniczuk
On 28.03.2014 07:51, Kenneth Graunke wrote: On 03/27/2014 01:59 PM, Rafal Mielniczuk wrote: Hello, This is the second version of the series implementing ARB_query_buffer_object in mesa. Main changes to the first version are: - Enable extension only for software driver - Fix possible segfau

Re: [Mesa-dev] [PATCH v2 5/9] mesa: Handle QUERY_RESULT_NO_WAIT in GetQueryObject{ui64}v

2014-03-28 Thread Rafał Mielniczuk
On 28.03.2014 08:01, Kenneth Graunke wrote: On 03/27/2014 11:34 PM, Kenneth Graunke wrote: On 03/27/2014 01:59 PM, Rafal Mielniczuk wrote: Just return and do nothing if query result is not yet available Signed-off-by: Rafal Mielniczuk --- src/mesa/main/queryobj.c | 16 1 f