summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_query.h
diff options
context:
space:
mode:
authorZack Rusin <[email protected]>2013-04-23 06:19:14 -0400
committerZack Rusin <[email protected]>2013-04-26 22:58:54 -0400
commit562835bcdf8a0b005d46d641f68ba4bcf3fb2a48 (patch)
tree8a9e502e7fa16885337a6557eea1e0e2ff0a968f /src/gallium/drivers/llvmpipe/lp_query.h
parent49dda2d92f7563057601091e084d0fe154d00d25 (diff)
llvmpipe: implement so_overflow query
Signed-off-by: Zack Rusin <[email protected]> Reviewed-by: José Fonseca <[email protected]> Reviewed-by: Roland Scheidegger <[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, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_query.h b/src/gallium/drivers/llvmpipe/lp_query.h
index 68dfe99f428..e29022ae6ee 100644
--- a/src/gallium/drivers/llvmpipe/lp_query.h
+++ b/src/gallium/drivers/llvmpipe/lp_query.h
@@ -47,6 +47,7 @@ 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;
};