i965/vec4: Simplify opt_reduce_swizzle() using the swizzle utils.
[mesa.git] / src / mesa / drivers / dri / i965 / gen6_blorp.h
index 969ead1a2e7c41b9eb6cd644a591d960802db1ae..1b273a49e3a1619840bb70991f2029ccf22fefcc 100644 (file)
 extern "C" {
 #endif
 
-struct intel_context;
 struct intel_mipmap_tree;
 
 #ifdef __cplusplus
 }
 
 void
-gen6_blorp_exec(struct intel_context *intel,
+gen6_blorp_exec(struct brw_context *brw,
                 const brw_blorp_params *params);
 
 #endif