projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0703b2e
)
gallium: fixup #includes: p_screen.h does not need anything in p_state.h
author
Brian Paul
<brianp@vmware.com>
Thu, 5 Feb 2009 15:23:00 +0000
(08:23 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 5 Feb 2009 15:23:00 +0000
(08:23 -0700)
src/gallium/include/pipe/p_screen.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_screen.h
b/src/gallium/include/pipe/p_screen.h
index 64ab71ce43dd737536cce6297e220bf52b59f91c..17d1548253b18cb3aa42e07a403bcd1d2f2210e0 100644
(file)
--- a/
src/gallium/include/pipe/p_screen.h
+++ b/
src/gallium/include/pipe/p_screen.h
@@
-39,7
+39,8
@@
#include "pipe/p_compiler.h"
-#include "pipe/p_state.h"
+#include "pipe/p_format.h"
+#include "pipe/p_defines.h"
@@
-51,6
+52,7
@@
extern "C" {
/** Opaque type */
struct pipe_fence_handle;
struct pipe_winsys;
+struct pipe_buffer;
/**