aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv50/nv50_screen.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2015-11-10 01:40:00 +0100
committerSamuel Pitoiset <[email protected]>2015-11-20 21:03:14 +0100
commitaede8ca9a79cafa7d019a16d38e6ee6bfc557100 (patch)
treee3a5d8bd33ff2662354c01f8a351cdc46984bbf0 /src/gallium/drivers/nouveau/nv50/nv50_screen.h
parent0288f92e7b0ce5f0d821f2d0ddef522a23776ecb (diff)
nv50: expose two groups of compute-related MP perf counters
This turns on GL_AMD_performance_monitor. Signed-off-by: Samuel Pitoiset <[email protected]> Acked-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv50/nv50_screen.h')
-rw-r--r--src/gallium/drivers/nouveau/nv50/nv50_screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nv50/nv50_screen.h b/src/gallium/drivers/nouveau/nv50/nv50_screen.h
index c2a16d8bd1d..2a4983d1020 100644
--- a/src/gallium/drivers/nouveau/nv50/nv50_screen.h
+++ b/src/gallium/drivers/nouveau/nv50/nv50_screen.h
@@ -117,6 +117,8 @@ nv50_screen(struct pipe_screen *screen)
int nv50_screen_get_driver_query_info(struct pipe_screen *, unsigned,
struct pipe_driver_query_info *);
+int nv50_screen_get_driver_query_group_info(struct pipe_screen *, unsigned,
+ struct pipe_driver_query_group_info *);
bool nv50_blitter_create(struct nv50_screen *);
void nv50_blitter_destroy(struct nv50_screen *);