Mesa (master): r300g: Include missing header in r300_texture_desc.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 26 08:39:09 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Aug 26 01:38:23 2010 -0700

r300g: Include missing header in r300_texture_desc.h.

Include p_format.h for enum pipe_format symbol.

Fixes r300g build.

---

 src/gallium/drivers/r300/r300_texture_desc.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_texture_desc.h b/src/gallium/drivers/r300/r300_texture_desc.h
index 95de66f..3d7fe1f 100644
--- a/src/gallium/drivers/r300/r300_texture_desc.h
+++ b/src/gallium/drivers/r300/r300_texture_desc.h
@@ -24,6 +24,7 @@
 #ifndef R300_TEXTURE_DESC_H
 #define R300_TEXTURE_DESC_H
 
+#include "pipe/p_format.h"
 #include "r300_defines.h"
 
 struct pipe_resource;




More information about the mesa-commit mailing list