Mesa (master): draw: Include missing headers in draw_vs_aos.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Sep 3 00:04:00 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Sep  2 17:00:53 2010 -0700

draw: Include missing headers in draw_vs_aos.h.

Include tgsi_exec.h for TGSI_EXEC_NUM_TEMPS.
Include draw_vs.h for draw_vs_varient.

---

 src/gallium/auxiliary/draw/draw_vs_aos.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_vs_aos.h b/src/gallium/auxiliary/draw/draw_vs_aos.h
index 1911242..68e8295 100644
--- a/src/gallium/auxiliary/draw/draw_vs_aos.h
+++ b/src/gallium/auxiliary/draw/draw_vs_aos.h
@@ -32,6 +32,8 @@
 #define DRAW_VS_AOS_H
 
 #include "pipe/p_config.h"
+#include "tgsi/tgsi_exec.h"
+#include "draw_vs.h"
 
 #ifdef PIPE_ARCH_X86
 




More information about the mesa-commit mailing list