diff options
author | Michal Krol <michal@vmware.com> | 2010-02-25 14:46:31 +0100 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2010-02-25 14:46:31 +0100 |
commit | 512d3e691e43b663932fcf22a8c333c79033cb8b (patch) | |
tree | 294605ae64b142e735b8e3d2b35d5064b4386df1 /src/gallium/drivers/nv40/nv40_context.h | |
parent | e3c2a053cf4ac761d672ec64cb18c099b4ac3bc2 (diff) |
nv40: Fix after sampler view changes.
Did not test build.
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_context.h')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv40/nv40_context.h b/src/gallium/drivers/nv40/nv40_context.h index 4861924dac..3d41042a77 100644 --- a/src/gallium/drivers/nv40/nv40_context.h +++ b/src/gallium/drivers/nv40/nv40_context.h @@ -153,6 +153,7 @@ struct nv40_context { unsigned idxbuf_format; struct nv40_sampler_state *tex_sampler[PIPE_MAX_SAMPLERS]; struct nv40_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; |