a4xx: add noperspective interpolation support
[mesa.git] / src / gallium / drivers / freedreno / freedreno_gmem.h
index 84b0172fa22cf5f728a901f4ea63ad7a8136c908..6a98e2608938858fa25853047968fcfbce521e39 100644 (file)
@@ -62,7 +62,7 @@ struct fd_gmem_stateobj {
        uint8_t num_vsc_pipes;   /* number of pipes for a20x */
 
        struct fd_vsc_pipe vsc_pipe[32];
-       struct fd_tile     tile[512];
+       struct fd_tile     tile[2048];
 
        struct list_head node;
 };
@@ -88,7 +88,7 @@ struct fd_gmem_cache {
 struct fd_batch;
 
 void fd_gmem_render_tiles(struct fd_batch *batch);
-
+unsigned fd_gmem_estimate_bins_per_pipe(struct fd_batch *batch);
 bool fd_gmem_needs_restore(struct fd_batch *batch, const struct fd_tile *tile,
                uint32_t buffers);