freedreno/ir3: all mem instructions have WAR hazzard
[mesa.git] / src / gallium / drivers / nouveau / nouveau_screen.h
index 28c4760af20cf0ea247727f34f579f42fcadcc3d..e4fbae99ca440e1eabe9dadbd3720e8c5824c8d9 100644 (file)
@@ -2,6 +2,7 @@
 #define __NOUVEAU_SCREEN_H__
 
 #include "pipe/p_screen.h"
+#include "util/disk_cache.h"
 #include "util/u_memory.h"
 
 #ifdef DEBUG
@@ -59,6 +60,8 @@ struct nouveau_screen {
       unsigned profiles_present;
    } firmware_info;
 
+   struct disk_cache *disk_shader_cache;
+
 #ifdef NOUVEAU_ENABLE_DRIVER_STATISTICS
    union {
       uint64_t v[29];