radeon: move R600_QUERY_* constants into a new query header file
authorNicolai Hähnle <nhaehnle@gmail.com>
Thu, 12 Nov 2015 21:04:50 +0000 (22:04 +0100)
committerNicolai Hähnle <nhaehnle@gmail.com>
Wed, 18 Nov 2015 11:27:12 +0000 (12:27 +0100)
commit50cab4788d664769ffc8547d8e759e92d14cf5e6
tree9eb697251d98f1ee590768cff26892c967b03dd9
parentc56e83e518cf5aa852c746f49023256e2c092ae2
radeon: move R600_QUERY_* constants into a new query header file

More query-related structures will have to be moved into their own
header file to support hardware-specific performance counters.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/radeon/Makefile.sources
src/gallium/drivers/radeon/r600_pipe_common.h
src/gallium/drivers/radeon/r600_query.c
src/gallium/drivers/radeon/r600_query.h [new file with mode: 0644]