r300: use the new parent/child pools for transfers (v2)
[mesa.git] / src / gallium / drivers / r300 / r300_screen.h
index e15c3c7de0cb3ddb377554978f3a864610b97542..4b783af959d100602cb4a9e22ff90aac3016a533 100644 (file)
@@ -27,7 +27,7 @@
 #include "r300_chipset.h"
 #include "radeon/radeon_winsys.h"
 #include "pipe/p_screen.h"
-#include "util/u_slab.h"
+#include "util/slab.h"
 #include "os/os_thread.h"
 #include <stdio.h>
 
@@ -44,6 +44,8 @@ struct r300_screen {
     /** Combination of DBG_xxx flags */
     unsigned debug;
 
+    struct slab_parent_pool pool_transfers;
+
     /* The MSAA texture with CMASK access; */
     struct pipe_resource *cmask_resource;
     pipe_mutex cmask_mutex;