Mesa (gallium-resources): trace: compile fix

Roland Scheidegger sroland at kemper.freedesktop.org
Tue Mar 23 14:52:21 UTC 2010


Module: Mesa
Branch: gallium-resources
Commit: 7008586020395905ddfff333d02b3893de369796
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7008586020395905ddfff333d02b3893de369796

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Tue Mar 23 15:50:32 2010 +0100

trace: compile fix

---

 src/gallium/drivers/trace/tr_dump.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/trace/tr_dump.h b/src/gallium/drivers/trace/tr_dump.h
index 4fa00e2..9383ccd 100644
--- a/src/gallium/drivers/trace/tr_dump.h
+++ b/src/gallium/drivers/trace/tr_dump.h
@@ -37,7 +37,7 @@
 #include "pipe/p_compiler.h"
 
 struct pipe_buffer;
-struct pipe_texture;
+struct pipe_resource;
 struct pipe_surface;
 struct pipe_transfer;
 struct pipe_box;




More information about the mesa-commit mailing list