r600g: add support for common surface allocator for tiling v13
[mesa.git] / src / gallium / drivers / r600 / r600_pipe.h
index f11539a9875a240c5b26a5c406ba82515312eecb..f1306176b9413261c772e8b9d40789fb5ba66d81 100644 (file)
@@ -117,6 +117,7 @@ struct r600_screen {
        struct r600_pipe_fences         fences;
 
        unsigned                        num_contexts;
+       unsigned                        use_surface;
 
        /* for thread-safe write accessing to num_contexts */
        pipe_mutex                      mutex_num_contexts;