summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_query.h
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2013-08-23 21:25:01 +0200
committerRoland Scheidegger <[email protected]>2013-08-27 16:59:01 +0200
commitaff2ecf09a92eb79eef560f17d77badf69782e7c (patch)
tree4b2c089ad74bd5151a3a6090ef56edd32fa68ed4 /src/gallium/drivers/llvmpipe/lp_query.h
parent4900e625bd195021ec5577ae625685307c408910 (diff)
llvmpipe: support nested/overlapping queries for all query types
There's just no way resetting the counters is working with nested/overlapping queries. Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_query.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_query.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_query.h b/src/gallium/drivers/llvmpipe/lp_query.h
index 62ad5fde188..cd47fb0f4cf 100644
--- a/src/gallium/drivers/llvmpipe/lp_query.h
+++ b/src/gallium/drivers/llvmpipe/lp_query.h
@@ -48,7 +48,6 @@ struct llvmpipe_query {
unsigned type; /* PIPE_QUERY_* */
unsigned num_primitives_generated;
unsigned num_primitives_written;
- boolean so_has_overflown;
struct pipe_query_data_pipeline_statistics stats;
};