Skip to content

Commit a1667c8

Browse files
committed
updated documentation for v2.9.0 release
1 parent 2eb7572 commit a1667c8

3 files changed

Lines changed: 304 additions & 154 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Version History
22
---------------
33

4+
### New Features in Embree 2.9.0
5+
6+
- Improved shadow ray performance (10--100% depending on the scene).
7+
- Added initial support for ray streams (10--30% higher performance
8+
depending on ray coherence in the stream).
9+
- Added support to calculate second order derivatives using the
10+
`rtcInterpolate2` function.
11+
- Changed the parametrization for triangular subdivision faces to
12+
the same scheme used for pentagons.
13+
- Added support to query the Embree configuration using the
14+
`rtcDeviceGetParameter` function.
15+
16+
### New Features in Embree 2.8.1
17+
18+
- Added support for setting per geometry tessellation rate (supported
19+
for subdivision and bezier geometries).
20+
- Added support for motion blurred instances.
21+
422
### New Features in Embree 2.8.0
523

624
- Added support for line segment geometry.
@@ -39,7 +57,7 @@ Version History
3957
- Fixed bug in tesselation cache that caused crashes for subdivision
4058
surfaces.
4159
- Fixed bug in internal task scheduler that caused deadlocks when
42-
using rtcCommitThread.
60+
using `rtcCommitThread`.
4361
- Improved hit-distance accuracy for thin triangles in robust mode.
4462
- Added support to disable ray packet support in cmake.
4563

@@ -140,7 +158,7 @@ Version History
140158

141159
- Improved mixed AABB/OBB-BVH for hair geometry (Xeon Phi)
142160
- Reduced amount of pre-allocated memory for BVH builders (Xeon Phi)
143-
- New 64\ bit Morton code-based BVH builder (Xeon Phi)
161+
- New 64 bit Morton code-based BVH builder (Xeon Phi)
144162
- (Enhanced) Morton code-based BVH builders use now tree rotations to
145163
improve BVH quality (Xeon Phi)
146164
- Bug fixes (Xeon and Xeon Phi)
@@ -201,18 +219,18 @@ Version History
201219
BVH rebuild performance (including triangle accel generation, excluding
202220
memory allocation) for scenes with 2--12 million triangles:
203221

204-
- Intel® Core™ i7 (Haswell-based CPU, 4 cores @ 3.0\ GHz)
222+
- Intel® Core™ i7 (Haswell-based CPU, 4 cores @ 3.0 GHz)
205223
- 7--8 million triangles/s for the SAH-based BVH builder
206224
- 30--36 million triangles/s for the Morton code-based BVH builder
207225
- Intel® Xeon Phi™ 7120
208226
- 37--40 million triangles/s for the SAH-based BVH builder
209227
- 140--160 million triangles/s for the Morton code-based BVH
210228
builder
211229

212-
Rendering of the Crown model (`crown.ecs`) with 4\ samples per pixel
230+
Rendering of the Crown model (`crown.ecs`) with 4 samples per pixel
213231
(`-spp 4`):
214232

215-
- Intel® Core™ i7 (Haswell-based CPU, 4 cores CPU @ 3.0\ GHz)
233+
- Intel® Core™ i7 (Haswell-based CPU, 4 cores CPU @ 3.0 GHz)
216234
- 1024×1024 resolution: 7.8 million rays per sec
217235
- 1920×1080 resolution: 9.9 million rays per sec
218236
- Intel® Xeon Phi™ 7120

0 commit comments

Comments
 (0)