1. 813a855 Remove deprecated WireClient/Server handlers functions by shrekshao · 3 years, 8 months ago
  2. 6e680fc MapAsync update: keep read/write handle through lifetime of mappable buffers by shrekshao · 3 years, 8 months ago
  3. 81372da Add placeholder virtual functions to dawn_wire Read/WriteHandle by shrekshao · 3 years, 8 months ago
  4. 0d50a2c ComputePipelineDescriptor.computeStage->compute by Brandon Jones · 3 years, 9 months ago
  5. b44000e Add the user-visible logging interface. by Zhaoming Jiang · 3 years, 9 months ago
  6. 41c87d9 Removed deprecated CreateRenderPipeline path by Brandon Jones · 3 years, 10 months ago
  7. a548578 Remove Fences by Brandon Jones · 3 years, 10 months ago
  8. ed1afa8 client::Buffer: In debug mode, clobber mMappedData when it is freed by Corentin Wallez · 3 years, 11 months ago
  9. e190045 dawn_wire: Add support for injecting/reserving swapchains by Corentin Wallez · 3 years, 11 months ago
  10. 6f2bbe9 Implement GPUCompilationInfo by Brandon Jones · 4 years ago
  11. 68c226d Better fix for DAWN_NO_DISCARD on WireResult by Nico Weber · 4 years ago
  12. cb0bdb3 Remove an attribute that has no effect by Nico Weber · 4 years ago
  13. 8ac6a48 Make CreateRenderPipelineAsync use Descriptor2 by Corentin Wallez · 4 years ago
  14. 8091584 Rename Buffer/TextureCopyView to ImageCopyBuffer/Texture. by Corentin Wallez · 4 years ago
  15. 6e5edc9 IWYU: add missing type_traits for std::is_unsigned by Stephan Hartmann · 4 years ago
  16. bd3f586 dawn_wire: Move BufferConsumer to it's own file. Unify WIRE_TRY by Austin Eng · 4 years ago
  17. c093db2 Implement Queue::OnSubmittedWorkDone by Corentin Wallez · 4 years ago
  18. 2d3c2e3 Rename CreateReady*Pipeline to Create*PipelineAsync by Corentin Wallez · 4 years ago
  19. 76d0e38 Fix the Windows build by Austin Eng · 4 years ago
  20. f104fea Remove size_t from wire transfer structs by Austin Eng · 4 years ago
  21. 1b31dc0 Add a BufferConsumer primitive for wire [de]serialization by Austin Eng · 4 years ago
  22. 7fe5aa2 Remove deprecated Wire APIs by Austin Eng · 4 years, 1 month ago
  23. a75b230 Reject callbacks if the device is destroyed before completion by Austin Eng · 4 years, 1 month ago
  24. 6d315da Device: Deprecated GetDefaultQueue in favor of ::GetQueue() by Corentin Wallez · 4 years, 1 month ago
  25. 623d808 Add a Reserved state for dawn_wire ObjectId allocations by Austin Eng · 4 years, 1 month ago
  26. 4d66fb2 dawn_wire: Implement device-related callbacks for multiple devices by Austin Eng · 4 years, 1 month ago
  27. 45ce1fd dawn_wire: Add an API to reclaim reserved devices and textures by Austin Eng · 4 years, 1 month ago
  28. cef68bc dawn_wire: Fix a bug with multiple injected devices by Austin Eng · 4 years, 1 month ago
  29. 8bcde8e dawn_wire: Add Reserve/InjectDevice by Austin Eng · 4 years, 1 month ago
  30. 1c84a6b Missing header for VS1029 (for commit 8c58491d) by Carl Woffenden · 4 years, 2 months ago
  31. 8c58491 dawn_wire: Skip device inject error if the client drops the device by Austin Eng · 4 years, 2 months ago
  32. 8ba0a01 Ensure all wire child objects are destroyed before their device by Austin Eng · 4 years, 2 months ago
  33. 5ad5557 Remove special-casing of device reference/release in the wire by Austin Eng · 4 years, 2 months ago
  34. f0d7cc4 dawn_wire: Make all objects owned by the client by Austin Eng · 4 years, 2 months ago
  35. 22eff1e Fixes to build with MSVC 2019 by Carl Woffenden · 4 years, 2 months ago
  36. e650b38 Minor fix to build with MSVC: Gets content address instead of iterator by Carl Woffenden · 4 years, 2 months ago
  37. 200941c dawn_wire: Return early in callbacks after the server is destroyed by Austin Eng · 4 years, 2 months ago
  38. e3fd026 Use a common helper for std::nothrow by Austin Eng · 4 years, 2 months ago
  39. 0b0e6e0 use cstring instead of string.h by Stephan Hartmann · 4 years, 3 months ago
  40. d63d562 IWYU: include string.h for memcpy by Stephan Hartmann · 4 years, 3 months ago
  41. 75a1f52 Remove storage class specifier for the explicit template specialization by Ivan Murashov · 4 years, 3 months ago
  42. f2bc3b3 Print warning if errors occur and no error callback has been set by Austin Eng · 4 years, 4 months ago
  43. bc6a700 dawn_wire: Protect against large allocations in ChunkedCommandHandler by Austin Eng · 4 years, 4 months ago
  44. 7ceffe8 dawn_wire: Reject new callbacks if the client is disconnected by Austin Eng · 4 years, 4 months ago
  45. b70a5b0 Reject all callbacks with DeviceLost on wire client disconnect by Austin Eng · 4 years, 4 months ago
  46. 3120d5e Track and destroy all child objects on wire client destruction by Austin Eng · 4 years, 4 months ago
  47. 18c7b0e Add the -Wdeprecated-copy-dtor warning. by Corentin Wallez · 4 years, 4 months ago
  48. 42103bc Fix crash when device is removed before CreateReady*Pipeline callback by Jiawei Shao · 4 years, 4 months ago
  49. 03e1400 Add the entry point of CreateReadyRenderPipeline by Jiawei Shao · 4 years, 4 months ago
  50. e9c99e9 Add algorithm include. by dan sinclair · 4 years, 4 months ago
  51. 1917dc2 IWYU: unique_ptr usage in ChunkedCommandSerializer requires including <memory> by Jose Dapena Paz · 4 years, 4 months ago
  52. d676f44 Reland "Replace the wire serializer with a no-op impl on disconnect" by Austin Eng · 4 years, 4 months ago
  53. ae5f950 Add the entry point of CreateReadyComputePipeline by Jiawei Shao · 4 years, 5 months ago
  54. 8750913 Cleanup old/deprecated wire and native APIs by Austin Eng · 4 years, 5 months ago
  55. b193827 Revert "Replace the wire serializer with a no-op impl on disconnect" by Austin Eng · 4 years, 5 months ago
  56. e757c01 Replace the wire serializer with a no-op impl on disconnect by Austin Eng · 4 years, 5 months ago
  57. cac0442 dawn_wire: Support chunked commands by Austin Eng · 4 years, 5 months ago
  58. 4171134 Buffer: Validate the offset is aligned to 8 by Corentin Wallez · 4 years, 5 months ago
  59. 3066cd3 dawn_wire: Guarantee OOM on MAX_SIZE_T sized buffers. by Corentin Wallez · 4 years, 5 months ago
  60. 16e01af Reland "Add a per-thread proc table using thread local storage" by Austin Eng · 4 years, 5 months ago
  61. 326e14f Revert "Add a per-thread proc table using thread local storage" by Kai Ninomiya · 4 years, 5 months ago
  62. b04a92f Add a per-thread proc table using thread local storage by Austin Eng · 4 years, 5 months ago
  63. df90930 wire::client: Make Buffer::MapAsync surface server-side errors. by Corentin Wallez · 4 years, 5 months ago
  64. ed2b465 Report more detailed error information for the failures of mapAsync by Jiawei Shao · 4 years, 5 months ago
  65. 19b910d Make dawn components support CMake's BUILD_SHARED_LIBS by Corentin Wallez · 4 years, 6 months ago
  66. 0b89b27 Move client-side OnCompletion callbacks to the server. by Austin Eng · 4 years, 6 months ago
  67. f7123d7 Remove MapRead/WriteAsync and CreateBufferMapped by Corentin Wallez · 4 years, 6 months ago
  68. 13f3340 Remove wgpu::Buffer::SetSubData by Corentin Wallez · 4 years, 7 months ago
  69. f93fa6a dawn_wire: Implement CreateBufferMapped on top of mappedAtCreation by Corentin Wallez · 4 years, 7 months ago
  70. b88b1a15 Revert "dawn_wire: Implement CreateBufferMapped on top of mappedAtCreation" by Corentin Wallez · 4 years, 7 months ago
  71. 0811ecc dawn_wire: Implement CreateBufferMapped on top of mappedAtCreation by Corentin Wallez · 4 years, 7 months ago
  72. 5b007a5 dawn_wire: Implement MapRead/WriteAsync on top of MapAsync by Corentin Wallez · 4 years, 7 months ago
  73. 0d158ac Fix some bugs in buffer mapping in the wire client by Kai Ninomiya · 4 years, 7 months ago
  74. f6e7044 Add offset and size to Get[Const]MappedRange. by Corentin Wallez · 4 years, 8 months ago
  75. 450b6f4 Use MapAsync callback for server->client map callbacks. by Corentin Wallez · 4 years, 8 months ago
  76. c15c6eb dawn_wire/server: Use MapAsync to do Map[Read/Write]Async by Corentin Wallez · 4 years, 8 months ago
  77. 9d66c53 Implementing Queue::WriteTexture in Metal by Tomek Ponitka · 4 years, 8 months ago
  78. 0d52f80 Implement Buffer::MapAsync by Corentin Wallez · 4 years, 8 months ago
  79. 6328356 Autoformat everything except tests/examples by Kai Ninomiya · 4 years, 8 months ago
  80. a9c7d64 Adding Queue::WriteTexture by Tomek Ponitka · 4 years, 8 months ago
  81. b2ea191 Implement GPUBufferDescriptor.mappedAtCreation. by Corentin Wallez · 4 years, 8 months ago
  82. dbf805f Update GetMappedRange to not produce validation errors by Corentin Wallez · 4 years, 8 months ago
  83. 00d6215 dawn_wire/client: Add ToAPI and FromAPI helpers. by Corentin Wallez · 4 years, 8 months ago
  84. 2f616dd dawn_wire: Remove client/ApiProcs_autogen.h by Corentin Wallez · 4 years, 8 months ago
  85. d411726 dawn_wire: Make ApiProcs call into objects directly. by Corentin Wallez · 4 years, 8 months ago
  86. 9fa6883 dawn_wire/client: Encapsulate all queue/fence-related logic by Corentin Wallez · 4 years, 8 months ago
  87. 1325ab1 Add Buffer::Get[|Const]MappedRange by Corentin Wallez · 4 years, 8 months ago
  88. bae16b4 dawn_wire/client: Encapsulate all buffer-related logic in Buffer.cpp by Corentin Wallez · 4 years, 8 months ago
  89. 90abd47 dawn_wire: Factor the common command serialization pattern. by Corentin Wallez · 4 years, 9 months ago
  90. cf1fdf4 Handle OOM buffer allocations better by Austin Eng · 4 years, 9 months ago
  91. 13f4650 Add tests and fix (create) mapping zero-sized buffers by Corentin Wallez · 4 years, 9 months ago
  92. 47a3341 Deprecate Buffer::SetSubData in favor of Queue::WriteBuffer by Corentin Wallez · 4 years, 9 months ago
  93. 275a95c Fix missing headers with libstdc++ (GCC 10.1) by nihui · 4 years, 10 months ago
  94. a1800c0 Make fence descriptor optional by Austin Eng · 4 years, 10 months ago
  95. 409cf67 Special-case GetDefaultQueue in the wire by Corentin Wallez · 4 years, 10 months ago
  96. 5e08859 Revert "Special-case GetDefaultQueue in the wire" by Corentin Wallez · 4 years, 11 months ago
  97. f93791a Special-case GetDefaultQueue in the wire by Corentin Wallez · 4 years, 11 months ago
  98. f941205 Use new gmock MOCK_FUNCTION macro. by Corentin Wallez · 4 years, 11 months ago
  99. ba72944 dawn_wire: Validate all objects are from the same device in the client by Austin Eng · 4 years, 11 months ago
  100. 0ff7ed4 Remove CreateBufferMappedAsync by Corentin Wallez · 4 years, 11 months ago