freedreno: make fd_batch a one-shot thing
[mesa.git] / src / gallium / drivers / freedreno / freedreno_gmem.h
index 116423a40e2e80227c4062b6981ab804b418319f..144e9506cfb4079a7e25448a28dc15411de05020 100644 (file)
@@ -57,6 +57,7 @@ struct fd_gmem_stateobj {
        uint16_t bin_w, nbins_x;
        uint16_t minx, miny;
        uint16_t width, height;
+       uint16_t maxpw, maxph;   /* maximum pipe width/height */
 };
 
 struct fd_batch;