diff options
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_query.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_query.h | 1 |
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; }; |