freedreno/a3xx: fix depth/stencil gmem restore
[mesa.git] / src / gallium / drivers / freedreno / freedreno_gmem.h
index b52557c952b53f0852e23455dcc9250389f60ac6..c7c687419b4ad77d8288a17325684476ef342091 100644 (file)
@@ -50,6 +50,7 @@ struct fd_gmem_stateobj {
        uint cpp;
        uint16_t bin_h, nbins_y;
        uint16_t bin_w, nbins_x;
+       uint16_t minx, miny;
        uint16_t width, height;
        bool has_zs;  /* gmem config using depth/stencil? */
 };