sebastienlagarde
52ad48ce
Update tessellation factor limit to 64
7 年前
Remy
b092479b
Delete remaining meta files and empty folders
7 年前
Sebastien Lagarde
b0afd329
Remove FormerlySerializedAs from HDAdditionalData to not pollute with dev stuff
7 年前
Sebastien Lagarde
a8808353
Update UI for GPU instancing
7 年前
Sebastien Lagarde
d111863a
update scene material
7 年前
GitHub
9d3b9c14
Merge pull request #801 from Unity-Technologies/pr/798
Pr 798
7 年前
Sebastien Lagarde
5de3d404
Update builtindata code after merge
7 年前
Sebastien Lagarde
a79042e5
Merge branch 'master' into pr/798
7 年前
GitHub
10174353
Merge pull request #800 from Unity-Technologies/FixFix_TestFrameworkTools
Fix fix test framework tools
7 年前
Sebastien Lagarde
1ebf9456
Merge remote-tracking branch 'refs/remotes/origin/master' into FixFix_TestFrameworkTools
7 年前
Evgenii Golubev
6e5295d2
Disable debug symbols
7 年前
GitHub
273faca1
Merge pull request #795 from Unity-Technologies/gpuInstancingSupport
Bring over Instancing support to HDRP shaders.
7 年前
sebastienlagarde
f68947a9
Update postprocess to latest
7 年前
Evgenii Golubev
79935bb5
Disable debug symbols
7 年前
sebastienlagarde
4bae05ba
Merge remote-tracking branch 'refs/remotes/origin/master' into gpuInstancingSupport
# Conflicts:
# ScriptableRenderPipeline/HDRenderPipeline/HDRP/Material/LayeredLit/LayeredLitData.hlsl
# ScriptableRenderPipeline/HDRenderPipeline/HDRP/Material/Lit/LitData.hlsl
# ScriptableRenderPipeline/HDRenderPipeline/HDRP/Material/Lit/LitProperties.hlsl
7 年前
Evgenii Golubev
be59f96a
Address the PR feedback
7 年前
GitHub
6244dba8
Merge pull request #799 from Unity-Technologies/Add-uv-mapping-selection-for-emissive
Add uv mapping selection for emissive
7 年前
Evgenii Golubev
d6e30390
Remove 2x QR instruction from the SSS pass
7 年前
Evgenii Golubev
bced5c18
Fix the spec color mode
7 年前
Remy
d7cbcede
Fix moving motion vector tests (script reference broken)
7 年前
Arnaud Carre
d5ff0590
LWRP: SRP batcher compatibility
7 年前
Evgenii Golubev
61c099cd
Fix the attenuation bug
7 年前
Remy
3b815534
Merge commit 'ccee1ef8a8d0611355aaeace2c3530b65e34dfe0' into FixFix_TestFrameworkTools
# Conflicts:
# ImageTemplates/HDRenderPipeline/Scenes/3xxx_DebugView/3002_ObjectMotionVector.unity.png
# ImageTemplates/HDRenderPipeline/Scenes/3xxx_DebugView/3003_CameraMotionVector_TranslateX.unity.png
# ImageTemplates/HDRenderPipeline/Scenes/3xxx_DebugView/3004_CameraMotionVector_TranslateY.unity.png
# ImageTemplates/HDRenderPipeline/Scenes/3xxx_DebugView/3005_CameraMotionVector_TranslateZ.unity.png
# ImageTemplates/HDRenderPipeline/Scenes/3xxx_DebugView/3006_CameraMotionVector_RotateX.unity.png
# ImageTemplates/HDRenderPipeline/Scenes/3xxx_DebugView/3007_CameraMotionVector_RotateY.unity.png
# ImageTemplates/HDRenderPipeline/Scenes/3xxx_DebugView/3008_CameraMotionVector_RotateZ.unity.png
# ImageTemplates/HDRenderPipeline/Scenes/3xxx_DebugView/3009_CameraMotionVector_FOV.unity.png
# Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/Scenes/3xxx_DebugView/3002_ObjectMotionVector/SinMove.cs
# Te...
7 年前
Arnaud Carre
4bef6509
Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop
7 年前
Evgenii Golubev
77f9f167
Merge branch 'master'
7 年前
Arnaud Carre
13594658
fix #ifdef compilation issue
7 年前
Remy
472cdbf4
Fix scenes list handling for playmode tests
Fix non deterministic behaviour of playmode tests
7 年前
Remy
73aed5d4
Merge commit 'd482b973fbbda5ffce00137a44fda8366472cb14' into Fix_TestFrameworkTools
# Conflicts:
# Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/Scenes/EditorPlayModeTests.asset
7 年前
Remy
4008da43
Fix TestFrameworkTools (relative scenes path issue)
7 年前
Frédéric Vauchelles
484b0b09
[PlanarReflection] Fixed realtime update for cache
7 年前
Frédéric Vauchelles
220a51cd
[PlanarReflection] fixed mirrored position
7 年前
Frédéric Vauchelles
68489545
[PlanarReflection] Added plane mirror data
7 年前
Frédéric Vauchelles
668f65ae
[PlanarReflectionProbe] Added preview in scene view
7 年前
Frédéric Vauchelles
21df13ee
[PlanarReflection] Update mirrored position
7 年前
Frédéric Vauchelles
6611be52
[PlanarReflection] Update planar sampling
7 年前
Frédéric Vauchelles
95f0f6a5
[PlanarReflection] Fixed light list for planar reflection
7 年前
Frédéric Vauchelles
4a5cb1e8
[PlanarReflection] Fixed culling
7 年前
Evgenii Golubev
87df0278
Use real
7 年前
Evgenii Golubev
4f5f83bb
Add a warning regarding the thickness displacement
7 年前
Evgenii Golubev
0d923468
Pass the light position to the shadow code
7 年前
Evgenii Golubev
64691f5a
Fix metallic for SSS
7 年前
Robert Srinivasiah
4a125ead
MSAA works with clustered light list generation
Changed clustered kernel string generation
LightLoop settings disables FPTL with MSAA
Disable SSS HTILE allocation if SSS is diabled (fails with MSAA)
I want to make the config more dynamic, then...I can start re-adding passes!
7 年前
Robert Srinivasiah
d3425de4
Temp updates to enable MSAA rendering w/o errors
Temp MSAA RTs cannot have UAVs generated (enableRandomWrite)
The depth textures need bindMS = true, otherwise, CopyTexture and related ops fail
Now, the light list gen needs to be fixed, and then we can start making progress!
7 年前
Matt Dean
8984577a
Merge branch 'master' into node-input
7 年前
GitHub
1a06a11e
Merge pull request #179 from Unity-Technologies/fix-preview-after-color-space-switch
[FIX] fixes #123 Added a m_colorSpace variable to remember what the u…
7 年前
GitHub
1c0c24b4
Merge pull request #151 from Unity-Technologies/sliders
Sliders, Integers and HDR Color
7 年前
Jens Holm
e3d84f9b
Add option in resize handels to make it staty in the bounds of the parent element
7 年前
Peter Bay Bastian
d60a0f8d
Merge with master
7 年前
GitHub
dfcf6af9
Merge pull request #175 from Unity-Technologies/inspector-window
7 年前
Jens Holm
ed016425
Chnage name of master preview VisualElement to reflect prevuious name update
7 年前