Merge commit 'origin/master' into gallium-sampler-view
[mesa.git] / src / gallium / drivers / nvfx / nvfx_context.h
index 5eed8a560e59b3c9901280e499be7a344a9f0c4a..001b19eedf04d33976371639e87b44d2e0ee37c2 100644 (file)
@@ -159,6 +159,7 @@ struct nvfx_context {
        unsigned idxbuf_format;
        struct nvfx_sampler_state *tex_sampler[PIPE_MAX_SAMPLERS];
        struct nvfx_miptree *tex_miptree[PIPE_MAX_SAMPLERS];
+       struct pipe_sampler_view *fragment_sampler_views[PIPE_MAX_SAMPLERS];
        unsigned nr_samplers;
        unsigned nr_textures;
        unsigned dirty_samplers;