Mesa (master): tnl: include swrast/s_chan.h to fix sse build

Brian Paul brianp at kemper.freedesktop.org
Wed Sep 21 12:53:09 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Sep 21 06:49:09 2011 -0600

tnl: include swrast/s_chan.h to fix sse build

---

 src/mesa/tnl/t_vertex_sse.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/tnl/t_vertex_sse.c b/src/mesa/tnl/t_vertex_sse.c
index 9318965..e0141c3 100644
--- a/src/mesa/tnl/t_vertex_sse.c
+++ b/src/mesa/tnl/t_vertex_sse.c
@@ -30,6 +30,7 @@
 #include "main/colormac.h"
 #include "main/simple_list.h"
 #include "main/enums.h"
+#include "swrast/s_chan.h"
 #include "t_context.h"
 #include "t_vertex.h"
 




More information about the mesa-commit mailing list