Merge branch 'mesa_7_7_branch'
[mesa.git] / src / gallium / drivers / trace / tr_context.h
index 6febe4b41143b9a0cc78d7a74bc864a9ce4e71f4..852b480765a03deb12402d543af51ff18ab6943c 100644 (file)
@@ -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;