Skip to content

[10.x.x] Merge Hdrp/staging [Skip CI] #984

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 90 commits into from
Jun 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
1df359c
WIP for enabling valid graphics tests with Render Graph.
JulienIgnace-Unity May 27, 2020
64ef0ca
Fixed more GCAlloc and added an option for a test to not be run if re…
JulienIgnace-Unity May 28, 2020
505924b
First batch of disabled tests.
JulienIgnace-Unity May 28, 2020
a6c1f8e
Fixed decal rendering
JulienIgnace-Unity May 28, 2020
04d0d20
Implemented ColorGrading and Uber Post (fixes a lot of small diff due…
JulienIgnace-Unity May 28, 2020
4934ab9
Revert "First batch of disabled tests."
JulienIgnace-Unity May 28, 2020
0dd42d8
Temp "texture not bound" error fix until bloom is implemented.
JulienIgnace-Unity May 28, 2020
027a5c5
Fixed an error when using a stale invalid renderer list handle.
JulienIgnace-Unity Jun 2, 2020
349a273
Add some debug info to compiled passes and removed wrong refCount++ o…
JulienIgnace-Unity Jun 2, 2020
a98f454
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/…
JulienIgnace-Unity Jun 2, 2020
3eb0eb6
Added possibility to disallow pass pruning
JulienIgnace-Unity Jun 3, 2020
e1f9e08
Small fixes
JulienIgnace-Unity Jun 3, 2020
1213511
temporarily removed pruning of passes without product
JulienIgnace-Unity Jun 3, 2020
95952b0
Fixed HDRP asset for test 5009
JulienIgnace-Unity Jun 3, 2020
1d97a44
Implement alpha copy for post processes
JulienIgnace-Unity Jun 3, 2020
0c62ef7
Small render graph error fix for motion vector pass.
JulienIgnace-Unity Jun 3, 2020
84467f6
Disabled for render graph tests that are currently broken.
JulienIgnace-Unity Jun 4, 2020
7b8acc0
Updated yamato with new render graph configurations
JulienIgnace-Unity Jun 4, 2020
46a64a3
Fixed lens distortion
JulienIgnace-Unity Jun 4, 2020
76a7c00
Reenabled 4021
JulienIgnace-Unity Jun 4, 2020
9c4c38e
Added an option to ignore tests when render graph is enabled.
JulienIgnace-Unity Jun 4, 2020
e5d8dd0
Disabled for render graph tests that are currently broken.
JulienIgnace-Unity Jun 4, 2020
ec2a4af
Reenabled 4021
JulienIgnace-Unity Jun 4, 2020
399512c
Updated yamato script to add the RenderGraph pipeline.
JulienIgnace-Unity Jun 4, 2020
68fb303
Revert "Reenabled 4021"
JulienIgnace-Unity Jun 4, 2020
fb085d0
Revert "Updated yamato with new render graph configurations"
JulienIgnace-Unity Jun 4, 2020
b3ac299
Revert "Disabled for render graph tests that are currently broken."
JulienIgnace-Unity Jun 4, 2020
d0bb7fa
Reverted HDRP test framework files (will go to another PR)
JulienIgnace-Unity Jun 4, 2020
4ac6aa2
Revert "Fixed HDRP asset for test 5009"
JulienIgnace-Unity Jun 4, 2020
0e1d250
Fixed HDRP asset for test 5009
JulienIgnace-Unity Jun 3, 2020
ddd259e
Merge branch 'HDRP/staging' into HDRP/rendergraph-graphicstests
sebastienlagarde Jun 4, 2020
4d1cc10
Adding purge of unused resources in render graph.
JulienIgnace-Unity Jun 5, 2020
463fe5b
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/…
JulienIgnace-Unity Jun 8, 2020
fc9f739
Revert unrelated yml files changes due to old configuration (#714)
theopnv Jun 8, 2020
01de7e6
Fixed an issue with not unregistering render graph debug.
JulienIgnace-Unity Jun 8, 2020
1fa7451
Disabled 9800 for render graph
JulienIgnace-Unity Jun 8, 2020
e05eb9a
Revert hdrp asset for 5009
JulienIgnace-Unity Jun 8, 2020
a09947a
Merge branch 'HDRP/rendergraph-enable-graphicstests' of https://githu…
JulienIgnace-Unity Jun 8, 2020
5fe9c4a
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/…
JulienIgnace-Unity Jun 12, 2020
14a0cad
WIP Creation of compute buffers through render graph.
JulienIgnace-Unity Jun 8, 2020
4347974
Refactoring internal resource management to share more code (WIP)
JulienIgnace-Unity Jun 8, 2020
d126be4
Share most of the code between compute buffers and textures.
JulienIgnace-Unity Jun 15, 2020
10acf55
Restored internal API for tests and fixed unit tests.
JulienIgnace-Unity Jun 15, 2020
d738e28
need to switch repo
FrancescoC-unity Jun 16, 2020
f509b12
switching repo again :-)
FrancescoC-unity Jun 16, 2020
a38c2a2
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/…
JulienIgnace-Unity Jun 16, 2020
1f5e7e0
Post merge fix
JulienIgnace-Unity Jun 16, 2020
489d2c9
Added APIs to create compute buffers through render graph.
JulienIgnace-Unity Jun 16, 2020
5486001
sync point (but it's broken :) )
FrancescoC-unity Jun 16, 2020
e6931fc
Refactor Light List build to use render graph created compute buffers.
JulienIgnace-Unity Jun 17, 2020
e4636d8
Small rewrite to facilitate implementing Probe Volume Light lists.
JulienIgnace-Unity Jun 17, 2020
8a2753d
Porting most to static fn pattern
FrancescoC-unity Jun 17, 2020
1a474fb
revert some bits of exposure (broken)
FrancescoC-unity Jun 17, 2020
d8e54f4
Merge branch 'HDRP/staging' into HDRP/post-processing-render-graph
FrancescoC-unity Jun 17, 2020
064a640
Refactored handle to include an intermediate ResourceHandle struct (n…
JulienIgnace-Unity Jun 17, 2020
3b0cb24
Fixed light list binding for forward passes.
JulienIgnace-Unity Jun 17, 2020
f8672b0
Removed usless SetGlobals
JulienIgnace-Unity Jun 17, 2020
0d75869
Correctly bind cluster buffers for transparent forward passes.
JulienIgnace-Unity Jun 17, 2020
2edc865
Fixed light list build (wrong light count)
JulienIgnace-Unity Jun 17, 2020
4695aad
Last touches
FrancescoC-unity Jun 18, 2020
d58328e
Rename h to hlsl
FrancescoC-unity Jun 18, 2020
a34aee2
changelog
FrancescoC-unity Jun 18, 2020
424855d
Fixed tile/cluster debug.
JulienIgnace-Unity Jun 18, 2020
473bca8
Merge remote-tracking branch 'origin/HDRP/staging' into HDRP/post-pro…
FrancescoC-unity Jun 18, 2020
b628507
Ported coarse stencil buffer to render graph.
JulienIgnace-Unity Jun 18, 2020
106320d
revert misalignment
FrancescoC-unity Jun 18, 2020
7d1681f
Moved decal property mask buffer to render graph created buffer.
JulienIgnace-Unity Jun 18, 2020
5a3d99f
Fixed reset size of width/height
JulienIgnace-Unity Jun 18, 2020
8e7aca7
Fix small issue when resizing window and improve compile time for deb…
FrancescoC-unity Jun 18, 2020
03af921
Revert compile time improvement... warning still there, makes no sense.
FrancescoC-unity Jun 18, 2020
49a908c
Fixed size of dbuffer property mask buffer.
JulienIgnace-Unity Jun 18, 2020
79da69b
avoid warning and prevent unrolling (improve compile time)
FrancescoC-unity Jun 18, 2020
c77e3ee
Merge pull request #967 from Unity-Technologies/HDRP/final-image-hist…
sebastienlagarde Jun 18, 2020
e5ee34d
Added scene view camera doc
JordanL8 Jun 18, 2020
aa5c854
Update TableOfContents.md
JordanL8 Jun 18, 2020
3b3ceb4
Add test scene for transparent depth pre & post pass
RemyUnity Jun 18, 2020
2c622a3
Merge pull request #978 from Unity-Technologies/HDRP/tests/pre-post-pass
sebastienlagarde Jun 18, 2020
314b501
Merge pull request #975 from Unity-Technologies/HDRP/docs/Scene-view-…
sebastienlagarde Jun 18, 2020
5c30a76
Merge pull request #961 from Unity-Technologies/HDRP/rename-cas-inclu…
sebastienlagarde Jun 18, 2020
0fd07af
Fixed unit tests
JulienIgnace-Unity Jun 19, 2020
f732507
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/…
JulienIgnace-Unity Jun 19, 2020
bfcda7b
Merge pull request #963 from Unity-Technologies/HDRP/post-processing-…
sebastienlagarde Jun 19, 2020
6cf8c91
Fixed Receive SSR transparent nullref
alelievr Jun 19, 2020
dc97a6b
Fixed terrain and axf nullref
alelievr Jun 19, 2020
944cfac
Updated changelog
alelievr Jun 19, 2020
c46d266
Merge pull request #982 from Unity-Technologies/HDRP/fix/material-ui-…
sebastienlagarde Jun 19, 2020
cb8a7f3
Merge pull request #966 from Unity-Technologies/HDRP/rg-create-comput…
sebastienlagarde Jun 19, 2020
8feddb4
Hdrp Improved Depth Of Field (#965)
pmavridis Jun 19, 2020
b58a5d5
Merge branch 'master' into HDRP/staging
sebastienlagarde Jun 19, 2020
fcf02f0
Merge branch 'master' into HDRP/staging
sebastienlagarde Jun 19, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading