Mesa (softpipe-opt): softpipe: add missing header

Keith Whitwell keithw at kemper.freedesktop.org
Sun Aug 23 10:13:29 UTC 2009


Module: Mesa
Branch: softpipe-opt
Commit: 47800c572f199e7857e02e0f999b410c727a275d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=47800c572f199e7857e02e0f999b410c727a275d

Author: Keith Whitwell <keithw at vmware.com>
Date:   Sun Aug 23 11:13:20 2009 +0100

softpipe: add missing header

---

 src/gallium/drivers/softpipe/sp_context.c |    1 +
 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 48ec540..3c465c9 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"




More information about the mesa-commit mailing list