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