GitHub
56f9ddaa
Merge pull request #1704 from Unity-Technologies/HDRP/constant-buffer-refacto
Refactoring of HDRP constant buffers
6 年前
RSlysz
c40a1071
Make a common HDProbe ancestor
6 年前
GitHub
b4a3f127
Merge pull request #1674 from Unity-Technologies/decals/v2/per_channel_mask_new_ui
Decals/v2/per channel mask new ui
6 年前
GitHub
7281fe31
Merge branch 'HDRP/staging' into decals/v2/per_channel_mask_new_ui
6 年前
Julien Ignace
ac1230bd
Changes based on review feedback
6 年前
GitHub
6824165d
Merge pull request #1703 from Unity-Technologies/Move-debug-windows
Move debug windows
6 年前
sebastienlagarde
e6c8b461
HDRP: Update changelog
6 年前
Julien Ignace
3155275f
Update ChangeLog
6 年前
sebastienlagarde
367f433e
Move debug windows to Analysis sub menu
6 年前
Julien Ignace
be5922ef
Refactor of constant buffers in HDRP
- Merged PerFrame/PerView into UnityGlobal
- Merged most sub systems constant buffers into UnityGlobal (decal, subsurface, lighting, ...)
- Moved AtmosphericScattering into the Lighting folder.
6 年前
Aleksandr Kirillov
69afdaf4
Updated CHANGELOG.md
6 年前
GitHub
1fbde3ba
Merge pull request #1691 from Unity-Technologies/IntVersionNumberForLightData
Changed version in HDAdditionalLightData from float to int
6 年前
Remy
5dd0ee6b
Cleanup and re-addition of GI tests
6 年前
Jennifer Nordwall
0e161243
Renamed Area to Rectangle
We introduced a new light type (Disc) which is also an Area light. To make it less confusing, we decieded to rename Area to Rectangle.
6 年前
Aleksandr Kirillov
4695f235
Merge branch 'master' into lw/terrain_optimization
6 年前
GitHub
caba6f88
Merge pull request #1692 from Unity-Technologies/fix/update-version-HDRP-components
Fix/update version hdrp components
6 年前
Remy
1bce3600
Merge branch 'master' into tests/hdrp/distortion
6 年前
GitHub
7c6394fe
Merge pull request #1702 from Unity-Technologies/HDRP/staging
Merge Hdrp/staging
6 年前
sebastienlagarde
f1433af6
HDRP: Update change log
6 年前
RSlysz
b6807743
update PlanarReflectionProbe version handling
6 年前
sebastienlagarde
39b17747
HDRP: Revert postprocess version to master
6 年前
RSlysz
dec06ee2
update HDAdditionalReflectionData version handling
6 年前
sebastienlagarde
e935bb53
HDRP: Use "lineargrey" texture for detail map on stacklit instead of grey
6 年前
RSlysz
42f97d2c
update HDAdditionalCameraData version handling
6 年前
sebastienlagarde
05f36802
Merge branch 'master' into HDRP/staging
6 年前
GitHub
010c21b8
Reflection probe capture material ( #1700 )
Splitted to long HDReflectionProbeEditor.Gizmos.cs into HDReflectionProbeEditor.Gizmos.cs, HDReflectionProbeEditor.Handles.cs and HDReflectionProbeEditor.Skin.cs
Fix HDReflectionProbe's CapturePoint preview material, removing hidden mesh & renderer components
Add PlanarReflectionProbe and Proxy icons
6 年前
GitHub
c1a68b41
Merge pull request #1698 from Unity-Technologies/decal-projector-material-clearing
Fix DecalProjector material editor release (64 preview issue)
6 年前
sebastienlagarde
4d57c566
HDRP: Update Changelog
6 年前
sebastienlagarde
fb0f1b1f
Fix DecalProjector material editor release (64 preview issue)
Fix FB#1057395 for DecalProjector.
6 年前
GitHub
355693fa
Merge pull request #1697 from Unity-Technologies/fix-coupling-of-camera-workflow
Fix/coupling hdcamera workflow
6 年前
sebastienlagarde
9e61669d
Fix/coupling hdcamera workflow
6 年前
Antoine Lelievre
650d41df
Hide current version for HDAdditionalLightData
6 年前
GitHub
a5969e40
Merge pull request #1694 from Unity-Technologies/light-loop-clear-dispatch-fix
Light loop clear dispatch fix
6 年前
Antoine Lelievre
6ac4d983
Forgot FormerlySerializedAs
6 年前
sebastienlagarde
6421d0ae
Only initialize indirect buffer to size
On iOS, we get a GPU hang/reset based upon the execution of the ClearDispatchIndirect kernel. The buffer is created using the 'NUM_FEATURE_VARIANTS' constant (currently 27), but we're dispatching a threadgroup of 64 threads, so we are presumably going out of bounds (Metal GPU errors are not terribly descriptive, but this is a common cause).
6 年前
Antoine Lelievre
edbeee31
Changed version from float to int for AdditionalShadowData
6 年前
sebastienlagarde
73949620
remove useless file
6 年前
Antoine Lelievre
34405216
Changed version in HDAdditionalLightData from float to int
6 年前
sebastienlagarde
81c9bc7a
Merge branch 'master' into HDRP/staging
6 年前
Yao Xiaoling
bf0d8504
Make Density blend an option on the TerrainLayer.
6 年前
Nerites
a1d90d2e
Added stereoRenderingPath to XRGraphicsConfig
6 年前
Yao Xiaoling
da61fbbe
Remove Double Sided mode.
6 年前
Nerites
b179c9ac
Added compatability ifdefs for XRGraphicsConfig, since it should be used
with postprocessing too
6 年前
Peter Bay Bastian
c4fb2e1e
Fix TextureSlotControl not accepting Render Textures ( #1569 )
* Allow RT input to TextureSlotControl
* Update changelog
6 年前
Yao Xiaoling
74ee5ffc
Fix basemap gen shader.
6 年前
Nerites
86a99323
Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into xrsettings
6 年前
Remy
4ef0bdca
Delete now unused lightmap data
6 年前
Tim Cooper
8f3778fe
revert post process version for now.
6 年前
Yao Xiaoling
fb17a537
Fix shader compilation.
6 年前
Remy
0d8490bc
Re-enable auto bake of lightmaps
Reduce texel density in 2601_ColorTemp test
6 年前