Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Emissive Color Override Debug Display (Case 1313123) #3602

Merged
merged 93 commits into from
Mar 1, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
93 commits
Select commit Hold shift + click to select a range
b9da5fa
Hd/fix 1299116 tesselation cull (#3057)
kecho Jan 14, 2021
5b57f64
Change the source value for the ray tracing frame index iterator from…
anisunity Jan 14, 2021
b21345b
[HDRP] Added a RenderGraph pass that resets the camera size after the…
alelievr Jan 14, 2021
9581f38
Fix Light Intensity UI Prefab Override Application (1299563) (#3061)
johnpars Jan 14, 2021
525ebf5
Fix Undo/Redo Stability for Light Temperature (1304176, 1301076) (#3079)
johnpars Jan 14, 2021
8007c48
Fix labels style (#3046)
adrien-de-tocqueville Jan 14, 2021
2df0185
Fixed side effect on styles during compositor rendering. (#3081)
adrien-de-tocqueville Jan 14, 2021
bf833ce
[HDRP][Compositor] Fix size and spacing of compositor info boxes (#3101)
pmavridis Jan 14, 2021
7be5e6c
[HDRP][Compositor] Fix color picker UI glitch in the Graphics Composi…
pmavridis Jan 14, 2021
6413dc6
Fix 1299233 ies resize bug (#3094)
skhiat Jan 14, 2021
8998567
filter for xbone addded (#3116)
martint-unity Jan 15, 2021
027cb37
[Yamato] Enable cache server for standalone build jobs (#3106)
sophiaaar Jan 15, 2021
6429445
Fix undo redo on layered lit editor (#3059)
adrien-de-tocqueville Jan 15, 2021
d910dc8
Merge branch 'master' into hd/bugfix
sebastienlagarde Jan 15, 2021
9c216c8
[HDRP] Added Vulkan install in system requirements (#3122)
alelievr Jan 15, 2021
8dbde86
[HDRP] Fix issue with compositor related custom passes (#3055)
pmavridis Jan 15, 2021
a5a6590
Fixed some render texture leaks. (#3050)
JulienIgnace-Unity Jan 15, 2021
229f3e8
Hd/fix wizard runtime resources (#3123)
RSlysz Jan 15, 2021
0a42f9b
[HDRP] Fixed lookdev reload bug when viewing a scene object (#3108)
alelievr Jan 15, 2021
eb1d074
[HDRP] Fix error in Depth Of Field near radius blur calculation (#3131)
pmavridis Jan 15, 2021
22b5b7f
[HDRP] Fix GC allocs (#3136)
pmavridis Jan 15, 2021
8cd8fe6
Revert: Fix 1299233 ies resize bug (#3094)
sebastienlagarde Jan 15, 2021
9bcb75f
Merge branch 'master' into hd/bugfix
sebastienlagarde Jan 16, 2021
31defd2
Merge branch 'master' into hd/bugfix
sebastienlagarde Jan 16, 2021
6dffbc8
Hide light shadow near plane gizmo when shadows are disabled (#3114)
adrien-de-tocqueville Jan 16, 2021
9ba9620
Hd/fix backplate globalcubemap2 (#3111)
JulienIgnace-Unity Jan 18, 2021
b4214a4
[HDRP][Path Tracing] Added alpha channel to path traced results (#3127)
eturquin Jan 18, 2021
feb0fe0
Doc update (#3160)
JulienIgnace-Unity Jan 18, 2021
d315646
Merge branch 'master' into hd/bugfix
sebastienlagarde Jan 18, 2021
f9c97c1
Fix various shader warnings (#3158)
FrancescoC-unity Jan 18, 2021
316d6a6
Update Override-Screen-Space-GI.md
sebastienlagarde Jan 18, 2021
be8f685
Fixed shadow matte not working with ambient occlusion when MSAA is en…
sebastienlagarde Jan 18, 2021
44ba81f
Merge branch 'master' into hd/bugfix
sebastienlagarde Jan 18, 2021
4de9b07
Update HDLightUI.cs (#3203)
sebastienlagarde Jan 20, 2021
1557004
[HDRP] fix nullref when chaging RP from HDRP to URP (#3191)
alelievr Jan 20, 2021
acd6199
fix case 1307653 (#3205)
sebastienlagarde Jan 20, 2021
f18d053
Merge branch 'master' into hd/bugfix
sebastienlagarde Jan 21, 2021
abd7de7
Fix LookDev env library assignment after leaving playmode. (#3214)
JulienIgnace-Unity Jan 21, 2021
6349ef2
Update Hair Shader Preset Documentation (#3208)
johnpars Jan 21, 2021
cace53e
[HDRP] Fix locale diffusion profile shader property value in ShaderGr…
alelievr Jan 21, 2021
760837b
Fix error in the RTHandle scale of Depth Of Field when TAA is enabled…
pmavridis Jan 21, 2021
3f480bd
Reset to current quality settings after preprocess build in HDRP (#3218)
jenniferd-unity Jan 21, 2021
4c7dfb6
Merge branch 'master' into hd/bugfix
sebastienlagarde Jan 21, 2021
3b4b1fb
Have bilinear default (#3223)
FrancescoC-unity Jan 21, 2021
a890c49
Merge branch 'master' into hd/bugfix
sebastienlagarde Feb 1, 2021
4477283
Update CHANGELOG.md
sebastienlagarde Feb 1, 2021
3112950
Added missing character to the layered lit document (#3310)
JordanL8 Feb 1, 2021
ac55059
Fix needs of exposure for debug display "SSR Transparent" (#3308)
skhiat Feb 1, 2021
bc0aa7d
[HDRP] Fix GUI exception in material UI (#3315)
alelievr Feb 1, 2021
c34ba38
[HDRP] Update decal angle fade tooltip (#3322)
alelievr Feb 1, 2021
1f827f1
Mention in TAA doc that a certain use case will lead to problems. (#3…
FrancescoC-unity Feb 1, 2021
fe86016
Hide shadow resolution value (#3335)
adrien-de-tocqueville Feb 1, 2021
7a6ec1e
Bump timer of 2nd runtime test to make it work on all platforms. (#3…
FrancescoC-unity Feb 2, 2021
b84c14b
Fix light frustum planes (#3341)
adrien-de-tocqueville Feb 2, 2021
2cc4b51
Project skybox without perspective for ortho cameras (#2955)
adrien-de-tocqueville Feb 2, 2021
1c9a0ff
Fix non temporal SSAO issues with the rendergraph pass (#3351)
FrancescoC-unity Feb 2, 2021
b648896
Merge branch 'master' into hd/bugfix
sebastienlagarde Feb 2, 2021
4338bc4
Reset ambient probe upon switching to very different skies (#3340)
FrancescoC-unity Feb 2, 2021
0c56c5f
Fix white flash on camera cuts with volumetric (#3354)
FrancescoC-unity Feb 3, 2021
43e6d15
Fix issues with light layers issues when editing multiple lights (#3323)
FrancescoC-unity Feb 3, 2021
bd1934f
Maximum of reflection distance must be bound by the min of all dimens…
kecho Feb 3, 2021
e813067
Fixed debug panel reseting when going through enum items (#3370)
JulienIgnace-Unity Feb 3, 2021
317f976
Fix keywords with fbx importer (#3350)
adrien-de-tocqueville Feb 4, 2021
b480510
Fixed lightmaps not working properly with shader graphs in ray traced…
anisunity Feb 4, 2021
ff57004
revert: Reset ambient probe upon switching to very different skies (#…
sebastienlagarde Feb 4, 2021
8250779
Merge branch 'master' into hd/bugfix
sebastienlagarde Feb 5, 2021
f41f5cf
Hdrp/fix tesselation wireframe (#3355)
kecho Feb 5, 2021
ab6fc9e
Adding missing meta from HDRP_test
sebastienlagarde Feb 8, 2021
0923df0
Hd/fix input registering domain reload (#3373)
RSlysz Feb 8, 2021
14bb032
Merge branch 'master' into hd/bugfix
sebastienlagarde Feb 10, 2021
53be5eb
Fix nullref (#3460)
adrien-de-tocqueville Feb 10, 2021
5d7fb34
Merge branch 'master' into hd/bugfix
sebastienlagarde Feb 11, 2021
7655f87
Fix DepthOfField CoC debug view (#3466)
FrancescoC-unity Feb 11, 2021
890195a
Fixed an issue with first frame of ao causing some kind of ghosting e…
JulienIgnace-Unity Feb 12, 2021
78864e9
Fix mipmap generation internal format (#3470)
pmavridis Feb 12, 2021
4402cf2
Change wizard check to be ok with -force api (#3422)
FrancescoC-unity Feb 12, 2021
cac2a5a
Merge branch 'master' into hd/bugfix
sebastienlagarde Feb 14, 2021
4ec6ec4
Delete Volumes.meta
sebastienlagarde Feb 14, 2021
24fa85c
revert: Hd/fix input registering domain reload #3373
sebastienlagarde Feb 14, 2021
9160de3
update Vulkan win reference screenshots
sebastienlagarde Feb 14, 2021
c11fb81
Merge branch 'master' into hd/bugfix
sebastienlagarde Feb 14, 2021
e1d44d1
Fixed performance issue with ShaderGraph and Alpha Test
sebastienlagarde Feb 14, 2021
b0aaf41
Fixed dimensionality of a couple vectors (from 3 to 2). (#3395)
eturquin Feb 15, 2021
0ef72d6
Fix error when increasing the maximum planar reflection limit (#3332)
pmavridis Feb 17, 2021
0818713
Updated documentation of RequestRenderNextUpdate (#3368)
fredericv-unity3d Feb 17, 2021
3c893e8
Fix alpha output in AOVs and debug views when using shadow matte (#3593)
pmavridis Feb 22, 2021
57b3f7d
Merge branch 'master' into hd/bugfix
sebastienlagarde Feb 22, 2021
614c7ca
Update the test's Unlit SG graph to connect the map to the emission s…
johnpars Feb 22, 2021
4020182
Enable debug display for forward emissive in deferred pass.
johnpars Feb 22, 2021
078049d
Changelog
johnpars Feb 22, 2021
f5a756d
Implement PR feedback
johnpars Feb 22, 2021
a08bf7e
Merge branch 'master' into HDRP/case-1313123
sebastienlagarde Mar 1, 2021
ed7dea1
Merge branch 'master' into HDRP/case-1313123
sebastienlagarde Mar 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update Vulkan win reference screenshots
  • Loading branch information
sebastienlagarde committed Feb 14, 2021
commit 9160de30bb551ee20b8ef8a5abc60f7d81bfced3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.