summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_context.h
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2010-06-07 12:14:56 -0400
committerZack Rusin <zackr@vmware.com>2010-06-08 06:28:11 -0400
commitbe7d8ddf0c0a293ee94db360a44561beb10e62f9 (patch)
tree1e437b13943146fbe769b45373eedd156e99d12c /src/gallium/drivers/softpipe/sp_context.h
parent34f7681669987bc804f4603463f2fa3f82bc844f (diff)
downloadexternal_mesa3d-be7d8ddf0c0a293ee94db360a44561beb10e62f9.zip
external_mesa3d-be7d8ddf0c0a293ee94db360a44561beb10e62f9.tar.gz
external_mesa3d-be7d8ddf0c0a293ee94db360a44561beb10e62f9.tar.bz2
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.h1
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 79165fb..e641a81 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;