freedreno: Add a6xx backend
[mesa.git] / src / gallium / drivers / freedreno / freedreno_batch.h
index 4b0539d0062a1b97a7e5027a5a50414515f90c5f..6bb88a62916c809b5c38020ff453d542507ab1d1 100644 (file)
@@ -140,6 +140,11 @@ struct fd_batch {
         */
        struct util_dynarray draw_patches;
 
+       /* Keep track of blitter GMEM offsets that need to be patched up once we
+        * know the gmem layout:
+        */
+       struct util_dynarray gmem_patches;
+
        /* Keep track of writes to RB_RENDER_CONTROL which need to be patched
         * once we know whether or not to use GMEM, and GMEM tile pitch.
         *