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
2022-07-28Allow creating RGBA textures.Bartosz Taudul
2022-07-28Move imgui backends to a subdirectory.Bartosz Taudul
2021-11-19Allow forceful insertion into main thread queue.Bartosz Taudul
2021-08-22Add missing include for intptr_t.Bartosz Taudul
2021-08-22Update ImGui GLFW and OpenGL 3.x backends.Bartosz Taudul
2020-08-15Perform OpenGL texture cleanup only on main thread.Bartosz Taudul
2020-08-13Clamp frame image textures to edge.Bartosz Taudul
2020-07-29Enable linear filtering for frame images.Bartosz Taudul
2019-08-15Drop support for ETC1 frame images.Bartosz Taudul
2019-07-19Disable bilinear filtering for frame images.Bartosz Taudul
2019-06-27Switch to DXT1 textures in profiler utility.Bartosz Taudul
2019-06-07Proper case in includes.Bartosz Taudul
2019-06-07Silence warnings.Bartosz Taudul
2019-06-07Frame images are now ETC1 compressed.Bartosz Taudul
2019-06-06Add texture wrapper.Bartosz Taudul