diff options
author | Michal Krol <[email protected]> | 2009-12-01 09:50:38 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-12-01 09:52:44 +0100 |
commit | 57ed791305ded187c455b07e6c6a5b916f37a293 (patch) | |
tree | 9cf4b1c5c84c4f2332407fd690d59c09d7ddadfa /src/gallium/drivers/trace/tr_context.h | |
parent | f8969db2f8410fd3b653734948251ada4284a3c6 (diff) |
trace: Implement separate vertex sampler state.
Diffstat (limited to 'src/gallium/drivers/trace/tr_context.h')
-rw-r--r-- | src/gallium/drivers/trace/tr_context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_context.h b/src/gallium/drivers/trace/tr_context.h index 6febe4b4114..852b480765a 100644 --- a/src/gallium/drivers/trace/tr_context.h +++ b/src/gallium/drivers/trace/tr_context.h @@ -54,6 +54,9 @@ struct trace_context struct trace_texture *tex[PIPE_MAX_SAMPLERS]; unsigned num_texs; + struct trace_texture *vert_tex[PIPE_MAX_VERTEX_SAMPLERS]; + unsigned num_vert_texs; + unsigned nr_cbufs; struct trace_texture *cbufs[PIPE_MAX_COLOR_BUFS]; struct trace_texture *zsbuf; |