summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_surface.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_surface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_surface.h b/src/mesa/pipe/softpipe/sp_surface.h
index 545983f431..431303553f 100644
--- a/src/mesa/pipe/softpipe/sp_surface.h
+++ b/src/mesa/pipe/softpipe/sp_surface.h
@@ -37,6 +37,7 @@
struct pipe_context;
struct softpipe_surface;
struct softpipe_context;
+struct softpipe_tile_cache;
/**
@@ -45,6 +46,8 @@ struct softpipe_context;
struct softpipe_surface {
struct pipe_surface surface;
+ struct softpipe_tile_cache *tc;
+
/**
* Functions for read/writing surface data
*/