index
:
low_latency_layer
main
vulkan layer for reducing latency
nj3ahxac
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
strategies
/
low_latency2
Age
Commit message (
Collapse
)
Author
Files
6 days
Don't take exclusive lock when collecting work for LowLatency2
Nicolas James
1
6 days
Removed unused import
Nicolas James
1
6 days
Reduce thread contention by introducing an atomic time point class - greatly ↵
Nicolas James
2
reduces locking
6 days
Fix clearing outstanding semaphores instead of outstanding work for LowLatency2
Nicolas James
1
6 days
Fix refactor latency regression for VK_NV_LowLatency2 by checking if work ↵
Nicolas James
4
has already completed
6 days
Refactor storing submissions into FrameSpan class, reduce AntiLag thread ↵
Nicolas James
5
contention
7 days
Remove dead code, upgrade env bools to const
Nicolas James
1
7 days
Fix rare race when timestamps are returned to the pool and reused before ↵
Nicolas James
1
their work completes
7 days
Don't fail hard when the swapchain is erased and we can't find it
Nicolas James
1
8 days
Add refactored VK_NV_low_latency2 impl, (fixes many threading issues)
Nicolas James
6
8 days
Add WIP refactored reflex impl
Nicolas James
6
8 days
Implement refactored AL2, todo frame limit
Nicolas James
2
8 days
Add boilerplate for separate implementations
Nicolas James
4