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

2016-02-08 Thread Nicolai Hähnle

Patch 4 & 5: Reviewed-by: Nicolai Hähnle 

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


___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


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

2016-02-06 Thread Ilia Mirkin
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

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev