[Mesa-dev] [PATCH v3 0/9] gallium: batch query objects and related cleanups

Nicolai Hähnle nhaehnle at gmail.com
Wed Nov 18 03:49:30 PST 2015


Hi everybody,

this is the next iteration of the series, rebased on current master and
with the adjustment to nv50 queries. Please take a look! Samuel, let me know
when you've tested this!

Cheers,
Nicolai
---
 gallium/auxiliary/hud/hud_context.c       |   24 +-
 gallium/auxiliary/hud/hud_driver_query.c  |  271 +++++++++++++++++++++++++-----
 gallium/auxiliary/hud/hud_private.h       |   13 +
 gallium/drivers/nouveau/nv50/nv50_query.c |    1 
 gallium/drivers/nouveau/nvc0/nvc0_query.c |    5 
 gallium/include/pipe/p_context.h          |   19 ++
 gallium/include/pipe/p_defines.h          |   36 ++-
 mesa/state_tracker/st_cb_perfmon.c        |  258 ++++++++++++++++------------
 mesa/state_tracker/st_cb_perfmon.h        |   32 ++-
 mesa/state_tracker/st_context.h           |    3 
 10 files changed, 486 insertions(+), 176 deletions(-)



More information about the mesa-dev mailing list