1. ec9cf2a Rename namespace dawn_native to dawn::native. by Corentin Wallez · 3 years, 2 months ago chromium/4825 chromium/4826
  2. 7f8fa04 Use C++17 nested namespaces instead of manually nesting them. by Corentin Wallez · 3 years, 2 months ago
  3. 5230c6b Implement 3D texture copies on Metal by Austin Eng · 3 years, 10 months ago
  4. 50f9958 DeviceBase: Make object creation use ResultOrError<Ref<T>> by Corentin Wallez · 4 years ago
  5. 76d9e34 Eagerly destroy CommandBuffer commands after submission by Enrico Galli · 4 years, 7 months ago
  6. 5191adc Query API: WriteTimestamp by Hao Li · 4 years, 9 months ago
  7. c64242d Make RefCounted derived objects have private destructors by Rafael Cintron · 5 years ago
  8. 0c66bcd Reland "Metal: Add CommandRecordingContext" by Austin Eng · 5 years ago
  9. 15c442e Revert "Metal: Add CommandRecordingContext" by Corentin Wallez · 5 years ago
  10. 2b3975f Metal: Add CommandRecordingContext by Austin Eng · 5 years ago
  11. 321c122 Remove the "Base" from pure-frontend dawn_native types by Corentin Wallez · 5 years ago
  12. 4b90c47 Add missing descriptors that are present in WebGPU. by Corentin Wallez · 6 years ago
  13. c0c7e2f Add workaround on using non-zero ResolveLevel or ResolveSlice on Metal by Jiawei Shao · 6 years ago
  14. 61c0db7 Refactor the emulation of store and MSAA resolve by Jiawei Shao · 6 years ago
  15. f20f5b9 WebGPU error handling 5: Move CmdBufBuilder logic to CmdEncoder by Corentin Wallez · 6 years ago
  16. 81da14f Remove RenderPassDescriptor from BeginRenderPassCmd by Jiawei Shao · 6 years ago
  17. 49a65d0 dawn_native: Fixup namespace from backend:: to dawn_native:: by Corentin Wallez · 7 years ago
  18. 30965a7 dawn_native: Fixup header guards from BACKEND_ to DAWNNATIVE_ by Corentin Wallez · 7 years ago
  19. d37523f Move src/backend to src/dawn_native by Corentin Wallez · 7 years ago[Renamed (96%) from src/backend/metal/CommandBufferMTL.h]
  20. 4a9ef4e Rename the copyright authors from NXT to Dawn by Corentin Wallez · 7 years ago
  21. 976430c CommandBufferMTL: Iterate per-pass by Corentin Wallez · 7 years ago
  22. f58d84d Format: src/backend/metal by Corentin Wallez · 7 years ago
  23. b0c75a5 Member rename: src/backend/metal by Corentin Wallez · 7 years ago
  24. fffe6df Split backend/common in backend/ and common/ by Corentin Wallez · 8 years ago
  25. 2dd73fb Remove unnecessary Device forwarding. by Corentin Wallez · 8 years ago
  26. 6cb33ef Metal: Introduce a proper BufferUploader and PendingCommands by Corentin Wallez · 8 years ago
  27. 0ba5550 Metal: split non-trivial objects in their own file. by Corentin Wallez · 8 years ago