aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/glsl/ir_hv_accept.cpp
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-10-03 13:20:50 +0200
committermarha <marha@users.sourceforge.net>2013-10-03 13:20:50 +0200
commit5593a3d2f370e3e12a043110bf2e395c938980d6 (patch)
treebf6a62f84ae8d2071b83a0a723f2937c058a7f1b /mesalib/src/glsl/ir_hv_accept.cpp
parent8092f320c341a6b3a1b428fdd4473859d5db8b79 (diff)
downloadvcxsrv-5593a3d2f370e3e12a043110bf2e395c938980d6.tar.gz
vcxsrv-5593a3d2f370e3e12a043110bf2e395c938980d6.tar.bz2
vcxsrv-5593a3d2f370e3e12a043110bf2e395c938980d6.zip
mesa xkeyboard-config git update 3 Oct 2003
xkeyboard-config commit 7c7f937a2203bdcdc3b2e7cbe55ddfc34cffe3ab mesa commit d1335926196c216f1abe73f37cfcb61cf7f2bd28
Diffstat (limited to 'mesalib/src/glsl/ir_hv_accept.cpp')
-rw-r--r--mesalib/src/glsl/ir_hv_accept.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesalib/src/glsl/ir_hv_accept.cpp b/mesalib/src/glsl/ir_hv_accept.cpp
index 76a607d17..3877e721c 100644
--- a/mesalib/src/glsl/ir_hv_accept.cpp
+++ b/mesalib/src/glsl/ir_hv_accept.cpp
@@ -214,6 +214,7 @@ ir_texture::accept(ir_hierarchical_visitor *v)
switch (this->op) {
case ir_tex:
case ir_lod:
+ case ir_tg4:
break;
case ir_txb:
s = this->lod_info.bias->accept(v);