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