Commit 7f764e0
[11.x.x] Batch of PRs (#2390)
* Merge of #2283
commit 4168f84
Author: thomas-zeng <[email protected]>
Date: Thu Oct 22 10:53:27 2020 -0700
Fixed typo.
Updated CHANGELOG.md
commit d9b0581
Merge: 53b2082 8bc58a4
Author: thomas-zeng <[email protected]>
Date: Thu Oct 22 10:50:33 2020 -0700
Merge branch 'master' of https://github.com/Unity-Technologies/Graphics into universal/xr/fix-mirror-view-convention
commit 53b2082
Author: thomas-zeng <[email protected]>
Date: Mon Oct 19 16:47:33 2020 -0700
Fixed mirror view shader reading wrong viewport region from the eye textures.
* Merge of #2253
commit e5e780c
Author: Elvar Örn Unnþórsson <[email protected]>
Date: Fri Oct 16 10:53:25 2020 +0200
Hide warnings about mismatched particle normals
We always include vertex normals by default when building particle data, so users can switch between lit + unlit shaders without any extra config changes.
This causes the standard particle gui to complain, but we should hide this error.
# Conflicts:
# com.unity.render-pipelines.universal/CHANGELOG.md
* Merge of #2222
commit bfb132b
Author: thomas-zeng <[email protected]>
Date: Tue Oct 13 16:45:52 2020 -0700
Fixed camera matrix not restored after modification.
* Merge of #2284
commit 502a242
Merge: 2c742d8 acaf95d
Author: Nigel John Williams <[email protected]>
Date: Thu Oct 22 13:30:58 2020 +0200
Merge branch 'master' into universal/sun-source-light-type
commit 2c742d8
Merge: 00042cb 4acb87d
Author: nigeljw-unity <[email protected]>
Date: Tue Oct 20 11:52:38 2020 +0200
Merge branch 'master' into universal/sun-source-light-type
commit 00042cb
Author: nigeljw-unity <[email protected]>
Date: Tue Oct 20 11:16:20 2020 +0200
Fix sun source warning text
Changed sun source warning message to explicitly specify light window's environment settings.
commit 489e90f
Author: nigeljw-unity <[email protected]>
Date: Tue Oct 20 11:00:56 2020 +0200
Fix code comment about sun light
Corrected legacy code comment about sun light for selection of main light.
commit 51e3147
Author: Nigel John Williams <[email protected]>
Date: Fri Oct 16 16:50:03 2020 +0200
Restrict sun source to only directional lights and display warning message if user changes the sun light type.
* Merge of #2135
commit 6633ec9
Author: thomas-zeng <[email protected]>
Date: Tue Oct 20 16:30:22 2020 -0700
Updated CHANGELOG.md.
commit 7078aa1
Merge: a706832 52ec802
Author: thomas-zeng <[email protected]>
Date: Tue Oct 20 16:28:14 2020 -0700
Merge branch 'master' of https://github.com/Unity-Technologies/Graphics into universal/xr/clamp-msaa
commit a706832
Author: thomas-zeng <[email protected]>
Date: Thu Oct 8 10:34:38 2020 -0700
Added next power of 2 logic and clamp logic to XR msaa setter.
* Added missing changelog for #2284
Co-authored-by: Nigel John Williams <[email protected]>1 parent df74ad8 commit 7f764e0
File tree
7 files changed
+59
-12
lines changed- com.unity.render-pipelines.universal
- Editor
- ShaderGUI
- Runtime
- Passes
- XR
- Shaders/XR
7 files changed
+59
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
349 | 365 | | |
350 | 366 | | |
351 | 367 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
114 | 121 | | |
115 | 122 | | |
116 | 123 | | |
| |||
141 | 148 | | |
142 | 149 | | |
143 | 150 | | |
144 | | - | |
145 | 151 | | |
146 | 152 | | |
147 | 153 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
| |||
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1017 | 1017 | | |
1018 | 1018 | | |
1019 | 1019 | | |
1020 | | - | |
1021 | | - | |
1022 | | - | |
1023 | | - | |
1024 | | - | |
| 1020 | + | |
1025 | 1021 | | |
1026 | | - | |
1027 | | - | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
1028 | 1032 | | |
1029 | 1033 | | |
1030 | 1034 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
89 | 95 | | |
90 | 96 | | |
91 | 97 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| |||
0 commit comments