summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/llvm/storage.h
diff options
context:
space:
mode:
authorZack Rusin <[email protected]>2007-10-22 14:01:52 -0400
committerZack Rusin <[email protected]>2007-10-24 11:21:05 -0400
commit1248b9776bfeec1f61962604b21212d2cf336283 (patch)
tree818f5877f83cf386b6903520360f53196bd68f5d /src/mesa/pipe/llvm/storage.h
parent743e96eec5f89cf55873b82ee58b4a06d094c0e9 (diff)
Implement extended swizzling.
Diffstat (limited to 'src/mesa/pipe/llvm/storage.h')
-rw-r--r--src/mesa/pipe/llvm/storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/llvm/storage.h b/src/mesa/pipe/llvm/storage.h
index 66a33633325..da7b0dbe014 100644
--- a/src/mesa/pipe/llvm/storage.h
+++ b/src/mesa/pipe/llvm/storage.h
@@ -57,6 +57,8 @@ private:
llvm::Value *m_undefFloatVec;
llvm::Value *m_undefIntVec;
+ llvm::Value *m_extSwizzleVec;
+
char m_name[32];
int m_idx;