Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

embree-devel-static-3.13.3-bp155.1.7 RPM for aarch64

From OpenSuSE Leap 15.5 for aarch64

Name: embree-devel-static Distribution: SUSE Linux Enterprise 15 SP5
Version: 3.13.3 Vendor: openSUSE
Release: bp155.1.7 Build date: Mon May 22 15:27:36 2023
Group: Development/Libraries/C and C++ Build host: obs-arm-1
Size: 205143546 Source RPM: embree-3.13.3-bp155.1.7.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/embree/embree
Summary: Development files for embree
This package contains the C++ header files and static libraries for embree,
specifically compiled for Blender Cycles needs.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Apr 26 2022 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Update _constraints for aarch64
* Sun Apr 24 2022 Hans-Peter Jansen <hpj@urpla.net>
  - Update to version v3.13.3
    * Invalid multi segment motion blurred normal oriented curves
      are properly excluded from BVH build.
    * Fixing issue with normal oriented curve construction when
      center curve curvature is very large.
    * Due to this change normal oriented curve shape changes
      slightly.
    * Fixed crash caused by disabling a geometry and then detaching
      it from the scene.
    * Bugfix in emulated ray packet intersection when
      EMBREE_RAY_PACKETS is turned off.
    * Bugfix for linear quaternion interpolation fallback.
    * Fixed issues with spaces in path to Embree build folder.
    * Some fixes to compile Embree in SSE mode using WebAssembly.
    * Bugfix for occlusion rays with grids and ray packets.
    * We do no longer provide installers for Windows and macOS,
      please use the ZIP files instead.
    * Upgrading to Intel® ISPC 1.17.0 for release build.
    * Upgrading to Intel® oneTBB 2021.5.0 for release build.
* Tue Nov 23 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 3.13.2
    * Avoiding spatial split positions that are slightly out of
      geometry bounds.
    * Introduced rtcGetGeometryThreadSafe function, which is a thread
      safe version of rtcGetGeometry.
    * Using more accurate rcp implementation.
    * Bugfix to rare corner case of high quality BVH builder.
  - Embree 3.13.1
    * Added support for ISPC+ARM.
    * Releases upgrade to TBB 2021.3.0 and ISPC 1.16.1
  - Use internal tasking instead of TBB
    * gh#embree/embree#348
    * boo#1192994
* Tue May 25 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 3.13.0
    * Added support for aarch64 cpu architecture.
    * RTC_SUBDIVISION_MODE_NO_BOUNDARY now works properly for
      non-manifold edges.
    * Embree no longer reads the .embree3 config files, thus all
      configuration has to get passed through the config string to
      rtcNewDevice.
    * Releases upgrade to TBB 2021.2.0 and ISPC 1.15.0
* Sun Apr 25 2021 Wang Jun <jgwang@suse.com>
  - update to version 3.12.1
    * Fixed wrong uv and Ng for grid intersector in robust mode for AVX.
    * Removed optimizations for Knights Landing.
    * Upgrading release builds to use oneTBB 2021.1.1
* Thu Oct 15 2020 Hans-Peter Jansen <hpj@urpla.net>
  - update to version 3.12.1
    + Changed default frequency level to SIMD128 for Skylake, Cannon
      Lake, Comet Lake and Tiger Lake CPUs. This change typically
      improves performance for renderers that just use SSE by
      maintaining higher CPU frequencies. In case your renderer is
      AVX optimized you can get higher ray tracing performance
      by configuring the frequency level to simd256 through passing
      frequency_level=simd256 to rtcNewDevice.
* Fri Sep 25 2020 Hans-Peter Jansen <hpj@urpla.net>
  - update to version 3.12.0
    + Added linear cone curve geometry support. In this mode a real
      geometric surface for curves
    + with linear basis is rendered using capped cones. They are
      discontinuous at edge boundaries.
    + Enabled fast two level builder for instances when low quality
      build is requested.
    + Bugfix for BVH build when geometries got disabled.
    + Added EMBREE_BACKFACE_CULLING_CURVES cmake option. This allows
      for a cheaper round
    + linear curve intersection when correct internal tracking and
      back hits are not required.
    + The new cmake option defaults to OFF.
    + User geometries with invalid bounds with lower>upper in some
      dimension will be ignored.
    + Increased robustness for grid interpolation code and fixed
      returned out of range u/v
    + coordinates for grid primitive.
    + Fixed handling of motion blur time range for sphere, discs, and
      oriented disc geometries.
    + Fixed missing model data in releases.
    + Ensure compatibility to newer versions of oneTBB.
    + Motion blur BVH nodes no longer store NaN values.
