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
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