vc4: Move the QPU instructions to schedule into each block.
[mesa.git] / src / gallium / drivers / vc4 / vc4_qir.c
index 982e8298ae90b3c3b6cad55fb6713e5a85c0fe23..e1d663dd3a77c3b7d9db73b106c114afb540f770 100644 (file)
@@ -536,6 +536,7 @@ qir_new_block(struct vc4_compile *c)
         struct qblock *block = rzalloc(c, struct qblock);
 
         list_inithead(&block->instructions);
+        list_inithead(&block->qpu_inst_list);
 
         block->predecessors = _mesa_set_create(block,
                                                _mesa_hash_pointer,