1. dbff589 Kotlin: Clarify comment on wrapper object comparison. by Jim Blackler · 5 months ago
  2. d26ee47 Kotlin: different Kotlin objects referencing the same WebGPU object match using ==/.equals() by Jim Blackler · 5 months ago
  3. d237d64 Use the correct C structure when converting 'out' extensible structures. by Jim Blackler · 5 months ago
  4. d61f1ef Fix ubsan enum errors in wire tests, for sType decoding by David Neto · 5 months ago
  5. 6a77127 [dawn][headers] Expose the C++ callback types in the wire header. by Lokbondo Kung · 5 months ago
  6. c58c3aa webgpu.h: Update sentinel values for VertexBufferStepMode by François Beaufort · 5 months ago
  7. f8e4d6a [dawn][test] Update wire testing to only test 2 userdata entry points. by Lokbondo Kung · 6 months ago
  8. 34fad30 [dawn][headers] Adds C++ templated callback types. by Lokbondo Kung · 6 months ago
  9. 78a100c webgpu.h: Add Adapter and Device GetFeatures() methods by François Beaufort · 6 months ago
  10. 978c652 [Kotlin] Fix methods that return containers by Jim Blackler · 6 months ago
  11. 997865f Roll build folder by Jiawei Shao · 6 months ago
  12. f258823 [dawn][emscripten] Move critical C declarations into webgpu.h by Lokbondo Kung · 6 months ago
  13. 5f3c2ca Add explicit conversion for wgpu::StringView -> absl::string_view by Lokbondo Kung · 6 months ago
  14. c5f706b [dawn][webgpu.h] Remove generator support for strlen by Corentin Wallez · 7 months ago
  15. 9a0a3b4 [kotlin] export StringView ToKotlin for callback params in methods.cpp by Jim Blackler · 7 months ago
  16. 02cdbeb [dawn][generator] Sort the Python dependencies for the .d files by Corentin Wallez · 7 months ago
  17. 46e07b1 [dawn][webgpu.h] Remove webgpu_cpp.h's use of memcpy. by Corentin Wallez · 7 months ago
  18. c5c6088 [kotlin] Remove need for @get:JvmName annotation in enum classes by Jim Blackler · 7 months ago
  19. e4ce129 [dawn][webgpu.h] Use StringView in callback arguments. by Corentin Wallez · 7 months ago
  20. 2ea6fce Convert C output params to Kotlin return type for void methods. by Jim Blackler · 7 months ago
  21. 6e4a366 [dawn][emscripten] Updates AdapterInfo to use StringViews. by Lokbondo Kung · 7 months ago
  22. 03d6e0e Reland "[dawn][webgpu.h] Use wgpu::StringView for strings in output structs." by Corentin Wallez · 7 months ago
  23. 6f9ba54 Fix bug with incorrect JNI signature type for string views. by Jim Blackler · 7 months ago
  24. bdc65d7 Fix for two logic errors regarding C return type vs Kotlin return type. by Jim Blackler · 7 months ago chromium/6772 chromium/6773
  25. ae08835 Fix for return parameters' ArgsStruct member names. by Jim Blackler · 7 months ago
  26. 4ae57e1 Fix for logic error in nullable string converter that can cause a crash. by Jim Blackler · 7 months ago
  27. 66155c6 Revert "[dawn][webgpu.h] Use wgpu::StringView for strings in output structs." by Corentin Wallez · 7 months ago chromium/6769
  28. 980e48d [dawn][webgpu.h] Use wgpu::StringView for strings in output structs. by Corentin Wallez · 7 months ago
  29. e9d14e9 webgpu.h: Remove device argument from GetProcAddress by Corentin Wallez · 7 months ago
  30. 10c7610 [dawn] Use absl::string_view where absl containers are used. by Lokbondo Kung · 7 months ago
  31. 376097f Use wgpu::StringView for input strings. by Corentin Wallez · 7 months ago
  32. 46945b6 webgpu_cpp.h: Add StringView::IsUndefined/operator string_view by Corentin Wallez · 7 months ago
  33. 3eee2be Cleaning up the whitespace in the structures.cpp generator templates by Alex Benton · 7 months ago
  34. efcc72e Use wgpu::StringView for wgpu::*::label by Corentin Wallez · 7 months ago
  35. d5c7130 webgpu.h: Apply WGPU_NULLABLE only on pointers. by Corentin Wallez · 7 months ago
  36. a1e1e57 Fold wgpu::NullableStringView into wgpu::StringView by Corentin Wallez · 7 months ago
  37. 77184aa Make Instance::WaitAny with one future const by liangyou · 7 months ago
  38. 075e51a webgpu.h: Fix INIT structs for chained structs. by Corentin Wallez · 7 months ago
  39. 5a4c2a7 Using wgpu::StringView for wgpu::ShaderModuleDescriptor::code by Corentin Wallez · 7 months ago
  40. 64fbd9d dawn: Add WGPU_STRLEN = SIZE_MAX to tag null terminated WGPUStringView by Corentin Wallez · 7 months ago
  41. 032ea5a Remove Dawn LPM Fuzzer. by Corentin Wallez · 8 months ago
  42. e7ad6c4 [emdawnwebgpu] Fix two refcounting bugs, and fix for 64-bit flags by Kai Ninomiya · 8 months ago
  43. 37e6b5c [webgpu-headers] Drop Descriptor from chained struct names by François Beaufort · 8 months ago
  44. 736ade9 [webgpu-headers] Clean PrimitiveDepthClipControl leftovers by François Beaufort · 8 months ago
  45. 6931e72 [webgpu-headers] Clean depthWriteEnabled WGPUOptionalBool leftover by François Beaufort · 8 months ago
  46. fd3b242 Added Qualcomm ACPI vendor id support by REDMOND\weibinwu · 8 months ago
  47. f7b617f Kotlin: Enable explicitApi mode for the library by Jim Blackler · 8 months ago chromium/6683
  48. fab658d Reland "[webgpu-headers] Define depthWriteEnabled as WGPUOptionalBool" by Lokbondo Kung · 8 months ago
  49. 95af3b1 Remove `DAWN_DECLARE_UNUSED` by dan sinclair · 8 months ago
  50. 9c2fb60 Revert "[webgpu-headers] Define depthWriteEnabled as WGPUOptionalBool" by Loko Kung · 8 months ago chromium/6676
  51. 6f4870b Clarify logic in JNI signature definition. by Jim Blackler · 8 months ago
  52. db015f3 Kotlin: Throw exception when Dawn methods return non-OK status. by Jim Blackler · 8 months ago
  53. 4e7db92 Fix bug where temp output structs weren't initialized. by Jim Blackler · 8 months ago
  54. 711d181 Simplify deny logic for methods. by Jim Blackler · 8 months ago
  55. 8c230a7 [webgpu-headers] Define depthWriteEnabled as WGPUOptionalBool by Lokbondo Kung · 8 months ago
  56. 3f9e64d [webgpu-headers] Fold DepthClipControl into PrimitiveState by François Beaufort · 9 months ago chromium/6625
  57. 4840ad5 [dawn][wire] Make the server validate invalid null string views. by Loko Kung · 9 months ago
  58. c2aeab7 Use #include <webgpu/*> instead of #include "dawn/*" by Loko Kung · 9 months ago
  59. 39b828e [fuzzers] Fix WGPUStringView in LPM fuzzer gen code. by Loko Kung · 9 months ago
  60. 5133345 [Kotlin]: Factor method argument conversion with KotlinRecord. by Corentin Wallez · 9 months ago
  61. 63d7bee [Kotlin]: Add a KotlinRecord concept, factor struct conversion with it by Corentin Wallez · 9 months ago
  62. 90fdaa8 Add cmake build for Emscripten bindings and samples. by Loko Kung · 9 months ago
  63. 224c90e Add WGPUStringView overload to GetProcAddress by Austin Eng · 9 months ago
  64. 39c1fe6 Fix strlen -> std::strlen by Austin Eng · 9 months ago
  65. b0b3657 Add missing include by Natalie Chouinard · 9 months ago
  66. 159c136 Kotlin: Allow structures to be returned to Kotlin by Jim Blackler · 9 months ago
  67. f6410a4 Kotlin: generalize native -> Kotlin field conversion. by Jim Blackler · 9 months ago
  68. e16e81c Remove Force32 bitmask values by Austin Eng · 9 months ago
  69. ac7ee17 Remove bitmask "Flags" typedefs by Austin Eng · 9 months ago
  70. 622dbaf Support WGPUStringView in non-struct input arguments by Austin Eng · 9 months ago
  71. ab2bb0c Add TODO to api_cpp headers to make C++ callback roadmap more clear. by Loko Kung · 9 months ago
  72. 3764c82 [Kotlin]: Merge the filtering of struct/method members by Corentin Wallez · 9 months ago
  73. 1cef85e [Kotlin] Small fixes for Kotlin whitespace, improving readability by Alex Benton · 9 months ago
  74. 4551ae2 [cpp] value-initialize sub structs by Austin Eng · 10 months ago
  75. a142f5e [Kotlin]: Use JNIContext for temporary "new/new[]" allocations by Corentin Wallez · 10 months ago
  76. 6506fe6 [Kotlin]: Use RAII types for the temp buffer in Enumerate* by Corentin Wallez · 10 months ago
  77. 72f2b14 [Kotlin]: Introduce a JNIContext helper, use it to free JNI allocations by Corentin Wallez · 10 months ago
  78. f4a01c9 generator_lib.py: Add support for importing templates in templates by Corentin Wallez · 10 months ago
  79. bc24314 [emscripten] Rename struct info file to match split. by Loko Kung · 10 months ago
  80. f6e7213 [Kotlin] Generalize JNI signature logic. by Jim Blackler · 10 months ago chromium/6593
  81. 17d70b4 [Kotlin] Separate codegen of jni bindings and Kotlin files by Corentin Wallez · 10 months ago
  82. 351a805 Kotlin: Use correct cast for string type by Jim Blackler · 10 months ago
  83. ad38d75 Use @FastNative for JNI methods. by Jim Blackler · 10 months ago
  84. bcdb976 Fix GCC warnings by Christophe Dehais · 10 months ago
  85. f986604 Kotlin: Enable methods that return containers. by Jim Blackler · 10 months ago
  86. 03d524b dawn::wire::client Use Refcounted for ObjectBase. by Corentin Wallez · 10 months ago
  87. 6d10e26 Add OWNERS for Kotlin team by Alex Benton · 10 months ago
  88. 52987bd A few small whitespace changes that improve the readability and consistency of the generated Kotlin files by Alex Benton · 10 months ago
  89. 8aef2c2 dawn::wire::client::ReturnToAPI take a Ref<T>&& to match dawn::native by Corentin Wallez · 10 months ago
  90. 200877c dawn::wire: Rename DestroyObjectCmd to UnregisterObjectCmd by Corentin Wallez · 10 months ago
  91. 290dd9c WireCmd: Use WGPUBool for all transfer booleans. by Corentin Wallez · 10 months ago
  92. 320554e Add deprecation warning to Adapter::GetProperties() by François Beaufort · 10 months ago
  93. 1178400 Generate files to use Emscripten bindings from outside Emscripten by Kai Ninomiya · 10 months ago
  94. 51765ab [MSan] Fix use-after-dtor issues in generated C++ APIs. by Daniel Cheng · 10 months ago
  95. 00b0fd6 Add OWNERS for generator and emdawnwebgpu by Kai Ninomiya · 10 months ago
  96. 83d3e7f [headers] Remove the Flags enums and make them 64-bit by Austin Eng · 10 months ago
  97. 794b1b7 Re-number enum values part 2 by Austin Eng · 10 months ago
  98. cb774b9 dawn::wire::client: Add Ref<T> and use it for refcounting. by Corentin Wallez · 10 months ago
  99. c0bc423 Reland "Make a convenience cpp method for WaitAny with one future" by Austin Eng · 10 months ago
  100. fa24f15 Add missing argument PRINT_NAME in DawnJSONGenerator by Jaswant Panchumarti · 10 months ago