Fix #114661: Incorrect display of Rec.1886 and Rec. 2020 view transforms

Seems that the ExponentWithLinearTransform with offset=0 does not render
properly on GPU on Apply Silicon GPUs. Likely, it is possible to use plain
ExponentTransform in this case, which should also be faster.

Candidate for 4.0.1 corrective release.

Pull Request: https://projects.blender.org/blender/blender/pulls/114853
This commit is contained in:
Sergey Sharybin 2023-11-16 09:47:49 +01:00 committed by Sergey Sharybin
parent 578b479998
commit fa0d3d2b58
1 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ colorspaces:
from_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: Linear CIE-XYZ E, dst: Linear Rec.709}
- !<ExponentWithLinearTransform> {gamma: 2.4, offset: 0, direction: inverse}
- !<ExponentTransform> {value: 2.4, direction: inverse}
- !<ColorSpace>
name: Rec.2020
@ -241,7 +241,7 @@ colorspaces:
from_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: Linear CIE-XYZ E, dst: Linear Rec.2020}
- !<ExponentWithLinearTransform> {gamma: 2.4, offset: 0, direction: inverse}
- !<ExponentTransform> {value: 2.4, direction: inverse}
- !<ColorSpace>
name: Non-Color