1. 3764c82 [Kotlin]: Merge the filtering of struct/method members by Corentin Wallez · 8 months ago
  2. 1cef85e [Kotlin] Small fixes for Kotlin whitespace, improving readability by Alex Benton · 8 months ago
  3. 4551ae2 [cpp] value-initialize sub structs by Austin Eng · 8 months ago
  4. a142f5e [Kotlin]: Use JNIContext for temporary "new/new[]" allocations by Corentin Wallez · 9 months ago
  5. 6506fe6 [Kotlin]: Use RAII types for the temp buffer in Enumerate* by Corentin Wallez · 9 months ago
  6. 72f2b14 [Kotlin]: Introduce a JNIContext helper, use it to free JNI allocations by Corentin Wallez · 9 months ago
  7. bc24314 [emscripten] Rename struct info file to match split. by Loko Kung · 9 months ago
  8. f6e7213 [Kotlin] Generalize JNI signature logic. by Jim Blackler · 9 months ago chromium/6593
  9. 351a805 Kotlin: Use correct cast for string type by Jim Blackler · 9 months ago
  10. ad38d75 Use @FastNative for JNI methods. by Jim Blackler · 9 months ago
  11. bcdb976 Fix GCC warnings by Christophe Dehais · 9 months ago
  12. f986604 Kotlin: Enable methods that return containers. by Jim Blackler · 9 months ago
  13. 03d524b dawn::wire::client Use Refcounted for ObjectBase. by Corentin Wallez · 9 months ago
  14. 6d10e26 Add OWNERS for Kotlin team by Alex Benton · 9 months ago
  15. 52987bd A few small whitespace changes that improve the readability and consistency of the generated Kotlin files by Alex Benton · 9 months ago
  16. 8aef2c2 dawn::wire::client::ReturnToAPI take a Ref<T>&& to match dawn::native by Corentin Wallez · 9 months ago
  17. 200877c dawn::wire: Rename DestroyObjectCmd to UnregisterObjectCmd by Corentin Wallez · 9 months ago
  18. 290dd9c WireCmd: Use WGPUBool for all transfer booleans. by Corentin Wallez · 9 months ago
  19. 320554e Add deprecation warning to Adapter::GetProperties() by François Beaufort · 9 months ago
  20. 1178400 Generate files to use Emscripten bindings from outside Emscripten by Kai Ninomiya · 9 months ago
  21. 51765ab [MSan] Fix use-after-dtor issues in generated C++ APIs. by Daniel Cheng · 9 months ago
  22. 83d3e7f [headers] Remove the Flags enums and make them 64-bit by Austin Eng · 9 months ago
  23. 794b1b7 Re-number enum values part 2 by Austin Eng · 9 months ago
  24. cb774b9 dawn::wire::client: Add Ref<T> and use it for refcounting. by Corentin Wallez · 9 months ago
  25. c0bc423 Reland "Make a convenience cpp method for WaitAny with one future" by Austin Eng · 9 months ago
  26. dc15513 Kotlin: Developer-friendly toString() method for enums. by Jim Blackler · 9 months ago
  27. 78df836 Generalize JNI type logic in Kotlin macros. by Jim Blackler · 9 months ago
  28. 7bf614a Indenting fixes in Kotlin template by Jim Blackler · 9 months ago
  29. 00bd53e2c [dawn][fuzzer] Update lpm fuzzer for callback info/function types. by Loko Kung · 9 months ago
  30. a5032a9 [wgpu-headers] Fix unused parameter warnings by James Price · 9 months ago
  31. 9689a47 [dawn][fuzzer] Skip serializing DeviceDescriptor callback structs. by Loko Kung · 9 months ago
  32. b8ebc7a [wgpu-headers] Make lambda callbacks allocate via move. by Loko Kung · 9 months ago
  33. f2a5e57 [wgpu-headers] Update device lost and uncaptured error callbacks. by Loko Kung · 9 months ago
  34. 07b46d7 Make a method to determine which arguments should be included in Kotlin by Jim Blackler · 9 months ago
  35. 2a26b19 Revert "Make a convenience cpp method for WaitAny with one future" by Stephen White · 10 months ago
  36. e68cc7f Make a convenience cpp method for WaitAny with one future by Austin Eng · 10 months ago
  37. 79bc2cd Renumber webgpu.h enums to reserve 0 except for undefined by Austin Eng · 10 months ago chromium/6536
  38. 6f535820 Add struct keyword before structures in new callback function pointers by Jaswant Panchumarti · 10 months ago
  39. 25ed06a GL: Use typedef for EGL/GLGetProcProc and use __stdcall on win32 by Corentin Wallez · 10 months ago
  40. 4afd48b Kotlin methods return binary data in ByteBuffers. by Jim Blackler · 10 months ago
  41. f9960c1 Fix for Kotlin method parameters. by Jim Blackler · 10 months ago
  42. 07bdddb Allow Kotlin coroutines by Jim Blackler · 10 months ago
  43. a4052b6 [wgpu-headers] Updates mapAsync callback to match wgpu-header. by Loko Kung · 10 months ago
  44. 66414c7 Kotlin versions of objects are AutoCloseable and Dawn *Release methods are called on close. by Jim Blackler · 10 months ago
  45. 21df17e Add initial version of the Kotlin JNI conversion by Jim Blackler · 10 months ago
  46. 497df7b Complete the Kotlin bindings for ART Android Apps by Jim Blackler · 10 months ago
  47. aefe7d2 OpenGLES: baseVertex, baseInstance workaround. by Stephen White · 10 months ago
  48. a43d6f6 Add `IWYU pragma: export` in webgpu_cpp.h by Jean-Philippe Gravel · 10 months ago
  49. 7d7e1e4 Remove last reference to wgpuObjReference. by Corentin Wallez · 10 months ago
  50. 221ae88 Don't memcpy zero bytes in generated WireCmd.cpp by David Benjamin · 10 months ago
  51. 64f1a70 webgpu.h: Return wgpu::Status enums by Austin Eng · 10 months ago
  52. ba4c05a Fix dawn wire client cpp call to "2"-suffixed callback functions by Austin Eng · 10 months ago
  53. e8f6010 Reland "Remove mock WGPU[Obj]Release that was deprecated in favor of AddRef" by Jiawei Shao · 11 months ago
  54. ddcf3f8 [dawn][WGPUFutures] Adds conversion helpers for ChainedStruct. by Loko Kung · 11 months ago
  55. c3a2680 Reland "Remove deprecated `APIReference()`" by Jiawei Shao · 11 months ago
  56. c9aad95 [wgpu-headers] Introduce 2nd userdata to popErrorScope callback. by Loko Kung · 11 months ago
  57. 166c9d5 Revert "Remove mock WGPU[Obj]Release that was deprecated in favor of AddRef" by Jiawei Shao · 11 months ago
  58. f72e01b Revert "Remove deprecated `APIReference()`" by Peng Huang · 11 months ago
  59. 5086cd7 Remove mock WGPU[Obj]Release that was deprecated in favor of AddRef by Corentin Wallez · 11 months ago
  60. cbe7958 Remove deprecated `APIReference()` by Jiawei Shao · 11 months ago
  61. 1dfceab Reapply "Generator for Kotlin structures." by Jim Blackler · 11 months ago
  62. f00b249 Revert "Generator for Kotlin structures." by Trevor David Black · 11 months ago
  63. 06b1538 Type-safe enums and bitmasks. by Jim Blackler · 11 months ago
  64. 4e63525 [wgpu-headers] Introduce 2nd userdata to requestAdapter callback. by Loko Kung · 11 months ago
  65. 037f803 Use an internal version of [Static]SamplerBindingLayout. by Corentin Wallez · 11 months ago
  66. 93124ee Generator for Kotlin structures. by Jim Blackler · 11 months ago
  67. 58213ae Implement C INIT macros by Austin Eng · 11 months ago
  68. e9ad507 Add c++ "init structs" for chained struct types by Austin Eng · 11 months ago
  69. 563fe25 cpp: allow casting C++ struct reference types to C types by Austin Eng · 11 months ago
  70. 544321a Include Dawn license header in C++ headers by Austin Eng · 11 months ago
  71. 410f2d0 Add dawn/wire/client/webgpu{_cpp}.h by Austin Eng · 11 months ago
  72. 3bb0b2b Remove extra namespace indent in webgpu_cpp header template by Loko Kung · 11 months ago
  73. f2984cb [dawn][wire] Make FillReservation release WGPU objects if released. by Loko Kung · 11 months ago
  74. 4910ae7 Add WGPU[Obj]AddRef and deprecated WGPU[Obj]Reference by Corentin Wallez · 11 months ago
  75. a9e4caf Make the C++ api header-only by Austin Eng · 12 months ago
  76. 8bb74b2 Reland "Remove SwapChain from the API" by Elie Michel · 12 months ago
  77. 2985826 [dawn][wire] Introduce Reserved objects for allocation and release. by Loko Kung · 12 months ago
  78. 45b88e8 Use an internal version of TextureBindingLayout. by Corentin Wallez · 12 months ago
  79. 5738848 Use an internal version of StorageTextureBindingLayout. by Corentin Wallez · 12 months ago
  80. cea9d98 Use an internal version of BufferBindingLayout. by Corentin Wallez · 12 months ago
  81. 0a552b4 Reland "[wgpu-headers] Align device lost callbacks with webgpu.h and futures." by Loko Kung · 12 months ago
  82. aae22bd Revert "[wgpu-headers] Align device lost callbacks with webgpu.h and futures." by Corentin Wallez · 12 months ago
  83. d9355b1 [wgpu-headers] Align device lost callbacks with webgpu.h and futures. by Loko Kung · 12 months ago
  84. 8c56cd2 Reland "Make dawn_proc print a warning if dawnProcSetProcs is not called." by Corentin Wallez · 12 months ago
  85. 7eeefde Revert "Make dawn_proc print a warning if dawnProcSetProcs is not called." by Austin Eng · 12 months ago chromium/6401
  86. f8037f8 Revert "Remove SwapChain from the API" by Corentin Wallez · 12 months ago
  87. 9ab1440 Make dawn_proc print a warning if dawnProcSetProcs is not called. by Corentin Wallez · 12 months ago
  88. 966c917 Remove SwapChain from the API by Elie Michel · 12 months ago
  89. 8eb36b4 Replace DAWN_UNUSED with [[maybe_unused]] by Austin Eng · 12 months ago
  90. 10b2b06 Fix for handling of path constants. by Jim Blackler · 12 months ago
  91. 2e2d1d7 Supply initial templates for ART library API. by Jim Blackler · 1 year ago
  92. 0b18c8b Fix generation of proc table by Austin Eng · 1 year ago
  93. 53296e8 Revert "Remove SwapChain from the API" by Austin Eng · 1 year, 1 month ago
  94. 8faad45 Remove SwapChain from the API by Elie Michel · 1 year, 1 month ago
  95. 4569ad1 [WGPUFuture] Manually scope the device lock for Future entry points. by Loko Kung · 1 year, 1 month ago
  96. d46120e [dawn][wire] Update generated mock files for new callback info types. by Loko Kung · 1 year, 1 month ago
  97. 7567443 [dawn][wire] Removes InjectDevice. by Loko Kung · 1 year, 1 month ago
  98. 6fe2b96 [WGPUFuture] Implement GetCompilationInfo in wire/native with Futures. by Loko Kung · 1 year, 1 month ago chromium/6307
  99. f03057f Use WireResult instead of bool in various autogen places. by Loko Kung · 1 year, 2 months ago
  100. 8342317 Reland "Remove F suffix for futures from the cpp api" by Austin Eng · 1 year, 2 months ago