nvc0: add a header file for nvc0_query
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Sun, 17 May 2015 14:46:54 +0000 (16:46 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Fri, 9 Oct 2015 12:09:57 +0000 (14:09 +0200)
commit0644196ab13c769570e5e2dcd738ebe5deca5754
treedb7ee28373929149f0315b4f3efc31509bd7b95c
parent3da58730eeb51d9490045260e4848ba14bf9bb65
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 <samuel.pitoiset@gmail.com>
src/gallium/drivers/nouveau/Makefile.sources
src/gallium/drivers/nouveau/nvc0/nvc0_context.h
src/gallium/drivers/nouveau/nvc0/nvc0_query.c
src/gallium/drivers/nouveau/nvc0/nvc0_query.h [new file with mode: 0644]
src/gallium/drivers/nouveau/nvc0/nvc0_screen.h
src/gallium/drivers/nouveau/nvc0/nvc0_shader_state.c
src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c