diff options
author | Keith Whitwell <[email protected]> | 2009-11-04 15:59:56 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-04 15:59:56 +0000 |
commit | 7373bc0e0294d68bc3e64f4a6de1bb4ec3132f02 (patch) | |
tree | 1512e252d70c432d58d485dac8e29ec4acee4c6d /src/gallium/drivers/i965/brw_context.h | |
parent | 9706a83bc959ba8445d0258e47639b44da2238fc (diff) |
i965g: hook up pipe sampler callbacks
Diffstat (limited to 'src/gallium/drivers/i965/brw_context.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_context.h b/src/gallium/drivers/i965/brw_context.h index a4c48e6fd21..b6f77d12539 100644 --- a/src/gallium/drivers/i965/brw_context.h +++ b/src/gallium/drivers/i965/brw_context.h @@ -505,7 +505,7 @@ struct brw_context unsigned num_vertex_elements; unsigned num_samplers; - struct brw_texture *texture[PIPE_MAX_SAMPLERS]; + struct pipe_texture *texture[PIPE_MAX_SAMPLERS]; struct pipe_vertex_buffer vertex_buffer[PIPE_MAX_ATTRIBS]; unsigned num_textures; unsigned num_vertex_buffers; |