GitHub
|
bd6266f8
|
Merge pull request #475 from Unity-Technologies/lightlists
light/probe lists reference implementation
|
7 年前 |
GitHub
|
17bdc932
|
Merge pull request #476 from Unity-Technologies/Unity-2017.3
Merge 2017.3
|
7 年前 |
vlad-andreev
|
738479fe
|
cleanup
|
7 年前 |
vlad-andreev
|
8f499afb
|
light/probe lists reference implementation
|
7 年前 |
GitHub
|
6213cc0b
|
Merge pull request #470 from Unity-Technologies/Unity-2017.3
Unity 2017.3
|
7 年前 |
GitHub
|
468b9b08
|
Merge pull request #457 from Unity-Technologies/revert-455-feature/transparency
Revert "Use LOAD_TEXTURE2D to get depth from depth pyramid, fixed roughness t…"
|
7 年前 |
GitHub
|
d522b968
|
Revert "Use LOAD_TEXTURE2D to get depth from depth pyramid, fixed roughness t…"
|
7 年前 |
GitHub
|
bd30b9be
|
Merge pull request #455 from Unity-Technologies/feature/transparency
Use LOAD_TEXTURE2D to get depth from depth pyramid, fixed roughness t…
|
7 年前 |
GitHub
|
f49bc2d1
|
Merge pull request #450 from Unity-Technologies/Unity-2017.3
Unity 2017.3
|
7 年前 |
GitHub
|
ae958d8a
|
Merge pull request #445 from Unity-Technologies/Unity-2017.3
Unity 2017.3
|
7 年前 |
GitHub
|
1137cfb3
|
Merge pull request #441 from Unity-Technologies/Unity-2017.3
Unity 2017.3
|
7 年前 |
GitHub
|
5a04d527
|
Merge pull request #438 from Unity-Technologies/Unity-2017.3
Merge pull request #437 from Unity-Technologies/Branch_FixDepthBuffer…
|
7 年前 |
GitHub
|
5493daa7
|
Merge pull request #436 from Unity-Technologies/Branch_FixDepthBufferCopy
Branch fix depth buffer copy
|
7 年前 |
GitHub
|
8814cf02
|
Merge pull request #435 from Unity-Technologies/Unity-2017.3
Rename ShadowIncludes.inl to ShadowIncludes.hlsl, as .inl extension a…
|
7 年前 |
GitHub
|
c540af87
|
Merge pull request #434 from Unity-Technologies/Unity-2017.3
Unity 2017.3
|
7 年前 |
GitHub
|
d5b454e5
|
Merge pull request #429 from Unity-Technologies/Unity-2017.3
Unity 2017.3
|
7 年前 |
Julien Ignace
|
bc57fd4a
|
Small fixes based on PR feedback
|
7 年前 |
Julien Ignace
|
61fc8ab8
|
Merge branch 'Unity-2017.3' of https://github.com/Unity-Technologies/ScriptableRenderLoop into Branch_DepthPrepass
|
7 年前 |
GitHub
|
35fa0617
|
Merge pull request #426 from Unity-Technologies/Unity-2017.3
Merge pull request #425 from Unity-Technologies/Detail-map-tiling-dep…
|
7 年前 |
Julien Ignace
|
ce27bfcb
|
- Added possibility to add "Runtime Only" debug items to the debug window.
- Exposed HDRP parameters for GPU Lighting and prepass to the runtime debug window.
|
7 年前 |
GitHub
|
5710175b
|
Merge pull request #424 from Unity-Technologies/Detail-map-tiling-depends-on-base-tiling
Detail map tiling depends on base tiling
|
7 年前 |
Julien Ignace
|
9314e011
|
Added the possibility to do alpha test only depth prepass in deferred.
|
7 年前 |
Julien Ignace
|
825bfd84
|
Merge branch 'Unity-2017.3' of https://github.com/Unity-Technologies/ScriptableRenderLoop into Branch_DepthPrepass
|
7 年前 |
GitHub
|
3151b43b
|
Merge pull request #423 from Unity-Technologies/Unity-2017.3
Unity 2017.3
|
7 年前 |
Julien Ignace
|
60566108
|
Properly implemented Depth pre-pass in HDRP for Alpha tested geometry (do pre-pass with clip in the shader and then main pass without to avoid bypassing HiZ on GCN hardware)
|
7 年前 |
Julien Ignace
|
c024c281
|
Fixed compilation error (Disable wind for Velocity because of the known Normal Attribute issue)
|
7 年前 |
Peter Bay Bastian
|
d4bf2988
|
Update to work with latest Editor
|
7 年前 |
Peter Bay Bastian
|
e3cb9212
|
Undo handling for adding/removing shader properties
|
7 年前 |
Peter Bay Bastian
|
1b46d517
|
More robust undo/redo by removing and adding nodes
|
7 年前 |
Peter Bay Bastian
|
b7975d8f
|
Reflection based undo deserialization
|
7 年前 |
damian
|
1b331496
|
Merge branch 'master' into no-presenters
|
7 年前 |
Peter Bay Bastian
|
e0963bb8
|
More serialization fix
|
7 年前 |
damian
|
6a03177d
|
Merge branch 'master' into no-presenters
|
7 年前 |
Peter Bay Bastian
|
a8f898e3
|
Fix serialization
|
7 年前 |
damian
|
3db84206
|
Fixed some bugs after master merge.
|
7 年前 |
Peter Bay Bastian
|
3b4b0eb6
|
Fix deserialization of SerializableGraphObject (refactor typo)
Rename inMemoryAsset to graphObject
|
7 年前 |
damian
|
83548475
|
Merging master.
|
7 年前 |
Peter Bay Bastian
|
c5a7e594
|
Fix integration with Undo by introducing IGraphObject
|
7 年前 |
Peter Bay Bastian
|
9f5fba90
|
Merge branch 'attribute-controls'
# Conflicts:
# MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/Views/MaterialNodeView.cs
|
7 年前 |
Peter Bay Bastian
|
3790252c
|
Remove last node presenters and also type mapper in MaterialGraphPresenter
|
7 年前 |
Peter Bay Bastian
|
9bf884ab
|
Add object field attribute control
|
7 年前 |
Peter Bay Bastian
|
fd78eaed
|
Small fix for gradient node
|
7 年前 |
Peter Bay Bastian
|
aeedf575
|
Attribute control for gradient node
|
7 年前 |
Peter Bay Bastian
|
319e2795
|
Fix update scope of matrix nodes (they do not support preview properties yet)
|
7 年前 |
Peter Bay Bastian
|
7bb42428
|
Use attribute controls for Matrix nodes
|
7 年前 |
damian
|
7e977d50
|
Fixed inspector and node position is now saved.
|
7 年前 |
Peter Bay Bastian
|
e6e04a49
|
Use attribute controls for TransformNode
|
7 年前 |
damian
|
20646d1b
|
Removed MaterialNodePresenter.
|
7 年前 |
Peter Bay Bastian
|
152042bb
|
Comment out IfNode for now
|
7 年前 |
damian
|
17b67cdf
|
More cleanup of presenter code.
|
7 年前 |