summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/Makefile.sources
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2015-10-17 00:14:28 +0200
committerSamuel Pitoiset <[email protected]>2015-10-30 17:57:15 +0100
commit2e3fe0379edd4c0c2c6e87a53b077d77e5fff24e (patch)
treec31052a932a518931df479a9bd98ffba9640d570 /src/gallium/drivers/nouveau/Makefile.sources
parente7ed3963ed33134cc214f0a8b8e4b8cb6029887d (diff)
nv50: add a header file for nv50_query
Like for nvc0, this will allow to split different types of queries and to prepare the way for both global performance counters and MP counters. While we are at it, make use of nv50_query struct instead of pipe_query. Signed-off-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/Makefile.sources')
-rw-r--r--src/gallium/drivers/nouveau/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/Makefile.sources b/src/gallium/drivers/nouveau/Makefile.sources
index c18e9f5b435..06d9d979e34 100644
--- a/src/gallium/drivers/nouveau/Makefile.sources
+++ b/src/gallium/drivers/nouveau/Makefile.sources
@@ -73,6 +73,7 @@ NV50_C_SOURCES := \
nv50/nv50_program.h \
nv50/nv50_push.c \
nv50/nv50_query.c \
+ nv50/nv50_query.h \
nv50/nv50_resource.c \
nv50/nv50_resource.h \
nv50/nv50_screen.c \