Re: [Mesa-dev] [PATCH] gallium/docs: clarify get_query_result()

2014-05-13 Thread Rob Clark
On Tue, May 13, 2014 at 4:57 PM, Marek Olšák wrote: > Hi Rob, > > Roland is right. > > The function which resets the query result is begin_query. ahh, ok.. it seemed from piglit tests that *something* (other than destroy) should be resetting the query, but I wasn't quite sure what. I'll fix my w

Re: [Mesa-dev] [PATCH] gallium/docs: clarify get_query_result()

2014-05-13 Thread Marek Olšák
Hi Rob, Roland is right. The function which resets the query result is begin_query. Marek On Tue, May 13, 2014 at 4:21 AM, Rob Clark wrote: > From: Rob Clark > > It wasn't completely clear from the docs, so I had to figure out by > looking at piglit results. Hopefully this saves the next dri

Re: [Mesa-dev] [PATCH] gallium/docs: clarify get_query_result()

2014-05-13 Thread Roland Scheidegger
Am 13.05.2014 04:21, schrieb Rob Clark: > From: Rob Clark > > It wasn't completely clear from the docs, so I had to figure out by > looking at piglit results. Hopefully this saves the next driver writer > implementing queries some time. > > Signed-off-by: Rob Clark > --- > src/gallium/docs/so

[Mesa-dev] [PATCH] gallium/docs: clarify get_query_result()

2014-05-12 Thread Rob Clark
From: Rob Clark It wasn't completely clear from the docs, so I had to figure out by looking at piglit results. Hopefully this saves the next driver writer implementing queries some time. Signed-off-by: Rob Clark --- src/gallium/docs/source/context.rst | 4 1 file changed, 4 insertions(+)