P4 to Git Change 1124329 by gandryey@gera-w8 on 2015/02/23 19:50:45
ECR #304775 - Enable CL-GL depth extension Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#303 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#116 edit
This commit is contained in:
@@ -338,9 +338,6 @@ Settings::create(
|
||||
|
||||
rectLinearDMA_ = true;
|
||||
|
||||
if (oclVersion_ >= OpenCL20) {
|
||||
//enableExtension(ClKhrGLDepthImages);
|
||||
}
|
||||
if (AMD_THREAD_TRACE_ENABLE) {
|
||||
threadTraceEnable_ = true;
|
||||
}
|
||||
@@ -431,6 +428,7 @@ Settings::create(
|
||||
|
||||
// Enable some OpenCL 2.0 extensions
|
||||
if (oclVersion_ >= OpenCL20) {
|
||||
enableExtension(ClKhrGLDepthImages);
|
||||
enableExtension(ClKhrSubGroups);
|
||||
enableExtension(ClKhrDepthImages);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user