i965/fs: Add support for translating ir_triop_fma into MAD.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_gs.c
index 1a3d1884b897982ff3ae4c466175b8216cf2c1f5..bd32db1e4f1cd77bf4399a891b02a1127481ff51 100644 (file)
@@ -160,7 +160,7 @@ static void populate_key( struct brw_context *brw,
       BRW_SWIZZLE4(3, 3, 3, 3)
    };
 
-   struct gl_context *ctx = &brw->intel.ctx;
+   struct gl_context *ctx = &brw->ctx;
 
    memset(key, 0, sizeof(*key));