summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-08-23 11:13:20 +0100
committerKeith Whitwell <keithw@vmware.com>2009-08-23 11:13:20 +0100
commit47800c572f199e7857e02e0f999b410c727a275d (patch)
tree1bcc2a1bdddaa0ae4d6f6412edc744699ef31f87 /src/gallium/drivers/softpipe
parent7670102468a55de50cf0cfa0b938d36aaf212f1f (diff)
softpipe: add missing header
Diffstat (limited to 'src/gallium/drivers/softpipe')
-rw-r--r--src/gallium/drivers/softpipe/sp_context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.c b/src/gallium/drivers/softpipe/sp_context.c
index 48ec540ebf..3c465c95a5 100644
--- a/src/gallium/drivers/softpipe/sp_context.c
+++ b/src/gallium/drivers/softpipe/sp_context.c
@@ -42,6 +42,7 @@
#include "sp_state.h"
#include "sp_surface.h"
#include "sp_tile_cache.h"
+#include "sp_tex_tile_cache.h"
#include "sp_texture.h"
#include "sp_winsys.h"
#include "sp_query.h"