diff options
author | Zack Rusin <[email protected]> | 2010-06-07 12:14:56 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2010-06-08 06:28:11 -0400 |
commit | be7d8ddf0c0a293ee94db360a44561beb10e62f9 (patch) | |
tree | 1e437b13943146fbe769b45373eedd156e99d12c /src/gallium/drivers/softpipe/sp_context.h | |
parent | 34f7681669987bc804f4603463f2fa3f82bc844f (diff) |
gallium: add basic support for stream output queries
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h index 79165fba32c..e641a81d1fb 100644 --- a/src/gallium/drivers/softpipe/sp_context.h +++ b/src/gallium/drivers/softpipe/sp_context.h @@ -86,6 +86,7 @@ struct softpipe_context { int so_count[PIPE_MAX_SO_BUFFERS]; int num_buffers; } so_target; + struct pipe_query_data_so_statistics so_stats; unsigned num_samplers; unsigned num_sampler_views; |