Re: [Mesa-dev] [PATCH] mesa: In conditional rendering fallback, check the query status.

2012-08-06 Thread Brian Paul
On 08/06/2012 01:52 PM, Eric Anholt wrote: Otherwise, conditional rendering always takes the fallthrough "render it anyway" case unless the application had itself done a check or wait on the query. Fixes intel oglconform's conditional_render advanced.nofbo.readpixels. --- src/mesa/main/condren

[Mesa-dev] [PATCH] mesa: In conditional rendering fallback, check the query status.

2012-08-06 Thread Eric Anholt
Otherwise, conditional rendering always takes the fallthrough "render it anyway" case unless the application had itself done a check or wait on the query. Fixes intel oglconform's conditional_render advanced.nofbo.readpixels. --- src/mesa/main/condrender.c |2 ++ 1 file changed, 2 insertions(