-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Intel.OSPRay version 3.1.0 (#142026)
* New version: Intel.OSPRay version 3.1.0 * Update Intel.OSPRay.installer.yaml
- Loading branch information
Tejas Mate
authored
Mar 6, 2024
1 parent
1229bd2
commit 12fb1e0
Showing
3 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
manifests/i/Intel/OSPRay/3.1.0/Intel.OSPRay.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Created with komac v2.1.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: Intel.OSPRay | ||
PackageVersion: 3.1.0 | ||
InstallerLocale: en-US | ||
InstallerType: wix | ||
ProductCode: '{9D64D525-2603-4E8C-9108-845A14630100}' | ||
ReleaseDate: 2024-02-22 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/ospray/ospray/releases/download/v3.1.0/ospray-3.1.0.x86_64.windows.msi | ||
InstallerSha256: 0906048A1F58E74EEB397B1314E59F159C04C41291BBC23ED2F6D7D76C36B0C4 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
46 changes: 46 additions & 0 deletions
46
manifests/i/Intel/OSPRay/3.1.0/Intel.OSPRay.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Created with komac v2.1.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: Intel.OSPRay | ||
PackageVersion: 3.1.0 | ||
PackageLocale: en-US | ||
Publisher: Intel Corporation | ||
PublisherUrl: https://github.com/ospray | ||
PublisherSupportUrl: https://github.com/ospray/ospray/issues | ||
Author: Intel Corporation | ||
PackageName: OSPRay | ||
PackageUrl: https://github.com/ospray/ospray | ||
License: Apache-2.0 | ||
LicenseUrl: https://github.com/ospray/ospray/blob/HEAD/LICENSE.txt | ||
ShortDescription: An Open, Scalable, Portable, Ray Tracing Based Rendering Engine for High-Fidelity Visualization. | ||
Tags: | ||
- c-plus-plus | ||
- ospray | ||
- path-tracer | ||
- ray-tracing | ||
- rendering | ||
- visualization | ||
ReleaseNotes: |- | ||
- Principled and Luminous materials support emissive textures | ||
- Add native support for disc and oriented disc geometry | ||
- Add support for mirror repeat and clamp to edge texture wrap modes | ||
- GPU device now also supports motion blur | ||
- Improve noise in reflections of ThinGlass | ||
- Improve adaptive accumulation: working with GPU, fix correlations | ||
- Fix indirectly seen albedo and normal buffer | ||
- Fix artifacts when using specular texture for Principled | ||
- Fixes for PixelFilter | ||
- Parameter was ignored (always using the default Gaussian) | ||
- Avoid a shift/misalignment within the pixel for first sample | ||
- Fix empty image on Windows when focusDistance=0 | ||
- Fix missing SDK headers for ISPCDevice* | ||
- The new minimum versions of dependencies: | ||
- Embree v4.3.1 | ||
- Open VKL v2.0.1 | ||
- Open Image Denoise v2.2 (better quality with fine details, support AArch64 CPU on Linux) | ||
- ISPCRT v1.23.0 (uses environment variable ISPCRT_GPU_DRIVER to select GPU to run on when multiple (i)GPUs are present) | ||
- rkcommon v1.13.0 (fixes crash using GPU and emissive geometry) | ||
ReleaseNotesUrl: https://github.com/ospray/ospray/releases/tag/v3.1.0 | ||
InstallationNotes: This is a compiler library package. Please try importing header files with compiler toolchains. | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with komac v2.1.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: Intel.OSPRay | ||
PackageVersion: 3.1.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |