Mesa (master): util: Include missing header in u_blit.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 26 06:38:05 UTC 2010


Module: Mesa
Branch: master
Commit: d8ad10dc45d39978a25a300a386440a5cb39a40d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8ad10dc45d39978a25a300a386440a5cb39a40d

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Aug 25 23:37:27 2010 -0700

util: Include missing header in u_blit.h.

Include p_compiler.h for uint symbol.
Clean up forward declarations.

---

 src/gallium/auxiliary/util/u_blit.h |   12 +++++++-----
 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 ef95134..b8a0dfc 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 *




More information about the mesa-commit mailing list