From: Keith Whitwell Date: Fri, 6 Nov 2009 08:57:02 +0000 (+0000) Subject: i965g: populate brw_context chipset id X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc7fa678f55d15b032e3c9053a22c811e2de4cde;p=mesa.git i965g: populate brw_context chipset id --- 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 );