1. 3adefcd [dawn][headers] Partial revert of https://dawn-review.googlesource.com/c/dawn/+/230934 by Lokbondo Kung · 6 weeks ago
  2. 5e38b2f [dawn][headers] Minor cleanups for callback function code-gen. by Lokbondo Kung · 6 weeks ago
  3. 97d7501 [dawn][headers] Updates constants code-gen to match upstream. by Lokbondo Kung · 6 weeks ago
  4. c2cc05b [dawn][headers] Update default values generated in headers. by Lokbondo Kung · 6 weeks ago
  5. abb8990 [dawn][headers] Adds handling for "const*const*" types. by Lokbondo Kung · 6 weeks ago
  6. 6bb51a3 [dawn][headers] Brings Dawn's INIT macros to parity with upstream. by Lokbondo Kung · 7 weeks ago
  7. 800a1d0 [dawn][emscripten] Fix Emscripten bindings for compilation messages. by Lokbondo Kung · 8 weeks ago
  8. 3782643 [dawn][native] Track the set of BGLInternal separately from BGL. by Corentin Wallez · 8 weeks ago
  9. dc6e457 Reland "[dawn][headers] Remove obsolete ifdefs." by Lokbondo Kung · 8 weeks ago
  10. 4c27f7a Revert "[dawn][headers] Remove obsolete ifdefs." by Corentin Wallez · 8 weeks ago
  11. 1c4943b [dawn][headers] Remove obsolete ifdefs. by Lokbondo Kung · 8 weeks ago
  12. 86f0683 [dawn][wire] Adds Dawn wire invalid extension struct and handling. by Lokbondo Kung · 8 weeks ago
  13. 84550ea Reland "[dawn][headers] Flattens wgpu::*Limit structures." by Lokbondo Kung · 9 weeks ago
  14. 075776a [emscripten] add SurfaceColorManagement and RequestAdapterWebXROptions by Kai Ninomiya · 9 weeks ago
  15. f6b8e11 [emscripten] Expose new standard and experimental extensions by Kai Ninomiya · 9 weeks ago
  16. b946efd Revert "[dawn][headers] Flattens wgpu::*Limit structures." by Loko Kung · 9 weeks ago
  17. 5daa629 [dawn][headers] Flattens wgpu::*Limit structures. by Lokbondo Kung · 9 weeks ago
  18. a94038c [Kotlin] Update template now WGPUChainedStructOut has been removed. by Jim Blackler · 2 months ago chromium/7019 chromium/7020
  19. 1f0b668 [dawn][headers] Use NULL instead of nullptr in C header. by Lokbondo Kung · 3 months ago
  20. 31cbbc8 [dawn][headers] Make all C struct chains mutable. by Lokbondo Kung · 3 months ago
  21. fdac3f0 webgpu.h: Add "emscripten" prefix to surface source HTML selector by François Beaufort · 3 months ago
  22. 606252d [dawn] Update logging callbacks to use 2 userdatas. by Lokbondo Kung · 3 months ago
  23. 91608fc webgpu.h: Add "dawn" prefix to Dawn API to query FormatCapabilities by François Beaufort · 3 months ago
  24. e619cd4 [dawn] Remove old overridden non-Future entries. by Lokbondo Kung · 3 months ago
  25. f7e6a49 Reland: [dawn] Removes old non-overridden non-Future entry. by Lokbondo Kung · 4 months ago
  26. 8082fc6 webgpu.h: update WGPUBindGroupLayoutEntry and sentinels by François Beaufort · 4 months ago
  27. 23bb5c0 Revert "[dawn] Removes old non-overridden non-Future entry." by Loko Kung · 4 months ago chromium/6914
  28. fa07f30 [dawn] Removes old non-overridden non-Future entry. by Lokbondo Kung · 4 months ago
  29. 2173090 Kotlin: Async wrappers for the new callback info method type. by Jim Blackler · 4 months ago
  30. 9e1b2d5 Avoid shadowing uncaptured locals by David Neto · 5 months ago chromium/6883
  31. 6261813 Kotlin: throw exception rather than returning null from getMappedRange() by Jim Blackler · 5 months ago
  32. 41f4fcb Kotlin: allow use of new callback info and callback function. by Jim Blackler · 5 months ago
  33. dbff589 Kotlin: Clarify comment on wrapper object comparison. by Jim Blackler · 5 months ago
  34. d26ee47 Kotlin: different Kotlin objects referencing the same WebGPU object match using ==/.equals() by Jim Blackler · 5 months ago
  35. d237d64 Use the correct C structure when converting 'out' extensible structures. by Jim Blackler · 5 months ago
  36. d61f1ef Fix ubsan enum errors in wire tests, for sType decoding by David Neto · 5 months ago
  37. 6a77127 [dawn][headers] Expose the C++ callback types in the wire header. by Lokbondo Kung · 5 months ago
  38. c58c3aa webgpu.h: Update sentinel values for VertexBufferStepMode by François Beaufort · 5 months ago
  39. f8e4d6a [dawn][test] Update wire testing to only test 2 userdata entry points. by Lokbondo Kung · 5 months ago
  40. 34fad30 [dawn][headers] Adds C++ templated callback types. by Lokbondo Kung · 6 months ago
  41. 78a100c webgpu.h: Add Adapter and Device GetFeatures() methods by François Beaufort · 6 months ago
  42. 978c652 [Kotlin] Fix methods that return containers by Jim Blackler · 6 months ago
  43. 997865f Roll build folder by Jiawei Shao · 6 months ago
  44. f258823 [dawn][emscripten] Move critical C declarations into webgpu.h by Lokbondo Kung · 6 months ago
  45. 5f3c2ca Add explicit conversion for wgpu::StringView -> absl::string_view by Lokbondo Kung · 6 months ago
  46. c5f706b [dawn][webgpu.h] Remove generator support for strlen by Corentin Wallez · 6 months ago
  47. 9a0a3b4 [kotlin] export StringView ToKotlin for callback params in methods.cpp by Jim Blackler · 7 months ago
  48. 02cdbeb [dawn][generator] Sort the Python dependencies for the .d files by Corentin Wallez · 7 months ago
  49. 46e07b1 [dawn][webgpu.h] Remove webgpu_cpp.h's use of memcpy. by Corentin Wallez · 7 months ago
  50. c5c6088 [kotlin] Remove need for @get:JvmName annotation in enum classes by Jim Blackler · 7 months ago
  51. e4ce129 [dawn][webgpu.h] Use StringView in callback arguments. by Corentin Wallez · 7 months ago
  52. 2ea6fce Convert C output params to Kotlin return type for void methods. by Jim Blackler · 7 months ago
  53. 6e4a366 [dawn][emscripten] Updates AdapterInfo to use StringViews. by Lokbondo Kung · 7 months ago
  54. 03d6e0e Reland "[dawn][webgpu.h] Use wgpu::StringView for strings in output structs." by Corentin Wallez · 7 months ago
  55. 6f9ba54 Fix bug with incorrect JNI signature type for string views. by Jim Blackler · 7 months ago
  56. bdc65d7 Fix for two logic errors regarding C return type vs Kotlin return type. by Jim Blackler · 7 months ago chromium/6772 chromium/6773
  57. ae08835 Fix for return parameters' ArgsStruct member names. by Jim Blackler · 7 months ago
  58. 4ae57e1 Fix for logic error in nullable string converter that can cause a crash. by Jim Blackler · 7 months ago
  59. 66155c6 Revert "[dawn][webgpu.h] Use wgpu::StringView for strings in output structs." by Corentin Wallez · 7 months ago chromium/6769
  60. 980e48d [dawn][webgpu.h] Use wgpu::StringView for strings in output structs. by Corentin Wallez · 7 months ago
  61. e9d14e9 webgpu.h: Remove device argument from GetProcAddress by Corentin Wallez · 7 months ago
  62. 10c7610 [dawn] Use absl::string_view where absl containers are used. by Lokbondo Kung · 7 months ago
  63. 376097f Use wgpu::StringView for input strings. by Corentin Wallez · 7 months ago
  64. 46945b6 webgpu_cpp.h: Add StringView::IsUndefined/operator string_view by Corentin Wallez · 7 months ago
  65. 3eee2be Cleaning up the whitespace in the structures.cpp generator templates by Alex Benton · 7 months ago
  66. efcc72e Use wgpu::StringView for wgpu::*::label by Corentin Wallez · 7 months ago
  67. d5c7130 webgpu.h: Apply WGPU_NULLABLE only on pointers. by Corentin Wallez · 7 months ago
  68. a1e1e57 Fold wgpu::NullableStringView into wgpu::StringView by Corentin Wallez · 7 months ago
  69. 77184aa Make Instance::WaitAny with one future const by liangyou · 7 months ago
  70. 075e51a webgpu.h: Fix INIT structs for chained structs. by Corentin Wallez · 7 months ago
  71. 5a4c2a7 Using wgpu::StringView for wgpu::ShaderModuleDescriptor::code by Corentin Wallez · 7 months ago
  72. 64fbd9d dawn: Add WGPU_STRLEN = SIZE_MAX to tag null terminated WGPUStringView by Corentin Wallez · 7 months ago
  73. 032ea5a Remove Dawn LPM Fuzzer. by Corentin Wallez · 8 months ago
  74. e7ad6c4 [emdawnwebgpu] Fix two refcounting bugs, and fix for 64-bit flags by Kai Ninomiya · 8 months ago
  75. 37e6b5c [webgpu-headers] Drop Descriptor from chained struct names by François Beaufort · 8 months ago
  76. 736ade9 [webgpu-headers] Clean PrimitiveDepthClipControl leftovers by François Beaufort · 8 months ago
  77. 6931e72 [webgpu-headers] Clean depthWriteEnabled WGPUOptionalBool leftover by François Beaufort · 8 months ago
  78. fd3b242 Added Qualcomm ACPI vendor id support by REDMOND\weibinwu · 8 months ago
  79. f7b617f Kotlin: Enable explicitApi mode for the library by Jim Blackler · 8 months ago chromium/6683
  80. fab658d Reland "[webgpu-headers] Define depthWriteEnabled as WGPUOptionalBool" by Lokbondo Kung · 8 months ago
  81. 95af3b1 Remove `DAWN_DECLARE_UNUSED` by dan sinclair · 8 months ago
  82. 9c2fb60 Revert "[webgpu-headers] Define depthWriteEnabled as WGPUOptionalBool" by Loko Kung · 8 months ago chromium/6676
  83. 6f4870b Clarify logic in JNI signature definition. by Jim Blackler · 8 months ago
  84. db015f3 Kotlin: Throw exception when Dawn methods return non-OK status. by Jim Blackler · 8 months ago
  85. 4e7db92 Fix bug where temp output structs weren't initialized. by Jim Blackler · 8 months ago
  86. 711d181 Simplify deny logic for methods. by Jim Blackler · 8 months ago
  87. 8c230a7 [webgpu-headers] Define depthWriteEnabled as WGPUOptionalBool by Lokbondo Kung · 8 months ago
  88. 3f9e64d [webgpu-headers] Fold DepthClipControl into PrimitiveState by François Beaufort · 9 months ago chromium/6625
  89. 4840ad5 [dawn][wire] Make the server validate invalid null string views. by Loko Kung · 9 months ago
  90. c2aeab7 Use #include <webgpu/*> instead of #include "dawn/*" by Loko Kung · 9 months ago
  91. 39b828e [fuzzers] Fix WGPUStringView in LPM fuzzer gen code. by Loko Kung · 9 months ago
  92. 5133345 [Kotlin]: Factor method argument conversion with KotlinRecord. by Corentin Wallez · 9 months ago
  93. 63d7bee [Kotlin]: Add a KotlinRecord concept, factor struct conversion with it by Corentin Wallez · 9 months ago
  94. 90fdaa8 Add cmake build for Emscripten bindings and samples. by Loko Kung · 9 months ago
  95. 224c90e Add WGPUStringView overload to GetProcAddress by Austin Eng · 9 months ago
  96. 39c1fe6 Fix strlen -> std::strlen by Austin Eng · 9 months ago
  97. b0b3657 Add missing include by Natalie Chouinard · 9 months ago
  98. 159c136 Kotlin: Allow structures to be returned to Kotlin by Jim Blackler · 9 months ago
  99. f6410a4 Kotlin: generalize native -> Kotlin field conversion. by Jim Blackler · 9 months ago
  100. e16e81c Remove Force32 bitmask values by Austin Eng · 9 months ago