r300g: Remove extra printf format specifiers.
[mesa.git] / src / gallium / drivers / r300 / r300_screen.h
index 4b783af959d100602cb4a9e22ff90aac3016a533..b28de008304a70b5c2f026b876901e27394f2093 100644 (file)
@@ -27,6 +27,7 @@
 #include "r300_chipset.h"
 #include "radeon/radeon_winsys.h"
 #include "pipe/p_screen.h"
+#include "util/disk_cache.h"
 #include "util/slab.h"
 #include "os/os_thread.h"
 #include <stdio.h>
@@ -44,11 +45,13 @@ struct r300_screen {
     /** Combination of DBG_xxx flags */
     unsigned debug;
 
+    struct disk_cache *disk_shader_cache;
+
     struct slab_parent_pool pool_transfers;
 
     /* The MSAA texture with CMASK access; */
     struct pipe_resource *cmask_resource;
-    pipe_mutex cmask_mutex;
+    mtx_t cmask_mutex;
 };