forked from pool/OpenShadingLanguage
Accepting request 1108806 from home:dirkmueller:Factory
- 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. OBS-URL: https://build.opensuse.org/request/show/1108806 OBS-URL: https://build.opensuse.org/package/show/graphics/OpenShadingLanguage?expand=0&rev=56
This commit is contained in:
parent
ada45e2bd9
commit
5ffb47f36e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f82b705bd792f58d9a3917bcfd479cfafe1d8e1041e004e7e7baf0227bc1fcfa
|
||||
size 20285435
|
3
OpenShadingLanguage-1.12.13.0.tar.gz
Normal file
3
OpenShadingLanguage-1.12.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5fc9f4814c1ec927773b2236d126072c1d0bbc0f031841b82649ff4d29e9d7e
|
||||
size 20286745
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user