aboutsummaryrefslogtreecommitdiff
path: root/src/layer.cc
AgeCommit message (Collapse)AuthorFiles
2026-03-12Fix potential clock domain mismatch when using chrono::now()Nicolas James1
2026-03-12Check for bad returns on vulkan calls (lol!)Nicolas James1
2026-03-12Add graceful exception handling in hooksNicolas James1
2026-03-12Add reasonable compiler warnings and fix themNicolas James1
2026-03-11Don't inject timestamps when we have no reason toNicolas James1
2026-03-11Remove unused swapchain bookkeepingNicolas James1
2026-03-11Add LOW_LATENCY_LAYER_SLEEP_AFTER_PRESENT env as an explicit AL1 toggleNicolas James1
2026-03-10Don't advertise anti lag if the PD doesn't support itNicolas James1
2026-02-24Cleanup, better document some areasNicolas James1
2026-02-23Implement AntiLag2Nicolas James1
2026-02-22Hook GetPhysicalDeviceFeatures2 so some other applications (War Thunder, The ↵Nicolas James1
Finals) see AL2. Small template cleanup
2026-02-21Advertise antilag 2 as available extension + small cleanupNicolas James1
2026-02-20Don't inject timestamps into unsupported queuesNicolas James1
2026-02-20Remove timeline semaphore extension dependencyNicolas James1
2026-02-20Do not use designated initializers for positionally unstable dispatch table ↵Nicolas James1
entries
2026-02-20Fix UB with ranges::copy_n not handling nullptr iteratorNicolas James1
2026-02-20Keep handles alive in vkQueueSubmit2Nicolas James1
2026-02-20Add missing vkQueueSubmit2KHR hookNicolas James1
2026-02-20remove erroneous extra command buffer setupNicolas James1
2026-02-19WIP timing improvementsNicolas James1
2026-02-19Don't mess with timeline semaphores in submit, spin on vkGetQueryPoolResults ↵Nicolas James1
instead, fix start = end submission issue
2026-02-18Fix incorrect dist calcuationNicolas James1
2026-02-16subtract CPU time, WIPNicolas James1
2026-02-16Remove sdld, we never use itNicolas James1
2026-02-16dont oversleep via timeline sempahore waitsNicolas James1
2026-02-15Implement anti lag 1 / whatever nvidia reflex equivalent isNicolas James1
2026-02-14commit wipNicolas James1
2026-02-13add working frame tracking and commit before i break everythingNicolas James1
2026-02-11More cleanup, fix lifetime and mutex issuesNicolas James1
2026-02-10cleanup, wipNicolas James1
2026-02-08track queue submits WIPNicolas James1
2026-01-15Add implementation of renderdoc's vulkan layer tutorialNicolas James1