GitHub
|
83580618
|
Merge pull request #745 from Unity-Technologies/Move-variable-in-correct-cbuffer
HDRenderPipeline: Move variables in correct cbuffer
|
7 年前 |
sebastienlagarde
|
f0a8ba4d
|
HDRenderPipeline: Move variables in correct cbuffer
|
7 年前 |
Julien Ignace
|
35537fc9
|
Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop
|
7 年前 |
sebastienlagarde
|
b1e07728
|
HDRenderPipeline: Add missing using UnityEngine.SceneManagement
|
7 年前 |
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 年前 |
Julien Ignace
|
78d80237
|
Fixed HDLoop test scene "Four Shapes" heightmap (was sRGB and wrong format)
|
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 年前 |
Remy
|
9aa10739
|
Dtart debug view tests (motion vectors)
|
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 年前 |
Andre McGrail
|
6d8f7475
|
Added missing metas and updated mats that source tree didn’t pickup :(
|
7 年前 |
Andre McGrail
|
0effa5f2
|
Removed substance dependancies from LW tests and also re-created affected template images
|
7 年前 |
Matt Dean
|
fd575df7
|
Fixes for PR
|
7 年前 |
Matt Dean
|
333ded2e
|
Remove IntegerMaterialSlot
|
7 年前 |
Matt Dean
|
bbd475d5
|
Add Branch node
- Fix compatible types
- Fix default property name
|
7 年前 |
Matt Dean
|
cfb57499
|
Add Slider
ShaderProperty, Control, Node and property list entry
|
7 年前 |
Matt Dean
|
2ed31ce4
|
Add Comparison node
- Add boolean field for property list
- Fix missing ConcreteValueTypeToString entry
|
7 年前 |
Matt Dean
|
8ea43935
|
Add HDR Color
- Add HDR Color node
- Add new constructor to ColorShaderProperty
- Add hdr flag to ColorControl
- Add HDR Color property to GraphInspectorView
|
7 年前 |
Matt Dean
|
e24aafae
|
Boolean node and type (part 2)
|
7 年前 |
Matt Dean
|
2f6e839e
|
Add Integer
Node, ShaderProperty, MaterialSlot
Update Property node and properties list
|
7 年前 |
Matt Dean
|
8f22e3a7
|
Boolean node and type (part 1)
|
7 年前 |
Tim Cooper
|
6c0a8015
|
Disable HDUnlit for now as there are missing remaps.
|
7 年前 |
Matt Dean
|
dee739b5
|
Restore LinearLightAddSub blend mode
|
7 年前 |
GitHub
|
455b4075
|
Merge pull request #145 from Unity-Technologies/FixingSubGraphs
Fixing sub graphs (+ fix 2D/3D preview bug)
|
7 年前 |
Tim Cooper
|
2888f1c2
|
-When we validate a subgraph node we also need to validate the subgraph (generates the concrete values).
-Allow promotion of vector types. v2->v3/v4 v3->v4. Rule is alpha channel gets 1, other channels get 0.
|
7 年前 |
Matt Dean
|
d057e6de
|
Fix Ambient node
|
7 年前 |
Tim Cooper
|
8342aa12
|
Finish refactoring subgraphs.
|
7 年前 |