GitHub
bd98e302
Merge pull request #1067 from Unity-Technologies/Branch_RemoveGBufferWithPrepass
Removed GBufferWithPrepass pass from lit*.shader. Alpha tested materi…
7 年前
Julien Ignace
8526f68c
Remove useless test
7 年前
Julien Ignace
93205988
Simplified test in RenderDepthPrepass
7 年前
GitHub
f47cd7cc
Update comment
7 年前
GitHub
5fc4e97e
Update comment
7 年前
Julien Ignace
f00d20a6
Removed GBufferWithPrepass pass from lit*.shader. Alpha tested materials now always have a depth prepass.
7 年前
GitHub
4e44f2d7
Merge pull request #1065 from Unity-Technologies/various-debug-fixes
Undo/redo/sync/serialization fixes
7 年前
GitHub
dce1ca66
Merge pull request #1064 from Unity-Technologies/Branch_RemoveSinglePassLighting
Commented out Single pass lighting to decrease shader compilation time.
7 年前
Thomas
12334521
Undo/redo/sync/serialization fixes
7 年前
sebastienlagarde
15391811
Remove receive shadow UI on renderers: Fogbuzz of HUP
7 年前
Julien Ignace
4c9ec94f
Commented out Single pass lighting to decrease shader compilation time.
7 年前
sebastienlagarde
f43e725b
Fix limitation on sky size
7 年前
sebastienlagarde
0b2ddeb4
More robust check at light creation (sanity check as we get report that problem may occur)
7 年前
sebastienlagarde
e9a4fa0a
Fixed shadow related errors caused by changeing atlas creation code (Partial)
7 年前
Peter Bay Bastian
15571cba
Update Shader Graph submodule to include new package version
7 年前
Peter Bay Bastian
0030b83b
Update package versions
7 年前
Thomas
aff1dcf8
Update postfx package version
7 年前
Thomas
55cfb830
Update postfx submodule
7 年前
sebastienlagarde
efbc1aed
Fix DebugColorPicker warning
7 年前
Felipe Lira
c06d5c5d
Added SHADER_HINT_NICE_QUALITY. Viewdirection is normalized in vertex or frag depending on the quality hint.
7 年前
Felipe Lira
6a45fea2
Changed shadowmap to use D16_UNORM format.
7 年前
Felipe Lira
37c1e211
Minor improvement.
7 年前
Felipe Lira
a97abc0c
Fixed subtractive mode
7 年前
Felipe Lira
aa4af411
Added Cascade Split UI
7 年前
sebastienlagarde
f2a343f7
Remove redundant binding of _PyramidDepthTexture
We used to bind it in HDRenderPipeline.RenderPyramidDepth and BufferPyramid.RenderDepthPyramid. BufferPyramid seems to own the binding, so remove the HDRP binding.
7 年前
sebastienlagarde
244de075
[ReflectionProbe] Fixed multiselection with mixed values
7 年前
sebastienlagarde
65a8d1e3
[ReflectionProbe] Fixed multiselection with mixed values for shape and type
7 年前
GitHub
f2d0e0d2
Merge pull request #1048 from Unity-Technologies/More-warning-fix
Fix shader warning, shadow warning and hide physical camera parameter
7 年前
sebastienlagarde
dc7c8312
Fix shader warning, shadow warning and hide physical camera parameter
7 年前
GitHub
2c6fa5a3
Merge pull request #1047 from Unity-Technologies/Branch_MemoryUsageImprovement
Memory usage improvement and leak fix
7 年前
sebastienlagarde
4d96af3e
Fix issue with multiple selection of light in HDLightEditor
7 年前
GitHub
5a41f38e
Merge pull request #1046 from Unity-Technologies/hide-internal-menu-item
Hide internal menu item for template
7 年前
sebastienlagarde
eb79ca12
Hide internal menu item for template
7 年前
sebastienlagarde
bad4c507
Fix min limit of fade distance in light editor
7 年前
GitHub
baa96d1a
Merge pull request #1045 from Unity-Technologies/Fix-bake-area-creation
Fix bake area creation
7 年前
sebastienlagarde
58064ff2
Fix bake area creation
7 年前
Julien Ignace
1d0cc9c2
- Removed useless shadow atlases from HDRP
- Added debug texture name to all our caches
- Fixed a few leaks (rendertexture, materials, ...)
7 年前
GitHub
b0109a5e
Merge pull request #1044 from Unity-Technologies/Branch_DebugWindowFixes
Various Debug Window fixes
7 年前
Julien Ignace
b9c8a7d9
Post merge fix
7 年前
Julien Ignace
2c03d5de
Merge branch '2018.1' of https://github.com/Unity-Technologies/ScriptableRenderLoop into Branch_DebugWindowFixes
7 年前
sebastienlagarde
e80872f1
Rename 'Default Camera' => 'Scene View" in debug windows, less confusing for user
7 年前
GitHub
754fc5b7
Merge pull request #1042 from Unity-Technologies/Decals-api-change
Backport: Decals/api change - Fix issue with decal never removed - PR 1008
7 年前
sebastienlagarde
a0400775
Backport: Decals/api change - Fix issue with decal never removed
7 年前
sebastienlagarde
9c6a5b99
Update tooltip for users for ligths
7 年前
GitHub
5a07166a
Merge pull request #1041 from Unity-Technologies/Fix-shadowmask-warning
Fix shadowmask warning + lightmap warning
7 年前
GitHub
0598d413
Merge pull request #1040 from Unity-Technologies/debug-window-tweak
Disallowed using the editor debug window at the same time as the runtime one
7 年前
Thomas
82ec2403
Disallowed using the editor debug window at the same time as the runtime one
7 年前
sebastienlagarde
882e62b7
Fix shadowmask warning + lightmap warning
- Fix warning about shadowmask index not being bing
- Fix warning about decode instruction in lightmap already bind
7 年前
Julien Ignace
5007f081
Fixed various issues with debug window
- Fixed Shadow Atlas index.
- Fixed DebugManager.instance.displayRuntimeUI breaking after domain reload
- Removed wrong "Last" entries in material debug.
- Fixed Frame Settings debug not being removed correctly on camera disable.
- Frame Settings debug layout is now the same as the regular UI.
7 年前
sebastienlagarde
d3ff8b47
Fix postprocess enabled when debug mode are enabled (now they are disabled)
7 年前