Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-31Add GPU name transfer macros.Bartosz Taudul
2021-01-16Add transient Vulkan zones.Bartosz Taudul
2021-01-16Vulkan will now properly send serial callstacks.Bartosz Taudul
2020-09-29Send callstacks before sending events they belong to.Bartosz Taudul
2020-08-16Mark SourceLocationData constexpr, not const.Bartosz Taudul
2020-07-07Send Vulkan GPU calibration messages.Bartosz Taudul
2020-07-07Vulkan calibration function.Bartosz Taudul
2020-07-07Detect time domains available for calibration.Bartosz Taudul
2020-07-07Allow creating calibrated VK context.Bartosz Taudul
2020-06-06Capture Vulkan timestamps at BOTTOM_OF_PIPE instead of TOP_OF_PIPEBen Vanik
2020-05-27Explicitly store GPU context type.Bartosz Taudul
2020-05-19Harden against uninitialized rpmalloc.Bartosz Taudul
2020-01-25GPU zones may also be inactive.Bartosz Taudul
2019-10-24Transfer time deltas, not absolute times.Bartosz Taudul
2019-09-23Send thread id in GPU zone end message.Bartosz Taudul
2019-09-23Serialize Vulkan GPU profiling messages.Bartosz Taudul
2019-07-30Fill in thread id during dequeue, not during enqueue.Bartosz Taudul
2019-07-29Queue must be always able to alloc.Bartosz Taudul
2019-07-25Vulkan queue doesn't need to be stored.Bartosz Taudul
2019-06-26Try lower query counts in out-of-memory situations.Bartosz Taudul
2019-06-26Make vulkan query count variable.Bartosz Taudul
2019-06-24Move TLS accesses close together.Bartosz Taudul
2019-02-19Hide rest of statics.Bartosz Taudul
2019-02-19Prevent direct access to s_profiler.Bartosz Taudul
2019-02-19Disallow direct access to s_token.Bartosz Taudul
2019-02-18Provide empty {Gpu,Vk}CtxScope classes if tracy is disabled.Bartosz Taudul
2019-01-14Hide internals behind TracyVkCtx typedef.Bartosz Taudul
2019-01-10Make it possible to have multiple vulkan contexts.Bartosz Taudul
2019-01-10Move vulkan macros at the end of TracyVulkan.hpp.Bartosz Taudul
2018-12-13Allow forcing call stack capture.Bartosz Taudul
2018-08-28Remove parenthesis from TracyVkDestroy macro.Bartosz Taudul
2018-07-28Rename client's SourceLocation to SourceLocationData.Bartosz Taudul
2018-07-26Named GPU zones.Bartosz Taudul
2018-07-26Of course, this can't work without stupid fuckery.Bartosz Taudul
2018-07-26Make source location names unique.Bartosz Taudul
2018-07-13Wrap concurrentqueue in tracy namespaceArvid Gerstmann
2018-07-11Support on-demand Vulkan tracing.Bartosz Taudul
2018-07-11Defer OpenGL/Vulkan context announce.Bartosz Taudul
2018-07-10Disable all tracing if TRACY_ON_DEMAND is defined.Bartosz Taudul
2018-06-22Send query ids of GPU times.Bartosz Taudul
2018-06-22Results MUST be available here.Bartosz Taudul
2018-06-22Transfer query ids of GPU events.Bartosz Taudul
2018-06-22GPU context counter is now 8 bit.Bartosz Taudul
2018-06-22Vulkan zone callstack collection.Bartosz Taudul
2018-06-22Vulkan tracing is not thread safe.Bartosz Taudul
2018-06-18Vulkan and OpenGL must share idx pool.Bartosz Taudul
2018-06-17Delay query until results are available.Bartosz Taudul
2018-06-17Workaround Nvidia bugs.Bartosz Taudul
2018-06-17Send GPU zone thread handle.Bartosz Taudul
2018-06-17Better way to write zero value.Bartosz Taudul