projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ce0de
)
graw: Include missing header in graw_dl.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 08:14:28 +0000
(
01:14
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 08:14:28 +0000
(
01:14
-0700)
Include p_state.h for pipe_shader_state symbol.
src/gallium/include/state_tracker/graw_dl.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/state_tracker/graw_dl.h
b/src/gallium/include/state_tracker/graw_dl.h
index 0b326ca9f1d82462a258625e941b3d0865b05bdf..3c5c3d86473d9185f32b3218dbcdfa4842f36806 100644
(file)
--- a/
src/gallium/include/state_tracker/graw_dl.h
+++ b/
src/gallium/include/state_tracker/graw_dl.h
@@
-14,12
+14,13
@@
* those for parsing text representations of TGSI shaders.
*/
+#include <stdio.h>
#include "pipe/p_compiler.h"
-#include "pipe/p_format.h"
#include "pipe/p_context.h"
+#include "pipe/p_format.h"
+#include "pipe/p_state.h"
#include "util/u_dl.h"
#include "tgsi/tgsi_text.h"
-#include <stdio.h>
struct pipe_screen;