summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-11-22 12:33:22 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-11-24 22:34:33 +0800
commit9b25d40cb91c82560a95e4f410b57201af14c7fc (patch)
tree4f263bd56b6901240349ececfa27dd9a4de04a4d /dynamic-layers
parenta3b2f8bb5920021d775be5b9fd81abc2c44d9202 (diff)
downloadmeta-intel-9b25d40cb91c82560a95e4f410b57201af14c7fc.tar.gz
openvkl: upgrade 1.0.1 -> 1.1.0
Release notes: vklExamples improvements: asynchronous rendering, multiple viewports, docking, and more Fixed bug in openvkl_utility_vdb which could lead to crashes when creating VDB volumes with temporally constant tiles Superbuild updates to latest versions of dependencies Minimum rkcommon version is now 1.8.0 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.1.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.1.0.bb
index 8cbbb724..30ae4f48 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.1.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.1.0.bb
@@ -20,7 +20,7 @@ S = "${WORKDIR}/git"
20 20
21SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \ 21SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \
22 " 22 "
23SRCREV = "dcdd2e1f839ca03c6fe6036d824a5db1cdaabcdb" 23SRCREV = "b2cfd8ab94420489e2ed9a25fb0d512c2577e5de"
24 24
25COMPATIBLE_HOST = '(x86_64).*-linux' 25COMPATIBLE_HOST = '(x86_64).*-linux'
26 26