7 Commits

Author SHA256 Message Date
d3b1cfec60 Accepting request 1032950 from home:StefanBruens:branches:graphics
- Build embree as shared library, blender no longer requires a
  static library build.
- Reduce memory constraints, use limit_build to avoid build
  failures due to OOM.
- Fix build on ARM (gh#embree/embree#383, gh#embree/embree#410)

OBS-URL: https://build.opensuse.org/request/show/1032950
OBS-URL: https://build.opensuse.org/package/show/graphics/embree?expand=0&rev=29
2022-11-02 21:57:07 +00:00
d88638ecbc Accepting request 972778 from home:Guillaume_G:branches:graphics
- Update _constraints for aarch64

OBS-URL: https://build.opensuse.org/request/show/972778
OBS-URL: https://build.opensuse.org/package/show/graphics/embree?expand=0&rev=25
2022-04-26 10:21:05 +00:00
29f78e1d39 Accepting request 972399 from home:frispete:blender
- 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.

OBS-URL: https://build.opensuse.org/request/show/972399
OBS-URL: https://build.opensuse.org/package/show/graphics/embree?expand=0&rev=23
2022-04-24 19:56:43 +00:00
b8b545f5ba Accepting request 831259 from home:frispete:blender
- raise limits to 24G, since this version uses up to 22,6G on TW 
  for build (16,7G on 15.2)

- 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

OBS-URL: https://build.opensuse.org/request/show/831259
OBS-URL: https://build.opensuse.org/package/show/graphics/embree?expand=0&rev=12
2020-09-01 16:31:58 +00:00
60ccd79dd0 Accepting request 828204 from home:marxin:memory-constraint
- Use memory limit as the build is dominated by 2 huge gas runs.

OBS-URL: https://build.opensuse.org/request/show/828204
OBS-URL: https://build.opensuse.org/package/show/graphics/embree?expand=0&rev=10
2020-08-20 15:12:56 +00:00
2b62e8cc0c Accepting request 729265 from home:StefanBruens:branches:graphics
Sanitize _constraints

OBS-URL: https://build.opensuse.org/request/show/729265
OBS-URL: https://build.opensuse.org/package/show/graphics/embree?expand=0&rev=2
2019-09-08 19:39:41 +00:00
0f57074e90 Accepting request 724736 from home:frispete:blender
Take two of embree submission, addressing Stefans comments
here as well.

OBS-URL: https://build.opensuse.org/request/show/724736
OBS-URL: https://build.opensuse.org/package/show/graphics/embree?expand=0&rev=1
2019-08-26 09:32:34 +00:00