- 8bf8587 Rename namespace dawn_platform to dawn::platform. by Corentin Wallez · 3 years ago
- 7f8fa04 Use C++17 nested namespaces instead of manually nesting them. by Corentin Wallez · 3 years, 1 month ago
- 4e3ddbd Add label to the trace events for pipeline and shader module creation by Jiawei Shao · 3 years, 2 months ago chromium/4722
- 5d39860 Implement AsyncWaitableEvent with std::condition_variable by Jiawei Shao · 3 years, 8 months ago
- c952097 Remove incorrect ASSERT in ~AsyncWaitableEvent by Jiawei Shao · 3 years, 9 months ago
- 064f33e Implement WaitableEvent and WorkerTaskPool for multi-threaded tasks by Jiawei Shao · 4 years ago
- cf820d7 Rename STRIDE_UNDEFINED to COPY_STRIDE_UNDEFINED by Kai Ninomiya · 4 years, 1 month ago
- 41b3f9c D3D12: Support caching DX shaders. by Bryan Bernhart · 4 years, 2 months ago
- 973d145 Make dawn_platform a component. by Corentin Wallez · 4 years, 3 months ago
- 18c7b0e Add the -Wdeprecated-copy-dtor warning. by Corentin Wallez · 4 years, 3 months ago
- 6328356 Autoformat everything except tests/examples by Kai Ninomiya · 4 years, 7 months ago
- 60bb88d Fix remaining -pedantic warnings. by Corentin Wallez · 4 years, 9 months ago
- 5b7292c Fix more compilation warnings. by Zhenyao Mo · 4 years, 10 months ago
- 8619cbe Fix two warnings. by Zhenyao Mo · 4 years, 10 months ago
- 5c2d2e7 Split dawn_(native|wire|platform) to their own BUILD.gn files by Corentin Wallez · 4 years, 10 months ago
- 7fe6efb Add initial CMakeLists.txt files by Corentin Wallez · 5 years ago
- 73d5bb5 Use enums for trace event categories by Austin Eng · 5 years ago
- 92a011a Record and dump trace events in the perf tests by Austin Eng · 5 years ago
- ae2415c Trace MTLCommandBuffer acquisition and submission on Metal by Austin Eng · 5 years ago
- d4ce736 Add dawn_platform::Platform for handling tracing events in Dawn by Austin Eng · 5 years ago