diff options
author | Samuel Pitoiset <[email protected]> | 2015-05-17 16:46:54 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2015-10-09 14:09:57 +0200 |
commit | 0644196ab13c769570e5e2dcd738ebe5deca5754 (patch) | |
tree | db7ee28373929149f0315b4f3efc31509bd7b95c /src/gallium/drivers/nouveau/Makefile.sources | |
parent | 3da58730eeb51d9490045260e4848ba14bf9bb65 (diff) |
nvc0: add a header file for nvc0_query
This will allow to split SW and HW queries in an upcoming patch.
While we are at it, make use of nvc0_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.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/Makefile.sources b/src/gallium/drivers/nouveau/Makefile.sources index 9346ea3204d..350837cd694 100644 --- a/src/gallium/drivers/nouveau/Makefile.sources +++ b/src/gallium/drivers/nouveau/Makefile.sources @@ -151,6 +151,7 @@ NVC0_C_SOURCES := \ nvc0/nvc0_program.c \ nvc0/nvc0_program.h \ nvc0/nvc0_query.c \ + nvc0/nvc0_query.h \ nvc0/nvc0_resource.c \ nvc0/nvc0_resource.h \ nvc0/nvc0_screen.c \ |