summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2017-10-19 20:31:20 -0700
committerJordan Justen <jordan.l.justen@intel.com>2017-10-31 14:16:35 -0700
commit220dbf33e6d27b1848b3354b3da6f77a08937813 (patch)
tree54044b9c1b9962c6c48dce3ba59eef84be1954e8
parentfdaf57222c953b20c58facbf98166866af3d6bc2 (diff)
force NIR_TEST_SERIALIZE on for testingi965-shader-cache-v3.5
-rw-r--r--src/compiler/nir/nir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h
index 87c725625d..3c680cd89d 100644
--- a/src/compiler/nir/nir.h
+++ b/src/compiler/nir/nir.h
@@ -2332,7 +2332,7 @@ should_clone_nir(void)
static inline bool
should_serialize_deserialize_nir(void)
{
- static int test_serialize = -1;
+ static int test_serialize = true;
if (test_serialize < 0)
test_serialize = env_var_as_boolean("NIR_TEST_SERIALIZE", false);