diff options
Diffstat (limited to 'src/gallium/drivers')
| -rw-r--r-- | src/gallium/drivers/r600/r600.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h index 65b029b065..17d34409dc 100644 --- a/src/gallium/drivers/r600/r600.h +++ b/src/gallium/drivers/r600/r600.h @@ -246,6 +246,7 @@ struct r600_context {  	struct radeon_bo	**bo;  	u32			*pm4;  	struct list_head	query_list; +	unsigned		num_query_running;  };  struct r600_draw { | 
