summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/i965/brw_context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/brw_context.c b/src/gallium/drivers/i965/brw_context.c
index 8e1421e738..f85116a568 100644
--- a/src/gallium/drivers/i965/brw_context.c
+++ b/src/gallium/drivers/i965/brw_context.c
@@ -114,6 +114,7 @@ struct pipe_context *brw_create_context(struct pipe_screen *screen)
brw->base.screen = screen;
brw->base.destroy = brw_destroy_context;
brw->sws = brw_screen(screen)->sws;
+ brw->chipset = brw_screen(screen)->chipset;
brw_pipe_blend_init( brw );
brw_pipe_depth_stencil_init( brw );