intel: Move brw_prog_key_set_id from i965 to the compiler.
[mesa.git] / src / intel / compiler / brw_compiler.h
index 8c6ae35636bb0f84cd6815cf53ad3db476cc3440..3c109c504b1af049486de8708e6ec31e8e0d4673 100644 (file)
@@ -1230,6 +1230,9 @@ brw_prog_data_size(gl_shader_stage stage);
 unsigned
 brw_prog_key_size(gl_shader_stage stage);
 
+void
+brw_prog_key_set_id(union brw_any_prog_key *key, gl_shader_stage, unsigned id);
+
 /**
  * Compile a vertex shader.
  *