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-15Add transient OpenGL zones.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-05-27Explicitly store GPU context type.Bartosz Taudul
2020-05-19Harden against uninitialized rpmalloc.Bartosz Taudul
2020-03-02Fix GLES check.Bartosz Taudul
2020-01-27Change OpenGL headers comment to compilation error.Bartosz Taudul
2020-01-25GPU zones may also be inactive.Bartosz Taudul
2020-01-19Hide async queue setup/commit behind macros.Bartosz Taudul
2019-12-28Removed unused parameter for the case when the TracyOpenGL.hpp is included by...Alexander Bock
2019-09-23Send thread id in GPU zone end message.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-16Simplify OpenGL query checks.Bartosz Taudul
2019-06-24Move TLS accesses close together.Bartosz Taudul
2019-06-18Support GL_EXT_disjoint_timer_query with EXT postfix.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-18Proper constructors are needed.Bartosz Taudul
2019-02-18Provide empty {Gpu,Vk}CtxScope classes if tracy is disabled.Bartosz Taudul
2018-12-13Allow forcing call stack capture.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 OpenGL tracing.Bartosz Taudul
2018-07-11Early exit in GpuCtx::Collect().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-22OpenGL needs query id translation.Bartosz Taudul
2018-06-22Remove GPU resync support.Bartosz Taudul
2018-06-22Send query ids of GPU times.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-22Support callstack collection for OpenGL GPU zones.Bartosz Taudul
2018-06-17Send GPU zone thread handle.Bartosz Taudul
2018-06-17Send timestamp period in GPU context announcement.Bartosz Taudul
2018-03-31Harden client code against unaligned memory access.Bartosz Taudul
2017-11-25Use named colors.Bartosz Taudul
2017-11-25Move common variables out of the loop.Bartosz Taudul
2017-11-25Perform GPU to CPU resynchronization on each collect event.Bartosz Taudul
2017-11-25Use consistent names.Bartosz Taudul
2017-11-22Remove unused GpuCtx stub class.Bartosz Taudul
2017-11-22Bump number of query slots to 64K.Bartosz Taudul
2017-11-20Apple can't into standards compliance.Bartosz Taudul
2017-11-17Query OpenGL time stamp accuracy.Bartosz Taudul
2017-11-16Context is no longer passed to OpenGL macros.Bartosz Taudul