util/sha1: rework _mesa_sha1_{init,final}
[mesa.git] / src / util / register_allocate.h
index ed3854cec7dbfc568b21bee378fe3f794ac7a618..628d2bbbceda921fb9bdc3152fddba0cd7a85807 100644 (file)
@@ -44,7 +44,8 @@ struct ra_regs;
  * registers, such as aligned register pairs that conflict with the
  * two real registers from which they are composed.
  */
-struct ra_regs *ra_alloc_reg_set(void *mem_ctx, unsigned int count);
+struct ra_regs *ra_alloc_reg_set(void *mem_ctx, unsigned int count,
+                                 bool need_conflict_lists);
 void ra_set_allocate_round_robin(struct ra_regs *regs);
 unsigned int ra_alloc_reg_class(struct ra_regs *regs);
 void ra_add_reg_conflict(struct ra_regs *regs,