projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7111f3
)
util: Include missing header in u_dirty_surfaces.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 06:04:39 +0000
(23:04 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 06:04:39 +0000
(23:04 -0700)
Include p_state.h for pipe_surface symbol.
src/gallium/auxiliary/util/u_dirty_surfaces.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_dirty_surfaces.h
b/src/gallium/auxiliary/util/u_dirty_surfaces.h
index c157300502d7a2890b56fe4d8effadfa9731dfd2..fd1bbe5ffdf3d48c935872924c44f639b3b47247 100644
(file)
--- a/
src/gallium/auxiliary/util/u_dirty_surfaces.h
+++ b/
src/gallium/auxiliary/util/u_dirty_surfaces.h
@@
-27,9
+27,13
@@
#ifndef U_DIRTY_SURFACES_H_
#define U_DIRTY_SURFACES_H_
+#include "pipe/p_state.h"
+
#include "util/u_double_list.h"
#include "util/u_math.h"
+struct pipe_context;
+
typedef void (*util_dirty_surface_flush_t) (struct pipe_context *, struct pipe_surface *);
struct util_dirty_surfaces