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
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
https://lists.apple.com/archives/mac-opengl/2014/Nov/msg00005.html
2017-11-17Query OpenGL time stamp accuracy.Bartosz Taudul
2017-11-16Context is no longer passed to OpenGL macros.Bartosz Taudul
2017-11-15Workaround gcc issues.Bartosz Taudul
2017-11-15Don't send source location pointer in query reply.Bartosz Taudul
Since reply order is the same as the query order, the server already knows what source location it receives. This observation allows placing zone name into the source location struct.
2017-11-14Simplify GPU context handling.Bartosz Taudul
2017-11-12Document header include requirements.Bartosz Taudul
2017-11-12Stub GPU defines and class when profiler is disabled.Bartosz Taudul
2017-11-12GPU time transfer.Bartosz Taudul
2017-11-11Assert against overrun.Bartosz Taudul
2017-11-11CPU-side GPU event transfer.Bartosz Taudul
2017-11-11GPU context registration.Bartosz Taudul