|
Upcoming Events
#cal-summary
osl-dev@... Upcoming Events OSL TSC meeting ( every other week )
When:
Thursday, October 27, 2022, 2:00pm to 3:00pm
(GMT-07:00) America/Los
osl-dev@... Upcoming Events OSL TSC meeting ( every other week )
When:
Thursday, October 27, 2022, 2:00pm to 3:00pm
(GMT-07:00) America/Los
|
By
Group Notification <noreply@...>
·
#5023
·
|
|
Re: Individual layer execution
This does ring some bells now. I think it was part of one of our big refactorings of shaders and we were thinking of exploring a model where the renderer would be able to pull on only certain outputs.
This does ring some bells now. I think it was part of one of our big refactorings of shaders and we were thinking of exploring a model where the renderer would be able to pull on only certain outputs.
|
By
Chris Kulla
·
#5022
·
|
|
Re: Individual layer execution
The only think I can think of is this:
execute() unconditionally executes all nodes that produce renderer outputs (which may in turn lazily execute upstream layers).
Maybe we thought that if different
The only think I can think of is this:
execute() unconditionally executes all nodes that produce renderer outputs (which may in turn lazily execute upstream layers).
Maybe we thought that if different
|
By
Larry Gritz
·
#5021
·
|
|
Individual layer execution
Per today's TSC meeting...
The PR that originally added the per-layer execution is this one from 2015: https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/553
Unfortunately, though
Per today's TSC meeting...
The PR that originally added the per-layer execution is this one from 2015: https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/553
Unfortunately, though
|
By
Larry Gritz
·
#5020
·
|
|
Now: OSL TSC meeting ( every other week ) - 10/13/2022
#cal-notice
OSL TSC meeting ( every other week )
When:
10/13/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
OSL TSC meeting ( every other week )
When:
10/13/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
|
By
Group Notification <noreply@...>
·
#5019
·
|
|
Event: OSL TSC meeting ( every other week ) - 10/13/2022
#cal-reminder
Reminder: OSL TSC meeting ( every other week )
When:
10/13/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
Reminder: OSL TSC meeting ( every other week )
When:
10/13/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
|
By
Group Notification <noreply@...>
·
#5018
·
|
|
Event: OSL TSC meeting ( every other week ) - 10/13/2022
#cal-reminder
Reminder: OSL TSC meeting ( every other week )
When:
10/13/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
Reminder: OSL TSC meeting ( every other week )
When:
10/13/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
|
By
Group Notification <noreply@...>
·
#5017
·
|
|
Event: OSL TSC meeting ( every other week ) - 10/13/2022
#cal-reminder
Reminder: OSL TSC meeting ( every other week )
When:
10/13/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
Reminder: OSL TSC meeting ( every other week )
When:
10/13/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
|
By
Group Notification <noreply@...>
·
#5016
·
|
|
Upcoming Events
#cal-summary
osl-dev@... Upcoming Events OSL TSC meeting ( every other week )
When:
Thursday, October 13, 2022, 2:00pm to 3:00pm
(GMT-07:00) America/Los
osl-dev@... Upcoming Events OSL TSC meeting ( every other week )
When:
Thursday, October 13, 2022, 2:00pm to 3:00pm
(GMT-07:00) America/Los
|
By
Group Notification <noreply@...>
·
#5015
·
|
|
Event: OSL TSC meeting ( every other week ) - 10/13/2022
#cal-reminder
Reminder: OSL TSC meeting ( every other week )
When:
10/13/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
Reminder: OSL TSC meeting ( every other week )
When:
10/13/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
|
By
Group Notification <noreply@...>
·
#5014
·
|
|
Re: Build failure on anything other than x86*
Thanks for the quick reply.
I will happily test this patch on any architecture I have access to.
- Leon
Thanks for the quick reply.
I will happily test this patch on any architecture I have access to.
- Leon
|
By
Leon Marz
·
#5013
·
|
|
Re: Build failure on anything other than x86*
I see, you are correct! It looks like there are a few places where the inclusion of certain headers that are specific to the SIMD batch shading should be guarded by `#if OSL_USE_BATCHED`.
I'll try to
I see, you are correct! It looks like there are a few places where the inclusion of certain headers that are specific to the SIMD batch shading should be guarded by `#if OSL_USE_BATCHED`.
I'll try to
|
By
Larry Gritz
·
#5012
·
|
|
Build failure on anything other than x86*
Hi,
I've noticed that with version 1.12.6.2 of osl only building on x86* architectures works.
The problem lies in src/include/OSL/mask.h with the inclusion of immintrin.h, the intel intrinsics.
I
Hi,
I've noticed that with version 1.12.6.2 of osl only building on x86* architectures works.
The problem lies in src/include/OSL/mask.h with the inclusion of immintrin.h, the intel intrinsics.
I
|
By
Leon Marz
·
#5011
·
|
|
Release: OSL v1.12.6.2 (new supported release family!)
OSL version 1.12 has been released! Officially tagged as "v1.12.6.2", we have also moved the "release" branch tag to this position. Henceforth, 1.12 is the supported production release family. The API
OSL version 1.12 has been released! Officially tagged as "v1.12.6.2", we have also moved the "release" branch tag to this position. Henceforth, 1.12 is the supported production release family. The API
|
By
Larry Gritz
·
#5010
·
|
|
Upcoming Events
#cal-summary
osl-dev@... Upcoming Events OSL TSC meeting ( every other week )
When:
Thursday, October 13, 2022, 2:00pm to 3:00pm
(GMT-07:00) America/Los
osl-dev@... Upcoming Events OSL TSC meeting ( every other week )
When:
Thursday, October 13, 2022, 2:00pm to 3:00pm
(GMT-07:00) America/Los
|
By
Group Notification <noreply@...>
·
#5009
·
|
|
Now: OSL TSC meeting ( every other week ) - 09/29/2022
#cal-notice
OSL TSC meeting ( every other week )
When:
09/29/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
OSL TSC meeting ( every other week )
When:
09/29/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
|
By
Group Notification <noreply@...>
·
#5008
·
|
|
Event: OSL TSC meeting ( every other week ) - 09/29/2022
#cal-reminder
Reminder: OSL TSC meeting ( every other week )
When:
09/29/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
Reminder: OSL TSC meeting ( every other week )
When:
09/29/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
|
By
Group Notification <noreply@...>
·
#5007
·
|
|
Event: OSL TSC meeting ( every other week ) - 09/29/2022
#cal-reminder
Reminder: OSL TSC meeting ( every other week )
When:
09/29/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
Reminder: OSL TSC meeting ( every other week )
When:
09/29/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
|
By
Group Notification <noreply@...>
·
#5006
·
|
|
Event: OSL TSC meeting ( every other week ) - 09/29/2022
#cal-reminder
Reminder: OSL TSC meeting ( every other week )
When:
09/29/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
Reminder: OSL TSC meeting ( every other week )
When:
09/29/2022
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
|
By
Group Notification <noreply@...>
·
#5005
·
|
|
OSL v1.12.6.1-RC1 release candidate
We have tagged the release candidate as "v1.12.6.1-RC1".
Changes since the beta:
* Fix overrunning allocation region in debug common_ancestor_between. #1577
* Fix bug where assigning an init-op param
We have tagged the release candidate as "v1.12.6.1-RC1".
Changes since the beta:
* Fix overrunning allocation region in debug common_ancestor_between. #1577
* Fix bug where assigning an init-op param
|
By
Larry Gritz
·
#5004
·
|