* Tue Sep 01 2020 Hans-Peter Jansen <hpj@urpla.net>
  - raise limits to 24G, since this version uses up to 22,6G on TW
    for build (16,7G on 15.2)
* Thu Aug 20 2020 Martin Liška <mliska@suse.cz>
  - Use memory limit as the build is dominated by 2 huge gas runs.
* Thu Jul 09 2020 Hans-Peter Jansen <hpj@urpla.net>
  - update to version 3.11.0
    + Round linear curves now automatically check for the existence
      of left and right
    + connected segments if the flags buffer is empty. Left segments
      exist if the
    + segment(id-1) + 1 == segment(id) and similarly for right
      segments.
    + Implemented the min-width feature for curves and points, which
      allows to increase the
    + radius in a distance dependent way, such that the curve or
      points thickness is n pixels wide.
    + Round linear curves are closed now also at their start.
    + Embree no longer supports Visual Studio 2013 starting with this
      release.
    + Bugfix in subdivision tessellation level assignment for non-
      quad base primitives
    + Small meshes are directly added to top level build phase of
      two-level builder to reduce memory consumption.
    + Enabled fast two level builder for user geometries when low
      quality build is requested.
  - update to version 3.10.0
    + Added EMBREE_COMPACT_POLYS CMake option which enables double
      indexed triangle and quad
    + leaves to reduce memory consumption in compact mode by an
      additional 40% at about
    + 15% performance impact. This new mode is disabled by default.
    + Compile fix for oneTBB 2021.1-beta05
    + Releases upgrade to TBB 2020.2
    + Compile fix for ISPC v1.13.0
    + Adding RPATH to libembree.so in releases
    + Increased required CMake version to 3.1.0
    + Made instID member for array of pointers ray stream layout
      optional again.
  - update to version 3.9.0
    + Added round linear curve geometry support. In this mode a real
      geometric surface for curves
    + with linear basis is rendered using capped cones with spherical
      filling between
    + the curve segments.
    + Added rtcGetSceneDevice API function, that returns the device a
      scene got created in.
    + Improved performance of round curve rendering by up to 1.8x.
    + Bugfix to sphere intersection filter invokation for back hit.
    + Fixed wrong assertion that triggered for invalid curves which
      anyway get filtered out.
    + RelWithDebInfo mode no longer enables assertions.
    + Fixed an issue in FindTBB.cmake that caused compile error with
      Debug build under Linux.
    + Embree releases no longer provide RPMs for Linux. Please use
      the RPMs coming with the package
    + manager of your Linux distribution.
* Wed Feb 05 2020 Hans-Peter Jansen <hpj@urpla.net>
  - update to version 3.8.0
    + New Features:
    * Added collision detection support for user geometries (see
      rtcCollide API function)
    * Passing geomID to user geometry callbacks.
    + Fixed Issues:
    * Bugfix in AVX512VL codepath for rtcIntersect1
    * For sphere geometries the intersection filter gets now
      invoked for front and back hit.
    * Fixed some bugs for quaternion motion blur.
    * RTCIntersectContext always non-const in Embree API
    * Made RTCHit aligned to 16 bytes in Embree API
  - update to version 3.7.0
    + Added quaternion motion blur for correct interpolation of
      rotational transformations.
    + Fixed wrong bounding calculations when a motion blurred
      instance did instantiate a motion blurred scene.
    + In robust mode the depth test consistently uses tnear <= t <=
      tfar now in order to robustly continue traversal at a previous
      hit point in a way that guarentees reaching all hits, even hits
      at the same place.
    + Fixed depth test in robust mode to be precise at tnear and
      tfar.
    + Added next_hit tutorial to demonstrate robustly collecting all
      hits along a ray using multiple ray queries.
    + Implemented robust mode for curves. This has a small
      performance impact but fixes bounding problems with flat
      curves.
    + Improved quality of motion blur BVH by using linear bounds
      during binning.
    + Implemented issue with motion blur builder where number of time
      segments for SAH heuristic were counted wrong due to some
      numerical issues.
    + Fixed an accuracy issue with rendering very short fat curves.
    + rtcCommitScene can now get called during rendering from
      multiple threads to lazily build geometry. When TBB is used
      this causes a much lower overhead than using
      rtcJoinCommitScene.
    + Geometries can now get attached to multiple scenes at the same
      time, which simplifies mapping general scene graphs to API.
    + Updated to TBB 2019.9 for release builds.
    + Fixed a bug in the BVH builder for Grid geometries.
    + Added macOS Catalina support to Embree releases.
