Mesa (master): graw: Include p_shader_tokens.h for tgsi_token struct.

Vinson Lee vlee at kemper.freedesktop.org
Thu Dec 30 09:50:33 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec 30 01:49:26 2010 -0800

graw: Include p_shader_tokens.h for tgsi_token struct.

---

 src/gallium/targets/graw-null/graw_util.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/targets/graw-null/graw_util.c b/src/gallium/targets/graw-null/graw_util.c
index e5cf526..09cba89 100644
--- a/src/gallium/targets/graw-null/graw_util.c
+++ b/src/gallium/targets/graw-null/graw_util.c
@@ -1,6 +1,7 @@
 
 #include "pipe/p_compiler.h"
 #include "pipe/p_context.h"
+#include "pipe/p_shader_tokens.h"
 #include "pipe/p_state.h"
 #include "tgsi/tgsi_text.h"
 #include "util/u_debug.h"




More information about the mesa-commit mailing list