commit | 922be4eab9d2a5d169dc84b3f2d99f08f3d16e5c | [log] [tgz] |
---|---|---|
author | Ilia Mirkin <imirkin@alum.mit.edu> | Thu Feb 04 21:55:13 2016 -0500 |
committer | Ilia Mirkin <imirkin@alum.mit.edu> | Tue Feb 09 11:59:35 2016 -0500 |
tree | d8d90961deb9aff8f4ecfa7e04aec3e1ae249f3d | |
parent | 7aca4bb9b130450574b42fd84667f645a0749226 [diff] |
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>