- 51791e0 Add 'reason' argument to device lost callback by Kai Ninomiya · 3 years, 6 months ago
- 8a0b49b Add check for an invalid D3D12/Vk object in SetDebugLabel by Brandon Jones · 3 years, 7 months ago
- 2849712 Fix memory issues in logging callback by Zhaoming Jiang · 3 years, 8 months ago
- 2a57db7 update compute shaders to include workgroup_size in their attribute by Sarah · 3 years, 9 months ago
- 0d50a2c ComputePipelineDescriptor.computeStage->compute by Brandon Jones · 3 years, 10 months ago
- 9d911d4 [Vulkan] Free bind group layouts pending deallocation on shut down by Austin Eng · 3 years, 10 months ago
- 41c87d9 Removed deprecated CreateRenderPipeline path by Brandon Jones · 3 years, 10 months ago
- 4589de6 Remove DAWN_SKIP_TEST_IF -- Part I by Jiawei Shao · 3 years, 10 months ago
- a548578 Remove Fences by Brandon Jones · 3 years, 10 months ago
- 045a02a Fix incorrect return status of Create*PipelineAsync when device is lost by Jiawei Shao · 4 years ago
- e87ea2b Update WGSL syntax for end2end tests by Brandon Jones · 4 years ago
- 21bd02b Remove deprecated WGSL "-> void" by Corentin Wallez · 4 years ago
- 7aec4ae Remove utility to create shader modules from GLSL by Corentin Wallez · 4 years ago
- b00de7f API evolution GPUExtent3D.depth -> depthOrArrayLayers (Step 2) by shrekshao · 4 years ago
- bff9d3a Updating end-2-end tests to use new RenderPipelineDescriptor format by Brandon Jones · 4 years ago
- c568684 Migrate all tests over to using Default Struct Layout by Ben Clayton · 4 years ago
- 4165c1c Deprecate fences. by Corentin Wallez · 4 years, 1 month ago
- c093db2 Implement Queue::OnSubmittedWorkDone by Corentin Wallez · 4 years, 1 month ago
- e9f4299 Enable more tests on OpenGL and OpenGL ES backends. by Stephen White · 4 years, 1 month ago
- c1d3a66 Immediately call fence and map callbacks on device loss. by Corentin Wallez · 4 years, 2 months ago
- b3177d4 Make SamplerDescriptor optional in CreateSampler by shrekshao · 4 years, 2 months ago
- 0f9c2d7 Update Dawn tests to use group instead of set. by dan sinclair · 4 years, 2 months ago
- 8ef94f1 Don't forward device lost errors to the uncaptured error callback by Austin Eng · 4 years, 2 months ago
- 8d38c01 Autogenerate all of the wire callback mocks by Austin Eng · 4 years, 3 months ago
- 9c52c299 Updating BindGroupLayoutEntry interface to match latest spec by Brandon Jones · 4 years, 3 months ago
- 21c1e5f Update DeviceLostTests to use WGSL by Austin Eng · 4 years, 4 months ago
- 6b08781 s/OutputAttachment/RenderAttachment/g by Corentin Wallez · 4 years, 5 months ago
- 51af1b4 Have Queue timeline tasks resolve in order by Natasha Lee · 4 years, 5 months ago
- f7123d7 Remove MapRead/WriteAsync and CreateBufferMapped by Corentin Wallez · 4 years, 7 months ago
- 2088cde Update tests to use new mapping APIs by Corentin Wallez · 4 years, 8 months ago
- b2ea191 Implement GPUBufferDescriptor.mappedAtCreation. by Corentin Wallez · 4 years, 9 months ago
- dbf805f Update GetMappedRange to not produce validation errors by Corentin Wallez · 4 years, 9 months ago
- 4234d78 Deprecate TextureDescriptor::arrayLayerCount -> size.depth by Corentin Wallez · 4 years, 9 months ago
- 47a3341 Deprecate Buffer::SetSubData in favor of Queue::WriteBuffer by Corentin Wallez · 4 years, 10 months ago
- 40dc5d3 Cleanup: Remove unnecessary TestSetUp overload by Austin Eng · 4 years, 10 months ago
- 3966eb1 Deprecate BG[L]Desc::binding[s|Count] in favor of entr[ies|yCount] by Corentin Wallez · 5 years ago
- f941205 Use new gmock MOCK_FUNCTION macro. by Corentin Wallez · 5 years ago
- 0ff7ed4 Remove CreateBufferMappedAsync by Corentin Wallez · 5 years ago
- cd586a9 Null: Properly fake commands being completed on WaitForIdle by Corentin Wallez · 5 years ago
- c3c6694 Rename BG[L]Binding to BG[L]Entry by Corentin Wallez · 5 years ago
- e5753d2 Enable (and fix) the DeviceLost tests on Metal by Corentin Wallez · 5 years ago
- 31eacb9 LoseForTesting can only be called once by Natasha Lee · 5 years ago
- 3ded65e Default initialize all descriptors by Austin Eng · 5 years ago
- 6c1d646 Change extern const DawnTestParam helpers to functions by Austin Eng · 5 years ago
- c306351 Handle Device Lost for Fence and Queue::Signal by Natasha Lee · 5 years ago
- 2dd9ed0 Handle Device Lost for Command Encoder Finish by Natasha Lee · 5 years ago
- 74f5054 Handle Device Lost for Buffer by Natasha Lee · 5 years ago
- d87e676 Add the webgpu.h swapchain creation path by Corentin Wallez · 5 years ago
- 80880ee Device Loss handle GetBindGroupLayout and test by Natasha Lee · 5 years ago
- 0ecc48e Handle DeviceLost error by Natasha Lee · 5 years ago