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

Nicolai Hähnle nhaehnle at gmail.com
Mon Feb 8 15:13:01 UTC 2016


Patch 4 & 5: Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

On 06.02.2016 20:53, Ilia Mirkin wrote:
> 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(-)
>


More information about the mesa-dev mailing list