summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-06-07 16:17:03 +0100
committerKeith Whitwell <keithw@vmware.com>2010-06-07 16:34:55 +0100
commit5a916204179c6787157af3f3be758dc36162ab20 (patch)
tree8d15fc9110ac8868f4c039ca73da03056dbb4bec /src/gallium
parentcd73360e4848d80aae3ff4b4d6c9d0cdcbcba457 (diff)
gallivm: eliminate tgsi_exec.h include
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c2
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 ea949a1363..dec7556138 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