1
0
Ana Guerrero 2023-09-13 18:44:25 +00:00 committed by Git OBS Bridge
commit c9c00c9702
4 changed files with 26 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f82b705bd792f58d9a3917bcfd479cfafe1d8e1041e004e7e7baf0227bc1fcfa
size 20285435

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5fc9f4814c1ec927773b2236d126072c1d0bbc0f031841b82649ff4d29e9d7e
size 20286745

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 4 08:11:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.12.13.0:
* Fix constant float values being converted to ints
* Changes to support fmt 10.0
* Switch deprecated oiio simd names to modern
* Improve documentation of `trace` function
* README.md: added filmography and Siggraph OSL course
info.
* *docs* Amend the filmography
* *docs* Fix incorrect links in CONTRIBUTING
- update to 1.12.12.0:
* New ShadingSystem getattribute query for shader groups:
"attribute_types" retrieves a pointer to the array of
TypeDesc values describing the * attributes retrieved by
existing "attributes_needed" and
"attribute_scopes".
* Fix a bug with binding userdata when it's used by more than
one shader within the group and they disagree about whether
derivatives are needed when retrieving the attribute.
-------------------------------------------------------------------
Wed May 31 08:33:44 UTC 2023 - Hans-Peter Jansen <hpj@urpla.net>

View File

@ -23,7 +23,7 @@
%define oiio_major_minor_ver %(rpm -q --queryformat='%%{version}' OpenImageIO-devel | cut -d . -f 1-2)
Name: OpenShadingLanguage
Version: 1.12.10.0
Version: 1.12.13.0
Release: 0
Summary: A language for programmable shading
License: BSD-3-Clause