summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/freedreno_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_screen.h')
-rw-r--r--src/gallium/drivers/freedreno/freedreno_screen.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_screen.h b/src/gallium/drivers/freedreno/freedreno_screen.h
index 0c899d5a7f0..38d38f2f1ab 100644
--- a/src/gallium/drivers/freedreno/freedreno_screen.h
+++ b/src/gallium/drivers/freedreno/freedreno_screen.h
@@ -35,7 +35,7 @@
#include "pipe/p_screen.h"
#include "util/u_memory.h"
-typedef uint32_t u32;
+#include "freedreno_batch_cache.h"
struct fd_bo;
@@ -66,6 +66,10 @@ struct fd_screen {
struct fd_pipe *pipe;
int64_t cpu_gpu_time_delta;
+
+ struct fd_batch_cache batch_cache;
+
+ bool reorder;
};
static inline struct fd_screen *