Skip to content

Commit e398d6b

Browse files
authored
Feature/task 771 not ignore self shadow (#62)
* Disabled "Ignore Self Shadow" for HDRP Raytrace shadow. * recreated 2020.3 hdrp test proejct based on 2019.4. * fixed typo dx11 play mode for dx12 tests in some .yml files. [skip ci] * Reverted ShaderPassForwardUTS.hlml as some tests doesn't go well if UseScreenSpaceShadow(light, bsdfData.normalWS) is removed. * Added UtsUseScreenSpaceShadow() in ShadowPassForwardUTS.hlsl. * Fixed: Shader compilation errors in UtsUseScreenSpaceShadow() * rebalanced server to test Co-authored-by: Toshiyuki Mori <[email protected]>
1 parent 3d478df commit e398d6b

File tree

1,378 files changed

+90863
-104855
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,378 files changed

+90863
-104855
lines changed

.yamato/win_dx12-hdrp-2020.3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ unity_versions:
99
---
1010
{% for test_project in test_projects %}
1111
{% for unity_version in unity_versions %}
12-
{{ test_project.name }}_Win_DX11_playmode_{{ unity_version.name }}:
12+
{{ test_project.name }}_Win_DX12_playmode_{{ unity_version.name }}:
1313
name: {{ test_project.name }} on Win_DX11_playmode on version {{ unity_version.name }}
1414
agent:
1515
type: Unity::VM::GPU

.yamato/win_dx12-hdrp-2021.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ unity_versions:
99
{% for test_project in test_projects %}
1010
{% for unity_version in unity_versions %}
1111
{{ test_project.name }}_Win_DX11_playmode_{{ unity_version.name }}:
12-
name: {{ test_project.name }} on Win_DX11_playmode on version {{ unity_version.name }}
12+
name: {{ test_project.name }} on Win_DX12_playmode on version {{ unity_version.name }}
1313
agent:
1414
type: Unity::VM::GPU
1515
image: graphics-foundation/win10-dxr:stable

.yamato/win_vulkan-hdrp-2019.4.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ unity_versions:
1313
agent:
1414
type: Unity::VM::GPU
1515
image: graphics-foundation/win10-dxr:stable
16-
flavor: b1.large
16+
image: graphics-foundation/win10-dxr:stable
17+
flavor: b1.xlarge
18+
model: rtx2080
1719
variables:
1820
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
1921
dependencies:

.yamato/win_vulkan-hdrp-2020.3.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ unity_versions:
1414
agent:
1515
type: Unity::VM::GPU
1616
image: graphics-foundation/win10-dxr:stable
17-
flavor: b1.large
17+
flavor: b1.xlarge
18+
model: rtx2080
1819
variables:
1920
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2021
dependencies:

.yamato/win_vulkan-hdrp-2021.2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ unity_versions:
1313
agent:
1414
type: Unity::VM::GPU
1515
image: graphics-foundation/win10-dxr:stable
16-
flavor: b1.large
16+
flavor: b1.xlarge
17+
model: rtx2080
1718
variables:
1819
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
1920
dependencies:

.yamato/win_vulkan-legacy-2019.4.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ unity_versions:
1616
agent:
1717
type: Unity::VM::GPU
1818
image: graphics-foundation/win10-dxr:stable
19-
flavor: b1.large
19+
flavor: b1.xlarge
20+
model: rtx2080
2021
variables:
2122
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2223
dependencies:

.yamato/win_vulkan_urp-2019.4.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ unity_versions:
1616
agent:
1717
type: Unity::VM::GPU
1818
image: graphics-foundation/win10-dxr:stable
19-
flavor: b1.large
19+
flavor: b1.xlarge
20+
model: rtx2080
2021
variables:
2122
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2223
dependencies:

TestProjects/HdrpGraphicsTest-2020.3/Assets/Animations.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TestProjects/HdrpGraphicsTest-2020.3/Assets/Animations/DoorLeft.anim.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)