From f4c64d717947353275567d586eaa4fd69e64acb9 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 22 Nov 2021 12:34:16 +0800 Subject: 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 | 34 ---------------------- .../recipes-oneapi/ospray/ospray_2.8.0.bb | 34 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.7.1.bb create mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.8.0.bb (limited to 'dynamic-layers') 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.7.1.bb deleted file mode 100644 index 27d8a989..00000000 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.7.1.bb +++ /dev/null @@ -1,34 +0,0 @@ -SUMMARY = "Intel OSPray, Ray Tracing based Rendering Engine" -DESCRIPTION = "Intel OSPRay is an open source, scalable, and portable ray \ -tracing engine for high-performance, high-fidelity visualization on \ -Intel Architecture CPUs." -HOMEPAGE = "https://www.ospray.org/" - -LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \ - file://third-party-programs.txt;md5=d0b3d9b55b2ccd6a3bffc374cf2d5563" - -inherit pkgconfig cmake - -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ - " -SRCREV = "5269850081d1c7d6da59b3c4f3cbac5c732374ba" - -COMPATIBLE_HOST = '(x86_64).*-linux' - -DEPENDS = "rkcommon ispc-native openvkl embree" - -EXTRA_OECMAKE += " \ - -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ - -DOSPRAY_APPS_BENCHMARK=OFF \ - -DOSPRAY_APPS_TESTING=OFF \ - " - -PACKAGES =+ "${PN}-apps" -FILES:${PN}-apps = "\ - ${bindir} \ - " - -UPSTREAM_CHECK_GITTAGREGEX = "^v(?P(\d+(\.\d+)+))$" diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.8.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.8.0.bb new file mode 100644 index 00000000..b6b789c2 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.8.0.bb @@ -0,0 +1,34 @@ +SUMMARY = "Intel OSPray, Ray Tracing based Rendering Engine" +DESCRIPTION = "Intel OSPRay is an open source, scalable, and portable ray \ +tracing engine for high-performance, high-fidelity visualization on \ +Intel Architecture CPUs." +HOMEPAGE = "https://www.ospray.org/" + +LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \ + file://third-party-programs.txt;md5=d0b3d9b55b2ccd6a3bffc374cf2d5563" + +inherit pkgconfig cmake + +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ + " +SRCREV = "fe4b3806f8626b22defbeda172609aa7c8c74a2e" + +COMPATIBLE_HOST = '(x86_64).*-linux' + +DEPENDS = "rkcommon ispc-native openvkl embree" + +EXTRA_OECMAKE += " \ + -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ + -DOSPRAY_APPS_BENCHMARK=OFF \ + -DOSPRAY_APPS_TESTING=OFF \ + " + +PACKAGES =+ "${PN}-apps" +FILES:${PN}-apps = "\ + ${bindir} \ + " + +UPSTREAM_CHECK_GITTAGREGEX = "^v(?P(\d+(\.\d+)+))$" -- cgit v1.2.3-54-g00ecf