aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/gallium/auxiliary/util/u_debug.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-12-05 09:16:39 +0100
committermarha <marha@users.sourceforge.net>2012-12-05 09:16:39 +0100
commit52fc95bab22331376f6a7351fdc07f805bd67610 (patch)
treed93c6fce43dab496004a97a4dfc8bb38e5da6f5a /mesalib/src/gallium/auxiliary/util/u_debug.h
parent6e1f3114a922dc8ac7c1ae0c20d64b8f7a0f5ef7 (diff)
parente82692e521240c5f8592f9ce56c9d5b3d68870ec (diff)
downloadvcxsrv-52fc95bab22331376f6a7351fdc07f805bd67610.tar.gz
vcxsrv-52fc95bab22331376f6a7351fdc07f805bd67610.tar.bz2
vcxsrv-52fc95bab22331376f6a7351fdc07f805bd67610.zip
Merge remote-tracking branch 'origin/released'
* origin/released: mesa git update 5 dec 2012
Diffstat (limited to 'mesalib/src/gallium/auxiliary/util/u_debug.h')
-rw-r--r--mesalib/src/gallium/auxiliary/util/u_debug.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mesalib/src/gallium/auxiliary/util/u_debug.h b/mesalib/src/gallium/auxiliary/util/u_debug.h
index 3b42c2f07..0eb744333 100644
--- a/mesalib/src/gallium/auxiliary/util/u_debug.h
+++ b/mesalib/src/gallium/auxiliary/util/u_debug.h
@@ -41,6 +41,8 @@
#include "os/os_misc.h"
+#include "pipe/p_format.h"
+
#ifdef __cplusplus
extern "C" {
@@ -418,7 +420,7 @@ struct pipe_transfer;
struct pipe_resource;
void debug_dump_image(const char *prefix,
- unsigned format, unsigned cpp,
+ enum pipe_format format, unsigned cpp,
unsigned width, unsigned height,
unsigned stride,
const void *data);