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