Re: [Mesa-dev] [PATCH 2/2] mesa: remove hack to fix up GL_ANY_SAMPLES_PASSED results

2016-02-05 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Fri, Feb 5, 2016 at 7:16 AM, Ilia Mirkin wrote: > Both st/mesa and i965 should return a true/false result now, and the > only other driver implementing queries (radeon) doesn't support > ARB_occlusion_query2 which added that pname. > > Signed-of

[Mesa-dev] [PATCH 2/2] mesa: remove hack to fix up GL_ANY_SAMPLES_PASSED results

2016-02-04 Thread Ilia Mirkin
Both st/mesa and i965 should return a true/false result now, and the only other driver implementing queries (radeon) doesn't support ARB_occlusion_query2 which added that pname. Signed-off-by: Ilia Mirkin --- src/mesa/main/queryobj.c | 5 - 1 file changed, 5 deletions(-) diff --git a/src/me