17
0
Commit Graph

18 Commits

Author SHA256 Message Date
cef067ff26 Accepting request 1274855 from graphics
OBS-URL: https://build.opensuse.org/request/show/1274855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenImageDenoise?expand=0&rev=9
2025-05-06 14:43:13 +00:00
57de493a9f - Enable build on aarch64
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=16
2025-05-06 10:05:14 +00:00
0055ae8e6f Accepting request 1267741 from graphics
OBS-URL: https://build.opensuse.org/request/show/1267741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenImageDenoise?expand=0&rev=8
2025-04-08 15:51:30 +00:00
70b44d40da - Update to 2.3.3:
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=14
2025-04-07 16:18:25 +00:00
a77c174752 Accepting request 1171078 from graphics
OBS-URL: https://build.opensuse.org/request/show/1171078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenImageDenoise?expand=0&rev=7
2024-05-02 21:46:53 +00:00
8256c6f625 Accepting request 1171053 from home:darix:branches:graphics
The updated version needed for blender 4.1.1

The required ispc version is submitted in request 1171052.

OBS-URL: https://build.opensuse.org/request/show/1171053
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=12
2024-05-01 05:44:03 +00:00
101262f61b Accepting request 972019 from graphics
OBS-URL: https://build.opensuse.org/request/show/972019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenImageDenoise?expand=0&rev=6
2022-04-22 19:54:48 +00:00
307e3d078c Accepting request 971947 from home:susnux:branches:graphics
- Update to 1.4.3:
  + Disabled VTune profiling support of oneDNN kernels
- Update to 1.4.2:
  + Added support for 16-bit half-precision floating-point images
  + Added oidnGetBufferData and oidnGetBufferSize functions
  + Fixed performance issue on x86 hybrid architecture CPUs
  + Fixed build error when using OpenImageIO 2.3 or later

OBS-URL: https://build.opensuse.org/request/show/971947
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=10
2022-04-22 07:08:28 +00:00
bd6ed67b65 Accepting request 922293 from graphics
OBS-URL: https://build.opensuse.org/request/show/922293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenImageDenoise?expand=0&rev=5
2021-09-30 21:43:33 +00:00
c913d81517 Accepting request 921524 from home:frispete:blender
- Update to 1.4.1:
  + Fixed crash when in-place denoising images with certain unusual
    resolutions
  + Fixed compile error when building for Apple Silicon using some
    unofficial builds of ISPC
- Update to 1.4.0:
  + Improved fine detail preservation
  + Added the cleanAux filter parameter for further improving
    quality when the auxiliary feature (albedo, normal) images are
    noise-free
  + Added support for denoising auxiliary feature images, which can
    be used together with the new cleanAux parameter for improving
    quality when the auxiliary images are noisy (recommended for
    final frame denoising)
  + Normals are expected to be in the [-1, 1] range (but still do
    not have to be normalized)
  + Added the oidnUpdateFilterData function which must be called
    when the contents of an opaque data parameter bound to a filter
    (e.g. weights) has been changed after committing the filter
  + Added the oidnRemoveFilterImage and oidnRemoveFilterData
    functions for removing previously set image and opaque data
    parameters of filters
  + Reduced the overhead of oidnCommitFilter to zero in some cases
    (e.g. when changing already set image buffers/pointers or the
    inputScale parameter)
  + Reduced filter memory consumption by about 35%
  + Reduced total memory consumption significantly when using
    multiple filters that belong to the same device
  + Reduced the default maximum memory consumption to 3000 MB
  + Added the OIDN_FILTER_RT and OIDN_FILTER_RTLIGHTMAP CMake

OBS-URL: https://build.opensuse.org/request/show/921524
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=9
2021-09-30 07:44:23 +00:00
572bb9d67b Accepting request 830276 from graphics
OBS-URL: https://build.opensuse.org/request/show/830276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenImageDenoise?expand=0&rev=4
2020-09-25 14:28:07 +00:00
26db846213 Accepting request 830261 from home:dirkmueller:branches:graphics
- update to 1.2.2:
  * Fixed unhandled exception when canceling filter execution from the
    progress monitor callback function
  * Fixed tiling artifacts when in-place denoising (using one of the input
  * Fixed ghosting/color bleeding artifacts in black regions when using
  * Fixed error when building as a static library (`OIDN_STATIC_LIB` option)
  * Fixed compile error for ISPC 1.13 and later
  * Fixed minor TBB detection issues
  * Fixed crash on pre-SSE4 CPUs when using some recent compilers (e.g. GCC 10)
  * Link C/C++ runtime library dynamically on Windows too by default
  * Renamed example apps (`oidnDenoise`, `oidnTest`)
  * Added benchmark app (`oidnBenchmark`)
  * Fixed random data augmentation seeding in training
  * Fixed training warning with PyTorch 1.5 and later
  * Added neural network training code
  * Added support for specifying user-trained models at runtime
  * Slightly improved denoising quality
  * Improved denoising speed by about 7-38% (mostly depending on the compiler)
  * Added `OIDN_STATIC_RUNTIME` CMake option (for Windows only)
  * Added support for OpenImageIO to the example apps (disabled by default)
  * Added check for minimum supported TBB version
  * Find debug versions of TBB
  * Added testing

OBS-URL: https://build.opensuse.org/request/show/830261
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=7
2020-08-28 13:01:37 +00:00
ce597ac91c Accepting request 764957 from graphics
- Build only for x86_64 as it is the only supported platform (forwarded request 764919 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/764957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenImageDenoise?expand=0&rev=3
2020-01-16 17:23:07 +00:00
c5dd29e12c Accepting request 764919 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Build only for x86_64 as it is the only supported platform

OBS-URL: https://build.opensuse.org/request/show/764919
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=5
2020-01-16 12:04:38 +00:00
2a7e5784c7 Accepting request 755548 from graphics
OBS-URL: https://build.opensuse.org/request/show/755548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenImageDenoise?expand=0&rev=2
2019-12-10 21:44:50 +00:00
3f1054e07e Accepting request 755547 from home:frispete:blender
- add memory contraints: 8G

OBS-URL: https://build.opensuse.org/request/show/755547
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=3
2019-12-10 12:29:58 +00:00
06caaf342f Accepting request 750185 from graphics
This is a new dependency of Blender 2.81.

OBS-URL: https://build.opensuse.org/request/show/750185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenImageDenoise?expand=0&rev=1
2019-12-04 12:50:02 +00:00
b350226103 Accepting request 750155 from home:frispete:blender
The new Blender 2.81 dependency, now with Stefan's comments applied.

OBS-URL: https://build.opensuse.org/request/show/750155
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageDenoise?expand=0&rev=1
2019-11-21 19:25:17 +00:00