Looks like a few drivers were missing out. I did a quick scan and found these. Untested. I'd like to start using the predicate in st/mesa to implement GL_ANY_SAMPLES calls.
Ilia Mirkin (3): ilo: add PIPE_QUERY_OCCLUSION_PREDICATE support nv30: add PIPE_QUERY_OCCLUSION_PREDICATE support nv50: add PIPE_QUERY_OCCLUSION_PREDICATE support src/gallium/drivers/ilo/ilo_draw.c | 2 ++ src/gallium/drivers/ilo/ilo_query.c | 9 ++++++++- src/gallium/drivers/ilo/ilo_render.c | 2 ++ src/gallium/drivers/nouveau/nv30/nv30_query.c | 4 ++++ src/gallium/drivers/nouveau/nv50/nv50_query_hw.c | 3 +++ 5 files changed, 19 insertions(+), 1 deletion(-) -- 2.4.10 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev