mesa: remove hack to fix up GL_ANY_SAMPLES_PASSED results
authorIlia Mirkin <imirkin@alum.mit.edu>
Fri, 5 Feb 2016 02:55:13 +0000 (21:55 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Tue, 9 Feb 2016 16:59:35 +0000 (11:59 -0500)
commit922be4eab9d2a5d169dc84b3f2d99f08f3d16e5c
treed8d90961deb9aff8f4ecfa7e04aec3e1ae249f3d
parent7aca4bb9b130450574b42fd84667f645a0749226
mesa: remove hack to fix up GL_ANY_SAMPLES_PASSED results

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 <imirkin@alum.mit.edu>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/mesa/main/queryobj.c