Mesa (master): gallivm: eliminate tgsi_exec.h include

Keith Whitwell keithw at kemper.freedesktop.org
Mon Jun 7 15:35:43 UTC 2010


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

Author: Keith Whitwell <keithw at vmware.com>
Date:   Mon Jun  7 16:17:03 2010 +0100

gallivm: eliminate tgsi_exec.h include

---

 src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
index ea949a1..dec7556 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
@@ -45,7 +45,6 @@
 #include "tgsi/tgsi_info.h"
 #include "tgsi/tgsi_parse.h"
 #include "tgsi/tgsi_util.h"
-#include "tgsi/tgsi_exec.h"
 #include "tgsi/tgsi_scan.h"
 #include "lp_bld_type.h"
 #include "lp_bld_const.h"
@@ -76,6 +75,7 @@
 #define CHAN_Y 1
 #define CHAN_Z 2
 #define CHAN_W 3
+#define NUM_CHANNELS 4
 
 #define LP_MAX_INSTRUCTIONS 256
 




More information about the mesa-commit mailing list