Skip to content

Commit

Permalink
update Embree version and changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freibold committed May 4, 2021
1 parent 5316883 commit 9baf008
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
## SPDX-License-Identifier: Apache-2.0

SET(EMBREE_VERSION_MAJOR 3)
SET(EMBREE_VERSION_MINOR 12)
SET(EMBREE_VERSION_PATCH 3)
SET(EMBREE_VERSION_MINOR 13)
SET(EMBREE_VERSION_PATCH 0)
SET(EMBREE_VERSION_NOTE "-alpha.0")

SET(EMBREE_VERSION ${EMBREE_VERSION_MAJOR}.${EMBREE_VERSION_MINOR}.${EMBREE_VERSION_PATCH})
Expand Down
4 changes: 3 additions & 1 deletion doc/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Version History
---------------

### Embree 3.12.3
### Embree 3.13.0
- Added support for Apple M1 CPUs.
- RTC_SUBDIVISION_MODE_NO_BOUNDARY now works properly for non-manifold edges.
- CMake target 'uninstall' is not defined if it already exists.
- 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
- TBB dll is automatically copied into build folder after build on windows.

### Embree 3.12.2
- Fixed wrong uv and Ng for grid intersector in robust mode for AVX.
Expand Down

0 comments on commit 9baf008

Please sign in to comment.