diff options
author | Keith Whitwell <[email protected]> | 2009-11-06 08:57:02 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-06 08:57:02 +0000 |
commit | fc7fa678f55d15b032e3c9053a22c811e2de4cde (patch) | |
tree | 61918ef8007cee3193004b492178c16e5a3b1262 /src/gallium/drivers/i965 | |
parent | 0e80e4ea7576733ede13f156a1dce644b1e6df89 (diff) |
i965g: populate brw_context chipset id
Diffstat (limited to 'src/gallium/drivers/i965')
-rw-r--r-- | src/gallium/drivers/i965/brw_context.c | 1 |
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 8e1421e7386..f85116a568c 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 ); |