projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c65c86c
)
util: Include missing headers in u_tile.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 05:41:20 +0000
(22:41 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 05:41:20 +0000
(22:41 -0700)
Include p_format.h for enum pipe_format symbol.
Include p_state.h for pipe_box symbol.
src/gallium/auxiliary/util/u_tile.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_tile.h
b/src/gallium/auxiliary/util/u_tile.h
index 986eee07435b5c7d3ccd1a9abb74724d4ac63163..558351d0ce5866a150d5cb711cbb0bd9cc0ed723 100644
(file)
--- a/
src/gallium/auxiliary/util/u_tile.h
+++ b/
src/gallium/auxiliary/util/u_tile.h
@@
-29,7
+29,10
@@
#define P_TILE_H
#include "pipe/p_compiler.h"
+#include "pipe/p_format.h"
+#include "pipe/p_state.h"
+struct pipe_context;
struct pipe_transfer;
/**