P4 to Git Change 1071332 by rili@rili_opencl_stg on 2014/08/28 17:28:16

EPR #405038 - Expose extension "cl_khr_depth_images" for OpenCL 2.0

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpusettings.cpp#27 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#229 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#276 edit
This commit is contained in:
foreman
2014-08-28 17:48:53 -04:00
parent 17edecc562
commit d13eeb7ea8
3 changed files with 4 additions and 0 deletions
@@ -53,6 +53,7 @@ Settings::create()
partialDispatch_ = true;
enableExtension(ClKhrSubGroups);
supportDepthsRGB_ = true;
enableExtension(ClKhrDepthImages);
}
// Map CPUID feature bits to our own feature bits