panfrost: Separate postfix from emits
[mesa.git] / src / gallium / drivers / panfrost / pan_blend_shaders.h
index 88ece5436a4e1e104d5a5d98166cff11d802d625..cd3237684e2fdf229f9ed3ee1e9b7e0a9f663dc6 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "pipe/p_state.h"
 #include "pipe/p_defines.h"
-#include <panfrost-job.h>
+#include <midgard_pack.h>
 #include "pan_context.h"
 #include "pan_blend.h"
 
@@ -35,6 +35,7 @@ struct panfrost_blend_shader
 panfrost_compile_blend_shader(
         struct panfrost_context *ctx,
         struct pipe_blend_state *cso,
-        enum pipe_format format);
+        enum pipe_format format,
+        unsigned rt);
 
 #endif