1. 7dc906a Improve validation messages for surface/swap chain by Brandon Jones · 3 years, 3 months ago
  2. 91851e2 Remove several compile-time constants in favor of limits by Austin Eng · 3 years, 3 months ago chromium/4669
  3. 8d195d5 Refactors dawn_native objects for list tracking and adds destroy skeleton API. by Loko Kung · 3 years, 4 months ago
  4. 5ae66fb Add Tag for Unimplemented Labels to ObjectBase Constructor by Brandon Jones · 3 years, 5 months ago
  5. ed8a8c0 Triage Dawn TODOs by Austin Eng · 3 years, 7 months ago chromium/4534 chromium/4535
  6. 2ce4b90 dawn_native: Prefix all API methods with API by Corentin Wallez · 3 years, 10 months ago
  7. b00de7f API evolution GPUExtent3D.depth -> depthOrArrayLayers (Step 2) by shrekshao · 3 years, 10 months ago
  8. 0325e45 Add more constants for max texture sizes by Yunchao He · 4 years ago
  9. a662637 dawn_native: Make CreateView's descriptor default to nullptr by Corentin Wallez · 4 years, 2 months ago
  10. 55f251d RefBase: remove implicit conversion to bool. by Corentin Wallez · 4 years, 2 months ago
  11. 3317374 Use IsSubset in more places. by Corentin Wallez · 4 years, 2 months ago
  12. 6b08781 s/OutputAttachment/RenderAttachment/g by Corentin Wallez · 4 years, 3 months ago
  13. 25eeaa3 Make Surface reference its attached SwapChain by Corentin Wallez · 4 years, 3 months ago
  14. 1c2a039 Optimize subresource tracking - use texture view by Yunchao He · 4 years, 7 months ago
  15. 4234d78 Deprecate TextureDescriptor::arrayLayerCount -> size.depth by Corentin Wallez · 4 years, 7 months ago
  16. c64242d Make RefCounted derived objects have private destructors by Rafael Cintron · 4 years, 9 months ago
  17. 11652ff Implement the webgpu.h swapchains on Metal by Corentin Wallez · 4 years, 10 months ago
  18. 2fd6181 Handle Device Lost for SwapChain by Natasha Lee · 5 years ago
  19. d26ee85 Implement the webgpu.h swapchains in the frontend and Null backend. by Corentin Wallez · 5 years ago
  20. d87e676 Add the webgpu.h swapchain creation path by Corentin Wallez · 5 years ago
  21. 604072b Make the SwapChain interface match webgpu.h by Corentin Wallez · 5 years ago
  22. 9f90c8d Make dawn_native public headers and dawn_wsi use webgpu.h by Corentin Wallez · 5 years ago
  23. 1f6c8c4 Make dawn_native use the webgpu.h header by Corentin Wallez · 5 years ago
  24. 86d921e Add MaybeError to d3d12::Device::ExecuteCommandList by Rafael Cintron · 5 years ago
  25. 9e9e29f Remove Bit from TextureUsageBit and BufferUsageBit by Corentin Wallez · 5 years ago
  26. 45f9730 Capitalize C types dawn -> Dawn by Austin Eng · 6 years ago
  27. 2030166 Rename several parameters to match WebGPU IDL by Jiawei Shao · 6 years ago
  28. 7be2a71 Descriptorize SwapChain. by Corentin Wallez · 6 years ago
  29. a594f8f WebGPU error handling 1: Return error objects on errors. by Corentin Wallez · 6 years ago
  30. 8bff3b2 Make TextureDescriptor match WebGPU IDL by Jiawei Shao · 6 years ago
  31. 84cde51 Rename mipLevel to levelCount in TextureDescriptor by Jiawei Shao · 6 years ago
  32. 9e4518b Put the reference to DeviceBase in a new ObjectBase by Corentin Wallez · 6 years ago
  33. 29353d6 dawn.json: Make textureDescriptor use Extent3D by Corentin Wallez · 6 years ago
  34. 425428f Descriptorize Texture by Jiawei Shao · 6 years ago
  35. 49a65d0 dawn_native: Fixup namespace from backend:: to dawn_native:: by Corentin Wallez · 6 years ago
  36. d37523f Move src/backend to src/dawn_native by Corentin Wallez · 6 years ago[Renamed (97%) from src/backend/SwapChain.cpp]
  37. b1669e3 Change the API prefix in generators from nxt to dawn by Corentin Wallez · 6 years ago
  38. 05c90ee Rename nxt -> dawn for dawn_wsi.h declarations by Corentin Wallez · 6 years ago
  39. 226110f Rename nxt:: to dawn:: in the backends by Corentin Wallez · 6 years ago
  40. 4a9ef4e Rename the copyright authors from NXT to Dawn by Corentin Wallez · 6 years ago
  41. d8c068f Remove explicit usage transition from the API and validation by Corentin Wallez · 7 years ago
  42. aa13be9 Make the Vulkan backend support implicit barriers. by Corentin Wallez · 7 years ago
  43. 22b862e Fix some leaking builder objects in common backend. by Stephen White · 7 years ago
  44. c1400f0 Format: src/backend by Corentin Wallez · 7 years ago
  45. fbecc28 Member rename: src/backend by Corentin Wallez · 7 years ago
  46. 921fb5e remove initialUsage from SwapChain::Configure by Kai Ninomiya · 7 years ago
  47. ee7b6b1 Update SwapChain to configure texture usage by Kai Ninomiya · 7 years ago
  48. c16a67a Swap chains, part 2 (#94) by Kai Ninomiya · 7 years ago
  49. 35bf424 Swap chains, part 1 (#87) by Kai Ninomiya · 7 years ago