summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/link_varyings.cpp
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-07-24 10:24:53 +1000
committerTimothy Arceri <[email protected]>2017-08-22 11:29:27 +1000
commit4c2422067b5c114977d228b38ee95077cd55b7e9 (patch)
tree6ce41113095e4e3b6429b569f4c20c09cf5c6708 /src/compiler/glsl/link_varyings.cpp
parent12e1f0c69676c256279f29309c36ece584f02c17 (diff)
glsl: pass UseSTD430AsDefaultPacking to where it will be used
Here we also make use of the UseSTD430AsDefaultPacking constant and call the new get_internal_ifc_packing() helper. Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/compiler/glsl/link_varyings.cpp')
-rw-r--r--src/compiler/glsl/link_varyings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/link_varyings.cpp b/src/compiler/glsl/link_varyings.cpp
index 764d9af1c19..a6a76ae5312 100644
--- a/src/compiler/glsl/link_varyings.cpp
+++ b/src/compiler/glsl/link_varyings.cpp
@@ -1843,7 +1843,7 @@ public:
this->toplevel_var = var;
this->varying_floats = 0;
- program_resource_visitor::process(var);
+ program_resource_visitor::process(var, false);
}
private: