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