Render Graph Async Compute by JulienIgnace-Unity · Pull Request #552 · Unity-Technologies/Graphics · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
2403c55
Handle deallocation/reallocation of resources when switching rendergr…
JulienIgnace-Unity Apr 22, 2020
c775689
AO and Post Processes.
JulienIgnace-Unity Apr 24, 2020
a147330
Prefixed all history buffers with camera name for readability in the …
JulienIgnace-Unity Apr 24, 2020
8bb3fe6
LIght volume debug and Volumetric (WIP)
JulienIgnace-Unity Apr 27, 2020
4baa326
Fixed volumetric
JulienIgnace-Unity Apr 29, 2020
c7cca48
Fixed deallocation of SSS buffers
JulienIgnace-Unity Apr 29, 2020
960c0a5
Review feedback fixes.
JulienIgnace-Unity Apr 29, 2020
4c67bfd
Init order fix for post process
JulienIgnace-Unity Apr 29, 2020
6c38c3f
WIP: refactoring of render graph compilation and resource allocation …
JulienIgnace-Unity May 5, 2020
1898564
Implementation of async resource synchronization.
JulienIgnace-Unity May 7, 2020
ac2166a
Fixed synchronization (only partial fix)
JulienIgnace-Unity May 7, 2020
d62e8a7
Added default profiling sampler for render graph passes not providing…
JulienIgnace-Unity May 7, 2020
9d7c910
Async WIP
JulienIgnace-Unity May 12, 2020
3a579d0
Fixed async synchronization by extending lifetime of resources freed …
JulienIgnace-Unity May 18, 2020
41178ed
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/…
JulienIgnace-Unity May 19, 2020
96f5563
Post merge fix
JulienIgnace-Unity May 19, 2020
fdec415
Cleanup
JulienIgnace-Unity May 19, 2020
e5f8993
Removed comment.
JulienIgnace-Unity May 19, 2020
6728b7e
Disabled async contact shadows again.
JulienIgnace-Unity May 19, 2020
052aa74
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/…
JulienIgnace-Unity May 20, 2020
6c7e6dd
Small cleanup
JulienIgnace-Unity May 20, 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
80 changes: 42 additions & 38 deletions com.unity.render-pipelines.core/Runtime/Debugging/ProfilingScope.cs
Loading