GitHub
1dd1fa8a
Merge pull request #1679 from Unity-Technologies/refactor-reflectionprobe/make-probes-common-ancestor
Refactor reflectionprobe 0 : make probes common ancestor
6 年前
Remy
be0eb3c8
Merge branch 'master' into tests/hdrp/distortion
6 年前
RSlysz
a2de9ad1
Make a common HDProbe ancestor
6 年前
GitHub
31e46703
Merge pull request #1761 from Unity-Technologies/HDRP/staging
Merge Hdrp/staging
6 年前
GitHub
a2d7bf8d
Merge pull request #1759 from Unity-Technologies/Add-Light-Layers
Add light layers features
6 年前
Remy
c87db7bf
Force update of 2601_ColorTemp reference image.
6 年前
Sebastien Lagarde
77887ca4
HDRP: Update changelog
6 年前
Remy
b425d23e
Merge branch 'master' into tests/hdrp/distortion
6 年前
GitHub
80d748f5
Add light linking support ( #1758 )
* HDRP: Add support of light layering for forward (first draft)
TODO:
- Test instancing
- Check perf
- add an option to disable light layer support + in frameSettings
- add deferred rendering support (mean add an optional extra GBuffer)
* Add LightLinking support (version 1 - compile)
This PR add support of LightLayers feature.
To use it, setup mask renderingLayers on renderers and LightLayers on a lights. If a logical and of both give a non 0 value, the light is apply, otherwise it isn't.
This mean that by default LightLayers is 1 and RenderingLayers is 1. Then user can say LightLayers is only 2 and it will only affect renderingLayers with 2 or 3 mask value.
LightLayers require an extra GBuffer in deferred, mean it have extra bandwidth and memory cost.
LightLayers once enabled in HDRPAsset with SupportLightLayers can be control by FrameSettings. Mean a camera can enable extra RT only for an in game cinematic.
This PR refactor...
6 年前
GitHub
019f3227
Merge pull request #1757 from Unity-Technologies/HDRP/staging
Merge Hdrp/staging
6 年前
Sebastien Lagarde
fbcdb866
Add DECAL_OFF for decal to remove more variant + rename
6 年前
GitHub
0bdf96cc
Merge pull request #1754 from Unity-Technologies/Update-name-of-decal-keyword
Reduce number of decal shader variant
6 年前
Sebastien Lagarde
09928ece
HDRP: Decal - Silent a warning
6 年前
Sebastien Lagarde
cb44566e
Rename _DECALS_3RT to DECALS_3RT and lower variant count
6 年前
Nerites
d1950af0
Merge branch 'xrsettings' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into xrsettings
6 年前
Julien Ignace
6e6f073b
Cleaned up sky editor setup for common settings.
6 年前
Nerites
b787091f
Protected StereoRenderingPath with #if UNITY_EDITOR pending move of
StereoRenderPath
6 年前
Raymond Graham
43312f2c
Change the menu item.
6 年前
Evgenii Golubev
cbab4ede
Fix texture scrolling direction
6 年前
Raymond Graham
10a64c25
New Volume Texture Tool.
Can now update an already in use asset as long as the sizes are the same.
6 年前
GitHub
9ca2f35e
Merge pull request #1750 from Unity-Technologies/HDRP/staging
Merge Hdrp/staging
6 年前
Sebastien Lagarde
b89550d1
Fix issue with upgrade script and embed material
6 年前
Sebastien Lagarde
6f506090
HDRP: Decal - Add a comment
6 年前
GitHub
449e311f
Merge pull request #1749 from Unity-Technologies/HDRP/staging
merge Hdrp/staging
6 年前
GitHub
f89977ab
Merge pull request #1748 from Unity-Technologies/Decal-compilation-test-new
Update graphic test material after decal PR #1747
6 年前
Sebastien Lagarde
2db5e09a
Merge branch 'HDRP/staging' into Decal-compilation-test-new
6 年前
GitHub
b57e1824
Merge pull request #1747 from Unity-Technologies/Decal-compilation
Decal shader stripping and upgrade script + fix
6 年前
Sebastien Lagarde
5b75f93c
HDRP: Update changelog
6 年前
Sebastien Lagarde
699fec18
Merge branch 'HDRP/staging' into Decal-compilation
6 年前
Sebastien Lagarde
413dd3f2
Update shaderVariableDecal (fix issue with decal and batcher)
6 年前
Sebastien Lagarde
467a07f5
Update all material for decal PR
6 年前
Sebastien Lagarde
f97c8de2
Fix issue with RT inccorectly fill in PerChannelMask mode with Smoonthess only
6 年前
Sebastien Lagarde
09ca5ea6
Rename EnableDBuffer to EnableDecals + Fix issue with MAOS
6 年前
Sebastien Lagarde
a8187784
Add shader stripper support for decal variant + update HDRP asset
6 年前
Sebastien Lagarde
5e272239
Fix issue with upgrade decal script
6 年前
GitHub
082b4762
Merge pull request #1746 from Unity-Technologies/HDRP/decals/v2_1/material_draw_order_fix
Hdrp/decals/v2 1/material draw order fix
6 年前
Paul Melamed
e21ffe2c
Fix decal set render list container
6 年前
Sebastien Lagarde
a9cdd84b
Update keyword in upgraded script for decal
6 年前
Paul Melamed
bf7f7442
modified changelog, rearranged inspector order
6 年前
Sebastien Lagarde
65ea94ef
Update the material upgrader system to be per material and not per project
6 年前
Paul Melamed
d0f8d66e
decal material draw order
6 年前
sebastienlagarde
f222f97c
Rename DBuffer -> Decals + Add decal multicompile option
- Rename DBuffer -> Decals
- Add multicompile for no decals at all (for support decals)
- TODO: Shader stripping
6 年前
Remy
b3ff809b
Merge branch 'master' into tests/hdrp/distortion
6 年前
GitHub
74d0a872
Merge pull request #1745 from Unity-Technologies/master
Merge from master
6 年前
GitHub
07c127ac
Merge pull request #1743 from Unity-Technologies/HDRP/staging
Merge Hdrp/staging
6 年前
GitHub
a36c53a2
Merge pull request #1742 from Unity-Technologies/Update-graphic-test-detail-map
Update details map test
6 年前
sebastienlagarde
06ca9e8a
Update details map test
6 年前
sebastienlagarde
2e0dd1a8
Remove shader warning
6 年前
GitHub
cdd1dd09
Merge pull request #1740 from Unity-Technologies/Update-detail-map-formula
Update detail map formula
6 年前
GitHub
b3641a55
Merge pull request #1739 from Unity-Technologies/Add-opacity-on-contact-shadow
Add opacity on contact shadow
6 年前