From a1d78b125f26cb261115cd1797184e582ea78ca9 Mon Sep 17 00:00:00 2001
From: foreman
Date: Thu, 4 Jun 2015 18:11:29 -0400
Subject: [PATCH] P4 to Git Change 1158061 by gandryey@gera-dev-w7 on
2015/06/04 18:04:24
ECR #304775 - Mipmaps support in OpenCL
- Keep mipmaps in staging only
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#233 edit
---
rocclr/runtime/utils/flags.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rocclr/runtime/utils/flags.hpp b/rocclr/runtime/utils/flags.hpp
index f281912ba6..beb76aa56f 100644
--- a/rocclr/runtime/utils/flags.hpp
+++ b/rocclr/runtime/utils/flags.hpp
@@ -170,7 +170,7 @@ release(bool, HSA_ENABLE_ATOMICS_32B, false, \
"1 = Enable SVM atomics in 32 bits (HSA backend-only). Any other value keeps then disabled.") \
release(bool, GPU_IFH_MODE, false, \
"1 = Enable GPU IFH (infinitely fast hardware) mode. Any other value keeps setting disabled.") \
-release(bool, GPU_MIPMAP, true, \
+release(bool, GPU_MIPMAP, !IS_MAINLINE, \
"Enables GPU mipmap extension") \
debug(bool, GPU_FORCE_SINGLE_FP_DENORM, false, \
"Forces reporting CL_FP_DENORM bit for single precision") \