tracy/server
2020-08-04 17:09:17 +02:00
..
IconsFontAwesome5.h
tracy_pdqsort.h Force inline internal pdqsort functions. 2017-12-08 23:25:48 +01:00
tracy_robin_hood.h
tracy_xxh3.h Bump xxh3 to fix AVX512 problems. 2020-07-05 11:29:06 +02:00
tracy_xxhash.h Bump xxh3 to 0.7.4. 2020-06-27 17:01:31 +02:00
TracyBadVersion.cpp Remove support for non-extended font builds. 2020-03-26 23:04:44 +01:00
TracyBadVersion.hpp
TracyBuzzAnim.hpp Add simple animation controller. 2018-08-17 22:23:04 +02:00
TracyCharUtil.hpp
TracyColor.cpp
TracyColor.hpp
TracyDecayValue.hpp
TracyEvent.hpp
TracyFileHeader.hpp
TracyFileRead.hpp
TracyFilesystem.cpp
TracyFilesystem.hpp
TracyFileWrite.hpp Add zstd compression to FileWrite. 2020-02-08 16:14:43 +01:00
TracyImGui.hpp
TracyMemory.cpp
TracyMemory.hpp
TracyMicroArchitecture.cpp Update instruction tables to "may 2020". 2020-06-03 21:17:52 +02:00
TracyMicroArchitecture.hpp
TracyMmap.cpp
TracyMmap.hpp Add mmap() wrapper. 2020-02-12 19:24:30 +01:00
TracyMouse.cpp Clear potential click after mouse button is released. 2020-08-01 13:01:04 +02:00
TracyMouse.hpp Add mouse click vs drag logic. 2020-08-01 12:35:15 +02:00
TracyPopcnt.hpp
TracyPrint.cpp
TracyPrint.hpp Disable charconv on gcc/clang. 2020-02-13 19:22:08 +01:00
TracyShortPtr.hpp Fix 32-bit short_ptr. 2020-02-02 02:36:28 +01:00
TracySlab.hpp Optimize slab allocation. 2020-02-23 19:43:00 +01:00
TracySort.hpp
TracySourceView.cpp When selecting function in symbol view, go to function location. 2020-07-19 23:43:52 +02:00
TracySourceView.hpp
TracyStorage.cpp Fix edge case in directory structure creation. 2020-06-19 17:17:26 +02:00
TracyStorage.hpp
TracyStringDiscovery.hpp
TracyTaskDispatch.cpp Add task dispatcher to server. 2019-09-20 22:58:12 +02:00
TracyTaskDispatch.hpp Add task dispatcher to server. 2019-09-20 22:58:12 +02:00
TracyTexture.cpp Enable linear filtering for frame images. 2020-07-29 13:31:26 +02:00
TracyTexture.hpp Drop support for ETC1 frame images. 2019-08-15 16:29:50 +02:00
TracyTextureCompression.cpp Move RDO threshold logic to tables. 2020-06-11 14:09:19 +02:00
TracyTextureCompression.hpp Perform rate distortion optimization on frame images. 2020-04-05 15:04:18 +02:00
TracyThreadCompress.cpp
TracyThreadCompress.hpp Use Martin Ankerl's robin hood unordered map. 2020-01-28 21:49:36 +01:00
TracyUserData.cpp Save/load source substitutions. 2020-04-18 14:25:04 +02:00
TracyUserData.hpp
TracyVarArray.hpp Support call stacks longer than 255 entries. 2020-03-28 18:04:33 +01:00
TracyVector.hpp
TracyVersion.hpp Save GPU context calibration state. 2020-07-07 21:25:35 +02:00
TracyView.cpp
TracyView.hpp Move Range, RangeSlim out of View. 2020-08-04 17:09:17 +02:00
TracyViewData.hpp Move Range, RangeSlim out of View. 2020-08-04 17:09:17 +02:00
TracyWorker.cpp No need for lean alloc srcloc zone begin messages. 2020-07-26 14:35:04 +02:00
TracyWorker.hpp No need for lean callstack sample message. 2020-07-26 14:28:13 +02:00
TracyYield.hpp