diff options
author | michal <michal@transistor.(none)> | 2009-12-10 08:05:45 +0100 |
---|---|---|
committer | michal <michal@transistor.(none)> | 2009-12-10 08:05:45 +0100 |
commit | 875f6d20b1180a4cafc747bd295b24ae1799a964 (patch) | |
tree | 397e3d20d4f6a4f049ee280a8ab6b9d1f16355c5 /src/gallium/drivers/i965/brw_context.h | |
parent | 1f5285f99771243b636deb9ae0a17c54f818fac6 (diff) |
i965: Fix after sampler view changes.
Diffstat (limited to 'src/gallium/drivers/i965/brw_context.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/i965/brw_context.h b/src/gallium/drivers/i965/brw_context.h index 12cfa7b049c..8816714a7aa 100644 --- a/src/gallium/drivers/i965/brw_context.h +++ b/src/gallium/drivers/i965/brw_context.h @@ -550,11 +550,11 @@ struct brw_context const struct brw_sampler *sampler[PIPE_MAX_SAMPLERS]; unsigned num_samplers; - struct pipe_texture *texture[PIPE_MAX_SAMPLERS]; + struct pipe_sampler_view *fragment_sampler_views[PIPE_MAX_SAMPLERS]; struct pipe_vertex_buffer vertex_buffer[PIPE_MAX_ATTRIBS]; struct pipe_vertex_element vertex_element[PIPE_MAX_ATTRIBS]; unsigned num_vertex_elements; - unsigned num_textures; + unsigned num_fragment_sampler_views; unsigned num_vertex_buffers; struct pipe_scissor_state scissor; |