[Mesa-dev] [PATCH 0/3] add PIPE_QUERY_OCCLUSION_PREDICATE support

Ilia Mirkin imirkin at alum.mit.edu
Thu Feb 4 17:52:14 UTC 2016


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



More information about the mesa-dev mailing list