1. 2a5b981 Deprecation of using 0 as default size in buffer mapAsync by Zhaoming Jiang · 3 years, 5 months ago
  2. 51791e0 Add 'reason' argument to device lost callback by Kai Ninomiya · 3 years, 6 months ago
  3. bffc966 Add wgpuDeviceGetLimits. Split Required/Supported limit structs by Austin Eng · 3 years, 6 months ago
  4. c7203ba Remove deprecated ComputePipelineDescriptor.computeStage by Corentin Wallez · 3 years, 6 months ago
  5. baf8df3 dawn_wire/client: Add RequestTracker helper by Corentin Wallez · 3 years, 7 months ago chromium/4630
  6. 52ad8f6 client: call pending GetCompilationInfo on Disconnect by Corentin Wallez · 3 years, 7 months ago
  7. 378ea27 Remove stray reference to GetDefaultQueue by Corentin Wallez · 3 years, 7 months ago
  8. 813a855 Remove deprecated WireClient/Server handlers functions by shrekshao · 3 years, 8 months ago
  9. 6e680fc MapAsync update: keep read/write handle through lifetime of mappable buffers by shrekshao · 3 years, 8 months ago
  10. 0d50a2c ComputePipelineDescriptor.computeStage->compute by Brandon Jones · 3 years, 9 months ago
  11. b44000e Add the user-visible logging interface. by Zhaoming Jiang · 3 years, 10 months ago
  12. 41c87d9 Removed deprecated CreateRenderPipeline path by Brandon Jones · 3 years, 10 months ago
  13. a548578 Remove Fences by Brandon Jones · 3 years, 10 months ago
  14. ed1afa8 client::Buffer: In debug mode, clobber mMappedData when it is freed by Corentin Wallez · 4 years ago
  15. e190045 dawn_wire: Add support for injecting/reserving swapchains by Corentin Wallez · 4 years ago
  16. 6f2bbe9 Implement GPUCompilationInfo by Brandon Jones · 4 years ago
  17. 8ac6a48 Make CreateRenderPipelineAsync use Descriptor2 by Corentin Wallez · 4 years ago
  18. 8091584 Rename Buffer/TextureCopyView to ImageCopyBuffer/Texture. by Corentin Wallez · 4 years ago
  19. bd3f586 dawn_wire: Move BufferConsumer to it's own file. Unify WIRE_TRY by Austin Eng · 4 years, 1 month ago
  20. c093db2 Implement Queue::OnSubmittedWorkDone by Corentin Wallez · 4 years, 1 month ago
  21. 2d3c2e3 Rename CreateReady*Pipeline to Create*PipelineAsync by Corentin Wallez · 4 years, 1 month ago
  22. 1b31dc0 Add a BufferConsumer primitive for wire [de]serialization by Austin Eng · 4 years, 1 month ago
  23. 7fe5aa2 Remove deprecated Wire APIs by Austin Eng · 4 years, 1 month ago
  24. a75b230 Reject callbacks if the device is destroyed before completion by Austin Eng · 4 years, 1 month ago
  25. 6d315da Device: Deprecated GetDefaultQueue in favor of ::GetQueue() by Corentin Wallez · 4 years, 1 month ago
  26. 4d66fb2 dawn_wire: Implement device-related callbacks for multiple devices by Austin Eng · 4 years, 2 months ago
  27. 45ce1fd dawn_wire: Add an API to reclaim reserved devices and textures by Austin Eng · 4 years, 2 months ago
  28. 8bcde8e dawn_wire: Add Reserve/InjectDevice by Austin Eng · 4 years, 2 months ago
  29. 1c84a6b Missing header for VS1029 (for commit 8c58491d) by Carl Woffenden · 4 years, 2 months ago
  30. 8c58491 dawn_wire: Skip device inject error if the client drops the device by Austin Eng · 4 years, 2 months ago
  31. 8ba0a01 Ensure all wire child objects are destroyed before their device by Austin Eng · 4 years, 2 months ago
  32. 5ad5557 Remove special-casing of device reference/release in the wire by Austin Eng · 4 years, 2 months ago
  33. f0d7cc4 dawn_wire: Make all objects owned by the client by Austin Eng · 4 years, 2 months ago
  34. e650b38 Minor fix to build with MSVC: Gets content address instead of iterator by Carl Woffenden · 4 years, 2 months ago
  35. e3fd026 Use a common helper for std::nothrow by Austin Eng · 4 years, 2 months ago
  36. 75a1f52 Remove storage class specifier for the explicit template specialization by Ivan Murashov · 4 years, 4 months ago
  37. f2bc3b3 Print warning if errors occur and no error callback has been set by Austin Eng · 4 years, 4 months ago
  38. 7ceffe8 dawn_wire: Reject new callbacks if the client is disconnected by Austin Eng · 4 years, 4 months ago
  39. b70a5b0 Reject all callbacks with DeviceLost on wire client disconnect by Austin Eng · 4 years, 4 months ago
  40. 3120d5e Track and destroy all child objects on wire client destruction by Austin Eng · 4 years, 4 months ago
  41. 42103bc Fix crash when device is removed before CreateReady*Pipeline callback by Jiawei Shao · 4 years, 5 months ago
  42. 03e1400 Add the entry point of CreateReadyRenderPipeline by Jiawei Shao · 4 years, 5 months ago
  43. d676f44 Reland "Replace the wire serializer with a no-op impl on disconnect" by Austin Eng · 4 years, 5 months ago
  44. ae5f950 Add the entry point of CreateReadyComputePipeline by Jiawei Shao · 4 years, 5 months ago
  45. b193827 Revert "Replace the wire serializer with a no-op impl on disconnect" by Austin Eng · 4 years, 5 months ago
  46. e757c01 Replace the wire serializer with a no-op impl on disconnect by Austin Eng · 4 years, 5 months ago
  47. cac0442 dawn_wire: Support chunked commands by Austin Eng · 4 years, 5 months ago
  48. 4171134 Buffer: Validate the offset is aligned to 8 by Corentin Wallez · 4 years, 5 months ago
  49. 3066cd3 dawn_wire: Guarantee OOM on MAX_SIZE_T sized buffers. by Corentin Wallez · 4 years, 5 months ago
  50. 16e01af Reland "Add a per-thread proc table using thread local storage" by Austin Eng · 4 years, 5 months ago
  51. 326e14f Revert "Add a per-thread proc table using thread local storage" by Kai Ninomiya · 4 years, 5 months ago
  52. b04a92f Add a per-thread proc table using thread local storage by Austin Eng · 4 years, 5 months ago
  53. df90930 wire::client: Make Buffer::MapAsync surface server-side errors. by Corentin Wallez · 4 years, 5 months ago
  54. ed2b465 Report more detailed error information for the failures of mapAsync by Jiawei Shao · 4 years, 6 months ago
  55. 0b89b27 Move client-side OnCompletion callbacks to the server. by Austin Eng · 4 years, 7 months ago
  56. f7123d7 Remove MapRead/WriteAsync and CreateBufferMapped by Corentin Wallez · 4 years, 7 months ago
  57. 13f3340 Remove wgpu::Buffer::SetSubData by Corentin Wallez · 4 years, 7 months ago
  58. f93fa6a dawn_wire: Implement CreateBufferMapped on top of mappedAtCreation by Corentin Wallez · 4 years, 8 months ago
  59. b88b1a15 Revert "dawn_wire: Implement CreateBufferMapped on top of mappedAtCreation" by Corentin Wallez · 4 years, 8 months ago
  60. 0811ecc dawn_wire: Implement CreateBufferMapped on top of mappedAtCreation by Corentin Wallez · 4 years, 8 months ago
  61. 5b007a5 dawn_wire: Implement MapRead/WriteAsync on top of MapAsync by Corentin Wallez · 4 years, 8 months ago
  62. 0d158ac Fix some bugs in buffer mapping in the wire client by Kai Ninomiya · 4 years, 8 months ago
  63. f6e7044 Add offset and size to Get[Const]MappedRange. by Corentin Wallez · 4 years, 8 months ago
  64. 450b6f4 Use MapAsync callback for server->client map callbacks. by Corentin Wallez · 4 years, 8 months ago
  65. c15c6eb dawn_wire/server: Use MapAsync to do Map[Read/Write]Async by Corentin Wallez · 4 years, 8 months ago
  66. 9d66c53 Implementing Queue::WriteTexture in Metal by Tomek Ponitka · 4 years, 8 months ago
  67. 0d52f80 Implement Buffer::MapAsync by Corentin Wallez · 4 years, 8 months ago
  68. 6328356 Autoformat everything except tests/examples by Kai Ninomiya · 4 years, 8 months ago
  69. a9c7d64 Adding Queue::WriteTexture by Tomek Ponitka · 4 years, 8 months ago
  70. b2ea191 Implement GPUBufferDescriptor.mappedAtCreation. by Corentin Wallez · 4 years, 8 months ago
  71. dbf805f Update GetMappedRange to not produce validation errors by Corentin Wallez · 4 years, 8 months ago
  72. 00d6215 dawn_wire/client: Add ToAPI and FromAPI helpers. by Corentin Wallez · 4 years, 9 months ago
  73. 2f616dd dawn_wire: Remove client/ApiProcs_autogen.h by Corentin Wallez · 4 years, 9 months ago
  74. d411726 dawn_wire: Make ApiProcs call into objects directly. by Corentin Wallez · 4 years, 9 months ago
  75. 9fa6883 dawn_wire/client: Encapsulate all queue/fence-related logic by Corentin Wallez · 4 years, 9 months ago
  76. 1325ab1 Add Buffer::Get[|Const]MappedRange by Corentin Wallez · 4 years, 9 months ago
  77. bae16b4 dawn_wire/client: Encapsulate all buffer-related logic in Buffer.cpp by Corentin Wallez · 4 years, 9 months ago
  78. 90abd47 dawn_wire: Factor the common command serialization pattern. by Corentin Wallez · 4 years, 9 months ago
  79. cf1fdf4 Handle OOM buffer allocations better by Austin Eng · 4 years, 9 months ago
  80. 47a3341 Deprecate Buffer::SetSubData in favor of Queue::WriteBuffer by Corentin Wallez · 4 years, 10 months ago
  81. 275a95c Fix missing headers with libstdc++ (GCC 10.1) by nihui · 4 years, 10 months ago
  82. a1800c0 Make fence descriptor optional by Austin Eng · 4 years, 10 months ago
  83. 409cf67 Special-case GetDefaultQueue in the wire by Corentin Wallez · 5 years ago
  84. 5e08859 Revert "Special-case GetDefaultQueue in the wire" by Corentin Wallez · 5 years ago
  85. f93791a Special-case GetDefaultQueue in the wire by Corentin Wallez · 5 years ago
  86. f941205 Use new gmock MOCK_FUNCTION macro. by Corentin Wallez · 5 years ago
  87. ba72944 dawn_wire: Validate all objects are from the same device in the client by Austin Eng · 5 years ago
  88. 0ff7ed4 Remove CreateBufferMappedAsync by Corentin Wallez · 5 years ago
  89. 93bea5c Add WireClient::Disconnect to stop serializing commands by Austin Eng · 5 years ago
  90. 518c8e7 Cleanup: Rename dawn_wire Object "serial" to "generation" by Austin Eng · 5 years ago
  91. 077a427 Tombstone exhausted ObjectIds in the wire by Austin Eng · 5 years ago
  92. 7119a02 BUILD.gn: enable additional warnings. by Corentin Wallez · 5 years ago
  93. 36cd174 dawn_wire: Correctly handle buffer state changes on Destroy() by Corentin Wallez · 5 years ago
  94. 9bba4a9 Add DeviceLostCallback to dawn.json and dawn_wire by Natasha Lee · 5 years ago
  95. 1fdcb16 Make dawn_wire use the webgpu.h header by Corentin Wallez · 5 years ago
  96. 8eb8385 dawn_wire: Tag deserialize commands with volatile pointer by Austin Eng · 5 years ago
  97. e06f01b dawn_wire: Forward client-generated errors to the server by Austin Eng · 5 years ago
  98. 09cc2b9 Fixed compilation issues when using libstdc++ by Mathieu-Andre Chiasson · 5 years ago
  99. 45238d7 Add empty implementations of Push/PopErrorScope by Austin Eng · 6 years ago
  100. 45ea7e6 Rename SetErrorCallback to SetUncapturedErrorCallback by Austin Eng · 6 years ago