[Mesa-dev] [PATCH v2 0/5] st/mesa: use PIPE_QUERY_OCCLUSION_PREDICATE

Ilia Mirkin imirkin at alum.mit.edu
Sun Feb 7 01:53:56 UTC 2016


Resending this as a bunch of the patches ended up with updates. They
seem rather trivial, but wanted to make sure people had a chance to
object.

Ilia Mirkin (5):
  ilo: add PIPE_QUERY_OCCLUSION_PREDICATE support
  nv30: add PIPE_QUERY_OCCLUSION_PREDICATE support
  nv50: add PIPE_QUERY_OCCLUSION_PREDICATE support
  st/mesa: make use of the occlusion predicate query
  mesa: remove hack to fix up GL_ANY_SAMPLES_PASSED results

 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    |  7 +++++--
 src/gallium/drivers/nouveau/nv50/nv50_query_hw.c |  6 ++++++
 src/mesa/main/queryobj.c                         |  5 -----
 src/mesa/state_tracker/st_cb_queryobj.c          | 12 ++++++++++--
 7 files changed, 33 insertions(+), 10 deletions(-)

-- 
2.4.10



More information about the mesa-dev mailing list