summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-10-02 13:48:38 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-10-02 13:48:38 +0800
commit4ec7fc95ecf023e73fe021faa1ee1e84b6f72206 (patch)
tree067c75797d9ea9411a95db9bee80905b7d594ba5
parent4e94f0571d9d0903c3dca447577654539ceeadb9 (diff)
downloadmeta-intel-4ec7fc95ecf023e73fe021faa1ee1e84b6f72206.tar.gz
embree: upgrade 4.2.0 -> 4.3.0
Release notes: Added instance array primitive for reducing memony requirements in scenes with large amounts of similar instances. Properly checks driver if L0 RTAS extension can get loaded. Added varying version of rtcGetGeometryTransform for ISPC. Fixed signature of RTCMemoryMonitorFunction for ISPC. Add support for ARM64 Windows platform in CMake. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.2.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.0.bb
index 8b73056c..00d10eaf 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.2.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.0.bb
@@ -14,7 +14,7 @@ inherit pkgconfig cmake
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master" 16SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master"
17SRCREV = "341ef8c45d1ae072ead1ab65cd76e88b03d9302c" 17SRCREV = "be0accfd0b246e2b03355b8ee7710a22c1b49240"
18 18
19COMPATIBLE_HOST = '(x86_64).*-linux' 19COMPATIBLE_HOST = '(x86_64).*-linux'
20COMPATIBLE_HOST:libc-musl = "null" 20COMPATIBLE_HOST:libc-musl = "null"