summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-04 15:59:56 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-04 15:59:56 +0000
commit7373bc0e0294d68bc3e64f4a6de1bb4ec3132f02 (patch)
tree1512e252d70c432d58d485dac8e29ec4acee4c6d /src/gallium/drivers/i965/brw_context.h
parent9706a83bc959ba8445d0258e47639b44da2238fc (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.h2
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 a4c48e6fd2..b6f77d1253 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;