* Fri Oct 11 2019 Adrian Schröter <adrian@suse.de>
  - update to version 3.6.1
    Added Catmull-Rom curve types.
    Added support for multi-level instancing.
    Added support for point queries.
    Fixed a bug preventing normal oriented curves being used unless timesteps were specified.
    Fixed bug in external BVH builder when configured for dynamic build.
    Added support for new config flag "user_threads=N" to device initialization
    which sets the number of threads used by TBB but created by the user.
    Fixed automatic vertex buffer padding when using rtcSetNewGeometry API function.
* Mon Sep 09 2019 Jan Engelhardt <jengelh@inai.de>
  - Trim marketing from description.
* Sun Sep 08 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Relax _constraints, and use memory-constraints/limit_build instead
  - Disable building for every arch but x86_64, as embree strictly requires
    at least SSE2.
  - Use FAT LTO objects in order to provide proper static library.
  - Use tbb-devel BuildRequires instead of cmake(TBB), the latter is not
    available in Leap 15.x
* Mon Jul 15 2019 Hans-Peter Jansen <hpj@urpla.net>
  - version 3.5.2: initial build

Files

/usr/include/embree3
/usr/include/embree3/rtcore.h
/usr/include/embree3/rtcore.isph
/usr/include/embree3/rtcore_buffer.h
/usr/include/embree3/rtcore_buffer.isph
/usr/include/embree3/rtcore_builder.h
/usr/include/embree3/rtcore_common.h
/usr/include/embree3/rtcore_common.isph
/usr/include/embree3/rtcore_config.h
/usr/include/embree3/rtcore_device.h
/usr/include/embree3/rtcore_device.isph
/usr/include/embree3/rtcore_geometry.h
/usr/include/embree3/rtcore_geometry.isph
/usr/include/embree3/rtcore_quaternion.h
/usr/include/embree3/rtcore_quaternion.isph
/usr/include/embree3/rtcore_ray.h
/usr/include/embree3/rtcore_ray.isph
/usr/include/embree3/rtcore_scene.h
/usr/include/embree3/rtcore_scene.isph
/usr/lib64/cmake/embree3
/usr/lib64/cmake/embree3/embree-config-version.cmake
/usr/lib64/cmake/embree3/embree-config.cmake
/usr/lib64/cmake/embree3/embree-targets-relwithdebinfo.cmake
/usr/lib64/cmake/embree3/embree-targets.cmake
/usr/lib64/cmake/embree3/lexers-targets-relwithdebinfo.cmake
/usr/lib64/cmake/embree3/lexers-targets.cmake
/usr/lib64/cmake/embree3/math-targets-relwithdebinfo.cmake
/usr/lib64/cmake/embree3/math-targets.cmake
/usr/lib64/cmake/embree3/simd-targets-relwithdebinfo.cmake
/usr/lib64/cmake/embree3/simd-targets.cmake
/usr/lib64/cmake/embree3/sys-targets-relwithdebinfo.cmake
/usr/lib64/cmake/embree3/sys-targets.cmake
/usr/lib64/cmake/embree3/tasking-targets-relwithdebinfo.cmake
/usr/lib64/cmake/embree3/tasking-targets.cmake
/usr/lib64/libembree3.a
/usr/lib64/liblexers.a
/usr/lib64/libmath.a
/usr/lib64/libsimd.a
/usr/lib64/libsys.a
/usr/lib64/libtasking.a
/usr/share/doc/packages/embree-devel-static
/usr/share/doc/packages/embree-devel-static/CHANGELOG.md
/usr/share/doc/packages/embree-devel-static/README.md
/usr/share/licenses/embree-devel-static
/usr/share/licenses/embree-devel-static/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 20:15:22 2024