Merge branch 'master' into gallium-sampler-view
[mesa.git] / src / gallium / drivers / r300 / r300_context.h
index 985e33911263f073c5430e2d48935047f32c149c..3b70bcda8273f41a09afee1a3d9565f8c56346fe 100644 (file)
@@ -342,8 +342,9 @@ struct r300_context {
     struct r300_atom rs_block_state;
     /* Scissor state. */
     struct r300_atom scissor_state;
-    /* Textures state. */
-    struct r300_atom textures_state;
+    /* Sampler view states. */
+    struct pipe_sampler_view* fragment_sampler_views[8];
+    int fragment_sampler_view_count;
     /* Vertex stream formatting state. */
     struct r300_atom vertex_stream_state;
     /* VAP (vertex shader) output mapping state. */