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
/
timestamp_pool.hh
Age
Commit message (
Collapse
)
Author
Files
6 days
Refactor storing submissions into FrameSpan class, reduce AntiLag thread ↵
Nicolas James
1
contention
7 days
Fix rare race when timestamps are returned to the pool and reused before ↵
Nicolas James
1
their work completes
10 days
Fix CmdWriteTimpstamps bit forward, re-add 'no-unused*' compiler warnings
Nicolas James
1
2026-03-31
Small Handle refactor
Nicolas James
1
2026-03-30
Move timestamp pool reacquisition to an asynchronous worker queue, fix ↵
Nicolas James
1
device_context race during destructor
2026-03-30
Fix AL2 via VK_NV_low_latency2's async implementation, fix race in TimestampPool
Nicolas James
1
2026-03-29
Implement Reflex - break AntiLag in the process. Remove AntiLag1. WIP
Nicolas James
1
2026-03-12
Fix leaks via owner class wrappers on some vulkan objects
Nicolas James
1
2026-02-21
Don't wait inside spinlock
Nicolas James
1
2026-02-19
Don't mess with timeline semaphores in submit, spin on vkGetQueryPoolResults ↵
Nicolas James
1
instead, fix start = end submission issue
2026-02-18
Fix missing cpu time between gpu presents, simplify timestamp->get_time()
Nicolas James
1
2026-02-16
cleanup
Nicolas James
1
2026-02-14
commit wip
Nicolas James
1
2026-02-13
add working frame tracking and commit before i break everything
Nicolas James
1
2026-02-11
More cleanup, fix lifetime and mutex issues
Nicolas James
1
2026-02-10
cleanup, wip
Nicolas James
1
2026-02-08
track queue submits WIP
Nicolas James
1