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
diff options
context:
space:
mode:
authorThales Sabino <thales@codeplay.com>2020-05-27 18:26:52 +0300
committerThales Sabino <thales@codeplay.com>2020-06-05 12:15:47 +0300
commita46f83364e71bb2ae7e9b54d3029858cd8c8f815 (patch)
tree236e9ba9a8ff2258c818ecd8f4f6b90e063bb2ce /AUTHORS
parent6793b34fb53b77fbce8d1b8a6f9f51af51fa12af (diff)
Add OpenCL trace support
- Adds the file TracyOpenCL.hpp which contains the API to annotate OpenCL applications - It works in a similar fashion to the Vulkan annotations - Adds an example OpenCL application in examples/OpenCLVectorAdd - Adds "OpenCL Context" to the UI - Manual entry for annotating OpenCL zones
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 2719cf57..ca3b476e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,3 +7,4 @@ Till Rathmann <till.rathmann@gmx.de> (DLL support)
Sherief Farouk <sherief.personal@gmail.com> (compatibility fixes)
Dedmen Miller <dedmen@dedmen.de> (find zone bug fixes, improvements)
Michał Cichoń <michcic@gmail.com> (OSX call stack decoding backport)
+Thales Sabino <thales@codeplay.com> (OpenCL support)