projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e41029
)
util: Include missing header in u_blit.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 06:37:27 +0000
(23:37 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 06:37:27 +0000
(23:37 -0700)
Include p_compiler.h for uint symbol.
Clean up forward declarations.
src/gallium/auxiliary/util/u_blit.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_blit.h
b/src/gallium/auxiliary/util/u_blit.h
index ef95134f3248ad570bfed407cb75360175af78ae..b8a0dfce13f443b5c4634f9d256897cf86053698 100644
(file)
--- a/
src/gallium/auxiliary/util/u_blit.h
+++ b/
src/gallium/auxiliary/util/u_blit.h
@@
-30,18
+30,20
@@
#define U_BLIT_H
+#include "pipe/p_compiler.h"
+
+
#ifdef __cplusplus
extern "C" {
#endif
+struct cso_context;
struct pipe_context;
-struct pipe_surface;
struct pipe_resource;
-struct cso_context;
-
-
-struct blit_state;
+struct pipe_sampler_view;
+struct pipe_subresource;
+struct pipe_surface;
extern struct blit_state *