File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed
Expand file tree Collapse file tree 2 files changed +36
-1
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.15 (Oct?? ??, 2026) -- compared to 1.15
5+ -------------------------------------------------------------
6+
7+ ### New minimum dependencies, toolchain, and compatibility changes:
8+
9+ ### ✏️ OSL Language, standard library, and oslc compiler (for shader writers):
10+
11+ ### ⛰️ API changes and new ShadingSystem features (for renderer writers):
12+
13+ ### ☀️ testshade/testrender/osltoy improvements
14+
15+ ### 🚀 SIMD batched shading mode
16+
17+ ### 🚀 OptiX GPU rendering
18+
19+ ### 🐛/🔧 Internals: fixes, improvements, and developer concerns
20+
21+ ### 🏗 Build/test/CI and platform ports
22+ * CMake build system and scripts:
23+ * Dependency version support:
24+ * Testing and Continuous integration (CI) systems:
25+ * Platform support:
26+
27+ ### 📚 Documentation
28+
29+ ### 🏢 Project Administration
30+
31+
32+ ---
33+
34+ ---
35+
36+
37+
38+
439Release 1.15 (Dec ??, 2025) -- compared to 1.14
540-------------------------------------------------------------
641- Beta 1: Dec 8, 2025
Original file line number Diff line number Diff line change 44
55cmake_minimum_required (VERSION 3.19)
66
7- set (OSL_VERSION "1.15 .0.0" )
7+ set (OSL_VERSION "1.16 .0.0" )
88set (OSL_VERSION_OVERRIDE "" CACHE STRING
99 "Version override (use with caution)!" )
1010mark_as_advanced (OSL_VERSION_OVERRIDE)
You can’t perform that action at this time.
0 commit comments