diff options
author | Michal Krol <[email protected]> | 2010-02-25 14:40:56 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2010-02-25 14:40:56 +0100 |
commit | e3c2a053cf4ac761d672ec64cb18c099b4ac3bc2 (patch) | |
tree | 31734545d6d3a9edf59be8baa37820a8ddd73804 /src/gallium/drivers/nv30/nv30_context.h | |
parent | 06f63457908a997828e93f3141ecdde59392b7d5 (diff) |
nv30: Fix after sampler view changes.
Did not test build.
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_context.h')
-rw-r--r-- | src/gallium/drivers/nv30/nv30_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv30/nv30_context.h b/src/gallium/drivers/nv30/nv30_context.h index ca3d6aca7fa..04813526f40 100644 --- a/src/gallium/drivers/nv30/nv30_context.h +++ b/src/gallium/drivers/nv30/nv30_context.h @@ -138,6 +138,7 @@ struct nv30_context { unsigned idxbuf_format; struct nv30_sampler_state *tex_sampler[PIPE_MAX_SAMPLERS]; struct nv30_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; |