iris: Properly move edgeflag_out from output list to global list
[mesa.git] / src / gallium / drivers / vc4 / vc4_draw.c
index df95c313f34c9851da51a9594506c69dc2d99566..3d931807aec12107a32844dcae4b00b49554541e 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "util/u_blitter.h"
 #include "util/u_prim.h"
-#include "util/u_format.h"
+#include "util/format/u_format.h"
 #include "util/u_pack_color.h"
 #include "util/u_upload_mgr.h"
 #include "indices/u_primconvert.h"
@@ -578,7 +578,8 @@ vc4_clear(struct pipe_context *pctx, unsigned buffers,
                                            vc4->framebuffer.height,
                                            1,
                                            zsclear,
-                                           &dummy_color, depth, stencil);
+                                           &dummy_color, depth, stencil,
+                                           false);
                         buffers &= ~zsclear;
                         if (!buffers)
                                 return;