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 年前
GitHub
5f1e8213
Merge pull request #1680 from Unity-Technologies/Branch_FixPPCopy
Branch fix pp copy
6 年前
Julien Ignace
e93b061e
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into Branch_FixPPCopy
6 年前
sebastienlagarde
e8783378
Remove Changelog.md.orig
6 年前
sebastienlagarde
17749894
Merge branch 'master' into HDRP/staging
6 年前
sebastienlagarde
5bdb07b4
Update postprocess to latest
6 年前
Julien Ignace
176e4109
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into Branch_FixPPCopy
# Conflicts:
# com.unity.render-pipelines.high-definition/CHANGELOG.md
6 年前
GitHub
a94b9fdf
Merge pull request #1677 from Unity-Technologies/Branch_FixPreIntegratedFGD
Fixed PreIntegratedFGD texture being destroyed in some cases and not …
6 年前
GitHub
bbaf4dfd
Merge pull request #1678 from Unity-Technologies/Branch_FrameSettingFoldout
Frame Settings debug panel now uses foldouts
6 年前
GitHub
d15f54fd
Update comment
6 年前
Julien Ignace
1d575195
- Frame Settings debug panel now uses foldouts
- Fixed a few types (frame time, light loop settings)
6 年前
Julien Ignace
0188d2f6
PostProcess input buffers are not copied anymore on PC if the viewport size matches the final render target size
6 年前
Julien Ignace
a66ac281
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into Branch_FixPreIntegratedFGD
# Conflicts:
# com.unity.render-pipelines.high-definition/CHANGELOG.md
6 年前
sebastienlagarde
eebff28e
Update ResetLight name to ResetCamera
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 年前
Tim Cooper
32bba81d
Update version for <Next>
6 年前
Yao Xiaoling
9c110290
Minor changes to TerrainLitGUI due to interface change.
6 年前
Remy
8e200389
Disable rebuilding of lightmaps.
6 年前
Tim Cooper
9d806ce8
Update changelog to have correct next version.
6 年前
Yao Xiaoling
38856112
Fix merge.
6 年前
Julien Ignace
0099e7a7
Updated changelog
6 年前
Remy
c0860b9a
re-add distortion tests
6 年前
GitHub
61a18996
Fix assembly names to match unity convention. ( #1675 )
* Fix assembly names to match unity convention.
* Update post process version to use.
* Update post to depend on the correct (next) version.
6 年前
Julien Ignace
219daa3b
Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into Branch_FixPreIntegratedFGD
6 年前
RSlysz
a7c6f9bf
Fix Awake issue
6 年前
Julien Ignace
f339f7c5
Fixed PreIntegratedFGD texture being destroyed in some cases and not re-rendered correctly (also removed some redundant tests in Lit.cs and StackLit.cs)
6 年前
Nerites
4ec63c6e
Added hookup for eyeTextureWidth and eyeTextureHeight
6 年前
Paul Melamed
d366f76e
Fix decal flags calculation in UI
6 年前
Paul Melamed
f7f51595
updated changelog
6 年前
Paul Melamed
40459f78
Change mask map channel selection to use check boxes
6 年前
Aleksandr Kirillov
f9292a0e
A bit more renaming of splat_control.
6 年前
Aleksandr Kirillov
fbdeb254
Renamed splat_control to splatControl.
Optimized SplatmapMix function.
6 年前
Aleksandr Kirillov
3beb9a60
Added viewDir to vertexOutput and reused the functions from Standard LWRP shader for normal and viewDirection calculation.
Added and/or fixed precision specifiers for constants.
6 年前
sebastienlagarde
674c8bba
HDRP: Update changelog
6 年前
sebastienlagarde
b6c5c9e7
Coupling HDCamera and HDAdditionalCameraData for reset/remove
6 年前
GitHub
9dccf245
Merge pull request #1672 from Unity-Technologies/Add-renderer-priority
Add renderer priority
6 年前