mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Check for image support in VA media sharing
Related-To: NEO-4473 Change-Id: I6015d67215267b1dcde1e885cf3696af10ea5e7d Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
97dfa234d1
commit
9022912a6d
@@ -26,7 +26,7 @@ ClDevice::ClDevice(Device &device, Platform *platform) : device(device), platfor
|
||||
deviceExtensions.reserve(1000);
|
||||
name.reserve(100);
|
||||
auto osInterface = getRootDeviceEnvironment().osInterface.get();
|
||||
driverInfo.reset(DriverInfo::create(osInterface));
|
||||
driverInfo.reset(DriverInfo::create(&device.getHardwareInfo(), osInterface));
|
||||
initializeCaps();
|
||||
compilerExtensions = convertEnabledExtensionsToCompilerInternalOptions(deviceInfo.deviceExtensions);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user