File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 11<!-- SPDX-License-Identifier: CC-BY-4.0 -->
22<!-- Copyright Contributors to the Open Shading Language Project. -->
33
4- Release 1.11.9 -- 1 Nov? 2020 (compared to 1.11.8)
4+ Release 1.11.9 -- 1 Nov 2020 (compared to 1.11.8)
55---------------------------------------------------
6+ * Build properly against Cuda 11 and OptiX 7.1. #1232
7+ * Windows compile fixes. #1263 #1285
8+ * PugiXML build fixes on some systems. #1262
9+ * Fix asymptomatic potential runtime optimizer bug where certain
10+ multi-component values were not correctly recognized as nonzero. #1266
11+ * Fix false positive with "debug_uninit" where certain while loops might be
12+ flagged as using uninitialized values when in fact they were not. #1252
13+ * Slightly optimize by not copying output params to layers that will not be
14+ used. #1253
15+ * Internals: use the ` final ` keyword in certain internal classes where
16+ applicable. #1260
17+ * Cuda/OptiX back end: Add ` __CUDADEVRT_INTERNAL__ ` define to bitcode
18+ generation, needed to avoid duplicate cudaMalloc symbols with CUDA9+ #1271
19+ * Fix build break against recent OIIO master change where m_mutex field was
20+ removed from ImageInput. #1281
621
722Release 1.11.8 -- 1 Oct 2020 (compared to 1.11.7)
823---------------------------------------------------
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ Films using OSL (grouped by year of release date):
332332 The Kid Who Would Be King,
333333 Alita: Battle Angel,
334334 Lego Movie 2,
335- Lucky 13,
335+ Lucky 13 (Love, Death, and Robots) ,
336336 Captain Marvel,
337337 Triple Frontier,
338338 Avengers: Endgame,
@@ -360,6 +360,10 @@ Films using OSL (grouped by year of release date):
360360 Greyhound,
361361 The Old Guard,
362362 Mulan,
363+ Tenet,
364+ The New Mutants,
365+ The Eight Hundred,
366+ Over the Moon,
363367 ...
364368
365369
You can’t perform that action at this time.
0 commit comments