projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7670102
)
softpipe: add missing header
author
Keith Whitwell
<keithw@vmware.com>
Sun, 23 Aug 2009 10:13:20 +0000
(11:13 +0100)
committer
Keith Whitwell
<keithw@vmware.com>
Sun, 23 Aug 2009 10:13:20 +0000
(11:13 +0100)
src/gallium/drivers/softpipe/sp_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_context.c
b/src/gallium/drivers/softpipe/sp_context.c
index 48ec540ebfd0a1ccf8d762529d54a17f40850a6c..3c465c95a5367d6a6aaeb25e9e8908e48f222f3e 100644
(file)
--- 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"