GitHub
ed8cb1b0
Merge pull request #744 from Unity-Technologies/feature/ResetMaterialKeywords
Added reset material keywords for assets and scene assets
7 年前
GitHub
43daebe4
Update HDRenderPipelineMenuItems.cs
7 年前
Frédéric Vauchelles
143f5f21
Added reset material keywords for assets and scene assets
7 年前
GitHub
4ac572c2
Merge pull request #743 from Unity-Technologies/feature/LightLoopDefaultData
Refactor default data component
7 年前
Frédéric Vauchelles
fac31578
Moved utility class in CoreRP
7 年前
Frédéric Vauchelles
c7c8d6ba
Refactored LightLoop default additional data.
7 年前
sebastienlagarde
4a2a867b
HDRenderPipeline: Don't add keyword _BLENDMODE_PRESERVE_SPECULAR_LIGHTING if material is not transparent
7 年前
GitHub
4a2f5d61
Merge pull request #741 from Unity-Technologies/change-SSS-selcetion-to-be-static
Change selection of SSS method from dynamic to static
7 年前
GitHub
d920500c
Update ShaderConfig.cs
7 年前
Tim Cooper
e673249d
Fix incorrect namespace.
7 年前
GitHub
af675f6c
Update SubsurfaceScatteringManager.cs
7 年前
Tim Cooper
2532f7a6
new package version.
7 年前
sebastienlagarde
87474f24
Change selection of SSS method from dynamic to static
7 年前
Tim Cooper
ff543fc6
Export proper shader paths for HD / LW
7 年前
GitHub
2da87a12
Merge pull request #740 from Unity-Technologies/Fix-shadow-mask-enabling-in-frame-settings
HDRenderPipeline: Fix shadow mask enabling in frame settings
7 年前
sebastienlagarde
9719be6b
HDRenderPipeline: Fix shadow mask enabling in frame settings
7 年前
GitHub
c58c9930
Merge pull request #705 from Unity-Technologies/Convert-shaderLibrary-to-half-float-support
Change ShaderLibrary to use REAL instead of float/half
7 年前
Felipe Lira
bc1c94ba
Upgraded Particles to SRP shader library.
7 年前
Felipe Lira
0571f34d
Fixed truncation warnings in LW shaders.
7 年前
Remy
1d9471e6
Add Shadow Mask test scene. Always return false because of script error for the moment.
7 年前
Felipe Lira
1f07c2da
Updated scenes and templates to account for new shadow bias algorithm.
7 年前
Remy
02d89c04
Try to correct the unlit test scene : removed blend multiply materials
7 年前
GitHub
4dbc4ee4
Fix bug 978693
https://fogbugz.unity3d.com/f/cases/978693/
7 年前
GitHub
a204c630
Merge pull request #738 from Unity-Technologies/LW-ShadowRefactorV2
Shadow Refactor v2
7 年前
GitHub
e236a1a5
Merge pull request #739 from Unity-Technologies/LW-Fix-Gamma-Rendering
Updated lightweight to upload correct color when in gamma colorspace.
7 年前
Felipe Lira
9ab6af9c
Fixed scene for test 010. Updated template of scene 039 to account for the new spotlight falloff.
7 年前
Felipe Lira
c6543428
Merge branch 'master' into LightweightPipeline
# Conflicts:
# Tests/GraphicsTests/RenderPipeline/LightweightPipeline/Assets/CommonAssets/Textures/ConvertedSubstances.meta
# Tests/GraphicsTests/RenderPipeline/LightweightPipeline/Assets/CommonAssets/Textures/ConvertedSubstances/Challenge-Brick.meta
7 年前
Tim Cooper
8342aa12
Finish refactoring subgraphs.
7 年前
Tim Cooper
259c7ce1
Changing sub graphs to use functions instead of inlining.
7 年前
Tim Cooper
f71d562a
Working HD / LW unlit from same shader file.
7 年前
Matt Dean
4503a2ce
Change Flip node to flip 1 > -1 and added Invert Colors node
7 年前
Tim Cooper
d920687b
Fix up LWUnlit to work with shader library.
7 年前
Matt Dean
29e04332
Channel Mask node to Mask Field (prt 2)
7 年前
Tim Cooper
c3284443
Add ref to resources file.
7 年前
Matt Dean
3e4f3590
Channel Mask node to Mask Field (prt 1)
7 年前
Tim Cooper
5c4cbe12
For LW use the proper shader paths that get exported from the LW package..
7 年前
Matt Dean
125d4bb5
Switch Linear Light blend methods
7 年前
Tim Cooper
a13c3ee9
Use helper function to figure out if we have warnings or errors.
7 年前
Jens Holm
11b8912f
Make resize side handle determine own uss classes
7 年前
Matt Dean
ec76d400
Fix Fog node
7 年前
Tim Cooper
8aab03fe
Merge remote-tracking branch 'origin/master' into HDMaster
7 年前
Jens Holm
5c86f77c
Merge master
7 年前
Peter Bay Bastian
e1f95448
Various bug fixes
* Clean up master preview render data
* Add size check to IndexSet.Contains
7 年前
Peter Bay Bastian
a5f98a7d
Remove log messages when resizing inspector
7 年前
Jens Holm
ff694d9c
Add resize handles to corner of inspector window
7 年前
GitHub
09d669c8
Various refactorings and improvements ( #139 )
* Move previewMode to RenderData instead of ShaderData (still some to do here, as apparently there's still a RenderData _and a_ ShaderData per node, but the intention was to have a RenderData per node and then share ShaderData between those)
* Introduce a temporary identifier for nodes. The first part of this identifier is an index (`int`) which is assigned linearly. When a node is deleted, its identifier as added to a free list. Each identifier also contains a version (`int`), which is incremented when the identifier is re-used. This allows us to replace usage of Dictionary with List in a lot of places.
* Introduce IndexSet for efficiently storing and manipulating a list of indices (e.g. from temp IDs). Internally this stores a list of 32-bit integers and uses each bit to represent 1 index. The operations of `ISet<int>` are implemented for this type, although that interface does not exist in Unity. The operations are very fast and cac...
7 年前
Jens Holm
2587263f
Remove resize function from GraphInspectorView
7 年前
Peter Bay Bastian
758cf9e6
Inspector window changes ( #138 )
* Add resize handle class and reuse some resize handle uss styling in inspector window
* Reigister postlayout callback on graphview rather than inspector view
* Remove resize function from GraphInspectorView
* Add resize handles to corner of inspector window
7 年前
Jens Holm
e1ebec49
Merge master
7 年前
Julien Ignace
b782a332
Update code with last merge changes and fixed some formatting issues.
7 年前