summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_blit.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-25 23:37:27 -0700
committerVinson Lee <vlee@vmware.com>2010-08-25 23:37:27 -0700
commitd8ad10dc45d39978a25a300a386440a5cb39a40d (patch)
treeb3745235d519fb4940e7afba9bd7071608027c43 /src/gallium/auxiliary/util/u_blit.h
parent3e41029d6e4e89a52679303d50b7c6b7c1c58f41 (diff)
util: Include missing header in u_blit.h.
Include p_compiler.h for uint symbol. Clean up forward declarations.
Diffstat (limited to 'src/gallium/auxiliary/util/u_blit.h')
-rw-r--r--src/gallium/auxiliary/util/u_blit.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/gallium/auxiliary/util/u_blit.h b/src/gallium/auxiliary/util/u_blit.h
index ef95134f32..b8a0dfce13 100644
--- 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 *