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
This commit is contained in:
foreman
2015-06-04 18:11:29 -04:00
bovenliggende e0b2a44b3f
commit a1d78b125f
+1 -1
Bestand weergeven
@@ -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") \