SWDEV-324412 - Removing depth24

OGLP fails conformance tests with depth24

Change-Id: I1efd66a81f64a5b999d0f3c3e9314b9e6129a587
This commit is contained in:
pghafari
2022-04-06 21:30:01 -04:00
committed by Payam Ghafari
parent 6cd647270b
commit 4d54f873b0
-4
View File
@@ -497,10 +497,6 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
// Enable some OpenCL 2.0 extensions
if (oclVersion_ >= OpenCL20) {
{
// Not supported by Unknown device
enableExtension(ClKhrGLDepthImages);
}
enableExtension(ClKhrSubGroups);
enableExtension(ClKhrDepthImages);