projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d42b7d5
)
st/mesa: Include missing header in st_mesa_to_tgsi.c.
author
Vinson Lee
<vlee@vmware.com>
Sat, 28 Aug 2010 21:24:42 +0000
(14:24 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 28 Aug 2010 21:24:42 +0000
(14:24 -0700)
Include p_screen.h for complete type to pipe_screen.
src/mesa/state_tracker/st_mesa_to_tgsi.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_mesa_to_tgsi.c
b/src/mesa/state_tracker/st_mesa_to_tgsi.c
index a19dcc92534a0be9932fcfd58764a1e8c09a3f8d..0ed822b8c27a46c0195a3b4124642c2110915895 100644
(file)
--- a/
src/mesa/state_tracker/st_mesa_to_tgsi.c
+++ b/
src/mesa/state_tracker/st_mesa_to_tgsi.c
@@
-32,9
+32,10
@@
*/
#include "pipe/p_compiler.h"
+#include "pipe/p_context.h"
+#include "pipe/p_screen.h"
#include "pipe/p_shader_tokens.h"
#include "pipe/p_state.h"
-#include "pipe/p_context.h"
#include "tgsi/tgsi_ureg.h"
#include "st_mesa_to_tgsi.h"
#include "st_context.h"