freedreno/ir3: rename instructions
[mesa.git] / src / freedreno / ir3 / ir3_nir_lower_tess.c
index 056b009ef752f38ec1dfdea06cb3898a58770b77..873e3b607a056593c0fd548d3e3cdbf986a311f5 100644 (file)
@@ -531,8 +531,9 @@ emit_tess_epilouge(nir_builder *b, struct state *state)
                nir_intrinsic_set_write_mask(store, (1 << levels[1]->num_components) - 1);
        }
 
-       /* Finally, Insert endpatch instruction, maybe signalling the tess engine
-        * that another primitive is ready?
+       /* Finally, Insert endpatch instruction:
+        *
+        * TODO we should re-work this to use normal flow control.
         */
 
        nir_intrinsic_instr *end_patch =