i965/miptree: Set refcount before failing via _release()
[mesa.git] / src / mesa / drivers / dri / i965 / brw_program.h
index 2e9f12172e4b73c4adbb74303d40aa2273d6e1e9..e62b7d366c805f07fcb6c37766713db421493cba 100644 (file)
@@ -32,9 +32,6 @@ extern "C" {
 
 struct brw_context;
 
-bool brw_do_channel_expressions(struct exec_list *instructions);
-bool brw_do_vector_splitting(struct exec_list *instructions);
-
 struct nir_shader *brw_create_nir(struct brw_context *brw,
                                   const struct gl_shader_program *shader_prog,
                                   struct gl_program *prog,