From f4c64d717947353275567d586eaa4fd69e64acb9 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 22 Nov 2021 12:34:16 +0800 Subject: [PATCH] ospray: upgrade 2.7.1 -> 2.8.0 Release notes: Lights can be now part of OSPGroup and thus instanced like geometries and volumes and thus lights also support motion blur (with the path tracer) Add cylinder light (with solid area sampling) Add support for rolling shutter of cameras Add support for quaternion motion blur for instance and camera to allow for smoothly interpolated rotations Fix illumination from emissive quad meshes Signed-off-by: Anuj Mittal --- .../recipes-oneapi/ospray/{ospray_2.7.1.bb => ospray_2.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dynamic-layers/openembedded-layer/recipes-oneapi/ospray/{ospray_2.7.1.bb => ospray_2.8.0.bb} (95%) diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.7.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.8.0.bb similarity index 95% rename from dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.7.1.bb rename to dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.8.0.bb index 27d8a989..b6b789c2 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.7.1.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.8.0.bb @@ -14,7 +14,7 @@ S = "${WORKDIR}/git" SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ " -SRCREV = "5269850081d1c7d6da59b3c4f3cbac5c732374ba" +SRCREV = "fe4b3806f8626b22defbeda172609aa7c8c74a2e" COMPATIBLE_HOST = '(x86_64).*-linux'