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 (Collapse)Author
2021-01-23Release 0.7.5.v0.7.5Bartosz Taudul
2021-01-23Update NEWS.Bartosz Taudul
2021-01-22Merge pull request #168 from jkriegshauser/improve-importBartosz Taudul
Improve chrome import
2021-01-22Merge pull request #169 from sideeffects/opencl_fixesBartosz Taudul
Fixes for OpenCLCtxScope when not active
2021-01-22Fixes for OpenCLCtxScope when !m_active.John Lynch
Both setEvent and the destructor should return immediately when !m_active, as the scope is not properly initialized (m_beginQueryId in particular.)
2021-01-22PR feedback: write the name into the tracy filejoshuakr
2021-01-22Adding a few things to ignorejoshuakr
2021-01-22Update second screenshot.Bartosz Taudul
2021-01-22Fix for macOS buildjoshuakr
2021-01-22Fix vertical padding of items in CPU data table.Bartosz Taudul
2021-01-22Imported Chrome traces bring over thread namesjoshuakr
2021-01-22Imported chrome traces show the file name in the title barjoshuakr
2021-01-22Revert "Fix shutdown hang (resolves #160)"joshuakr
This reverts commit 315d25a787d88d6a7dbc8243f8150696476c9ae7.
2021-01-22Fix typo.Bartosz Taudul
2021-01-22Set appropriate flags for CPU data table columns.Bartosz Taudul
2021-01-22Update pdqsort.Bartosz Taudul
https://github.com/orlp/pdqsort/commit/978bc36a9bd4143a54b2551cfd9ce8a6afd6d04c
2021-01-22Another ImGuiTableColumnFlags_WidthAuto fix.Bartosz Taudul
2021-01-22Update ImGui to 1.80 + docking.Bartosz Taudul
2021-01-21Merge pull request #167 from sideeffects/masterBartosz Taudul
Fix call to clRetainEvent inside assert in OpenCLCtxScope
2021-01-21Move call to clRetainEvent outside of assert withinJohn Lynch
OpenCLCtx::collect, ensuring it is still called when NDEBUG is defined.
2021-01-21In OpenCLCtxScope::SetEvent, the necessary clRetainEventJohn Lynch
call was inside an assert, thus never called if NDEBUG was defined. This change asserts only on the return value of the function, as in other parts of the code.
2021-01-17Merge pull request #166 from kubouch/fix-manual-typosBartosz Taudul
Fix description of csvexport manual entry
2021-01-17Fix description of csvexport manual entrykubouch
2021-01-16Merge pull request #165 from Xenonic/masterBartosz Taudul
D3D12 transient zones
2021-01-16Update manualAndrew Depke
2021-01-16Update NEWSAndrew Depke
2021-01-16Added transient D3D12 zones, fixed callstacksAndrew Depke
2021-01-16Update manual.Bartosz Taudul
2021-01-16Update NEWS.Bartosz Taudul
2021-01-16Add transient Vulkan zones.Bartosz Taudul
2021-01-16Vulkan will now properly send serial callstacks.Bartosz Taudul
2021-01-16Support serial callstacks when processing GPU zones.Bartosz Taudul
2021-01-16Support queuing serial items with callstack.Bartosz Taudul
2021-01-15Rename CallstackMemory to CallstackSerial.Bartosz Taudul
2021-01-15Process allocated source location GPU zones.Bartosz Taudul
2021-01-15Don't operate on short_ptr.Bartosz Taudul
2021-01-15Keep zone begin implementations together.Bartosz Taudul
2021-01-15Add transient OpenGL zones.Bartosz Taudul
2021-01-13Explicitly state which default-linked libraries are needed.Bartosz Taudul
2021-01-08Bump year in LICENSE.Bartosz Taudul
2021-01-08Bump ImGui.Bartosz Taudul
2021-01-06Fix shutdown hang (resolves #160)joshuakr
2020-12-27Mark rprealloc as a part of Tracy API.Bartosz Taudul
2020-12-26Expose rpmalloc init/finalize functions.Bartosz Taudul
2020-12-26Add missing include.Bartosz Taudul
2020-12-21Manually initialize GUID structs.Bartosz Taudul
2020-12-21Check return value of EnableTraceEx2().Bartosz Taudul
2020-12-18Update zstd to 1.4.7.Bartosz Taudul
2020-12-16Add quick-start guide to the manual.Bartosz Taudul
2020-12-16Update NEWS.Bartosz Taudul