summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_query.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r600/r600_query.h')
-rw-r--r--src/gallium/drivers/r600/r600_query.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/r600/r600_query.h b/src/gallium/drivers/r600/r600_query.h
index 1a3c6839eb3..acba1a6540c 100644
--- a/src/gallium/drivers/r600/r600_query.h
+++ b/src/gallium/drivers/r600/r600_query.h
@@ -193,10 +193,6 @@ struct r600_query_hw {
struct list_head list;
/* For transform feedback: which stream the query is for */
unsigned stream;
-
- /* Workaround via compute shader */
- struct r600_resource *workaround_buf;
- unsigned workaround_offset;
};
bool r600_query_hw_init(struct r600_common_screen *rscreen,