projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5494251
)
python: Include missing `p_compiler.h' header.
author
michal
<michal@wmvare.com>
Mon, 16 Mar 2009 07:08:09 +0000
(08:08 +0100)
committer
Michal Krol
<michal@vmware.com>
Mon, 16 Mar 2009 07:18:10 +0000
(08:18 +0100)
src/gallium/state_trackers/python/p_state.i
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/python/p_state.i
b/src/gallium/state_trackers/python/p_state.i
index 7f5760b3b66da4a10f104fca0a3b943f094f0f7e..110b3d5da432d0480497b574bc3466758bd30626 100644
(file)
--- a/
src/gallium/state_trackers/python/p_state.i
+++ b/
src/gallium/state_trackers/python/p_state.i
@@
-37,6
+37,7
@@
%ignore winsys;
%ignore pipe_vertex_buffer::buffer;
+%include "pipe/p_compiler.h";
%include "pipe/p_state.h";