Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Open Shading Language Project. -->

Release 1.15 (Oct?? ??, 2026) -- compared to 1.15
-------------------------------------------------------------

### New minimum dependencies, toolchain, and compatibility changes:

### ✏️ OSL Language, standard library, and oslc compiler (for shader writers):

### ⛰️ API changes and new ShadingSystem features (for renderer writers):

### ☀️ testshade/testrender/osltoy improvements

### 🚀 SIMD batched shading mode

### 🚀 OptiX GPU rendering

### 🐛/🔧 Internals: fixes, improvements, and developer concerns

### 🏗 Build/test/CI and platform ports
* CMake build system and scripts:
* Dependency version support:
* Testing and Continuous integration (CI) systems:
* Platform support:

### 📚 Documentation

### 🏢 Project Administration


---

---




Release 1.15 (Dec ??, 2025) -- compared to 1.14
-------------------------------------------------------------
- Beta 1: Dec 8, 2025
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required (VERSION 3.19)

set (OSL_VERSION "1.15.0.0")
set (OSL_VERSION "1.16.0.0")
set (OSL_VERSION_OVERRIDE "" CACHE STRING
"Version override (use with caution)!")
mark_as_advanced (OSL_VERSION_OVERRIDE)
Expand Down