1. be274e8 Add WGPUAdapterPropertiesMemoryHeaps by Austin Eng · 1 year, 1 month ago
  2. 0c04deb Make TypedIntegers work with absl::Format. by Corentin Wallez · 1 year, 2 months ago
  3. 5953d0a Actually match feature name casing with JS by Austin Eng · 1 year, 3 months ago
  4. 4090b7d Add support for the Rust toolchain by danakj · 1 year, 3 months ago chromium/6088
  5. 54befbd Reland "Reland "[webgpu-headers] Removes define for signalValue."" by Loko Kung · 1 year, 3 months ago
  6. cc2516a Relicense Dawn to BSD 3-Clause by Austin Eng · 1 year, 3 months ago
  7. 1257902 Revert "Reland "[webgpu-headers] Removes define for signalValue."" by Loko Kung · 1 year, 3 months ago chromium/6072
  8. ff76ecc Reland "[webgpu-headers] Removes define for signalValue." by Loko Kung · 1 year, 3 months ago
  9. 6d0bc2f Revert "[webgpu-headers] Removes define for signalValue." by Loko Kung · 1 year, 3 months ago chromium/6066
  10. 79cd639 [webgpu-headers] Removes define for signalValue. by Loko Kung · 1 year, 3 months ago
  11. 3a23a14 [webgpu-headers] Removes macros for count field renames. by Loko Kung · 1 year, 3 months ago
  12. 3a00a9e [webgpu-headers] Removes signalValue from onSubmittedWorkDone. by Loko Kung · 1 year, 3 months ago
  13. f0abf08 Hyphenate feature name strings by Austin Eng · 1 year, 3 months ago
  14. 93a8ee2 [DawnLPM] Fail when reaching ObjectHandle limits by Brendon Tiszka · 1 year, 4 months ago
  15. 7325ae8d [WGPUFuture] Use C++ types for Futures in Dawn native. by Loko Kung · 1 year, 4 months ago
  16. 5317cb3 [dawn] Replace UNREACHABLE() with DAWN_UNREACHABLE() by Ben Clayton · 1 year, 4 months ago
  17. e60adb2 [dawn] Replace ASSERT() with DAWN_ASSERT() by Ben Clayton · 1 year, 4 months ago
  18. 4506f39 [dawn] Rename ChainUtilsImpl.h to ChainUtilsImpl.inl by Ben Clayton · 1 year, 4 months ago
  19. be98f27 Add WGPUFuture, and implement for WorkDone in Metal + wire by Kai Ninomiya · 1 year, 4 months ago
  20. 8d524b2 Small fixes in Dawn generator by Kai Ninomiya · 1 year, 4 months ago
  21. 54c613a Drop kFirstMemberAlignment from DawnInstanceDescriptor by Austin Eng · 1 year, 4 months ago
  22. 6522953 Remove unnecessary include. by Corentin Wallez · 1 year, 4 months ago
  23. b585e7b Implement SharedTextureMemory and SharedFence on D3D by Austin Eng · 1 year, 4 months ago
  24. 0d45e89 Introduce/use ValidateBranches in place of ValidateSTypes by Loko Kung · 1 year, 5 months ago
  25. c450f62 Splits ChainUtils.h into a ChainUtilsImpl.h for further extensibility. by Loko Kung · 1 year, 5 months ago
  26. d1dcb50 Autogenerate Features mappings by Austin Eng · 1 year, 5 months ago
  27. 0af86f2 ChainUtil autogenerated validation for unpacking. by Loko Kung · 1 year, 5 months ago
  28. 44fc9da [webgpu-headers] Rename "count" fields and update usages. by Loko Kung · 1 year, 5 months ago
  29. 3d13bbc Deprecates C++ .Release() method in favor of MoveToCHandle. by Loko Kung · 1 year, 5 months ago
  30. 643625a Add *FreeMembers functions for out structs with non-value members by Austin Eng · 1 year, 5 months ago
  31. 038ebe9 [webgpu-headers] Removes compatibility macros and header for WGPUBool. by Loko Kung · 1 year, 5 months ago
  32. 440a30c [webgpu-headers] Introduces WGPUBool for boolean compatibility. by Loko Kung · 1 year, 5 months ago
  33. 1b03380 Add ProcSetDefaultThreadProc() for per thread disptach procs by Peng Huang · 1 year, 6 months ago
  34. a2b9558 Generate proc tables by constexpr assignment by Austin Eng · 1 year, 6 months ago
  35. 09febd4 Simplify wire to have less custom object creation by Austin Eng · 1 year, 7 months ago
  36. 1f1c093 Release devices first in wire server destruction by Austin Eng · 1 year, 7 months ago
  37. 0d5e76a Deprecate explicit physical device discovery by Austin Eng · 1 year, 7 months ago
  38. d03da69 [DawnLPM] Add optional fields to the lpm grammar by Brendon Tiszka · 1 year, 7 months ago
  39. dbfb280 Formatting cleanup for WireCmd.cpp template. by Loko Kung · 1 year, 7 months ago
  40. 318a0e2 [DawnLPM] Match dawn wire for pointer serialization by Brendon Tiszka · 1 year, 7 months ago
  41. 670e0bb Refactors WireCmd.cpp generation to remove callbacks/userdata. by Loko Kung · 1 year, 7 months ago chromium/5824
  42. 7c8dfbc Clean up for-loops in WireCmd.cpp template file. by Loko Kung · 1 year, 7 months ago
  43. 837f151 [webgpu-headers] Changes counts to use size_t in webgpu headers. by Loko Kung · 1 year, 7 months ago
  44. 1b545ec Stop serializing function pointers by Brandon Jones · 1 year, 7 months ago
  45. cd16294 Reland "Updates return type for bitmask fields to be the Flag version." by Loko Kung · 1 year, 7 months ago chromium/5807
  46. e387e82 dawn::wire::server: Use WireResult consistently for error handling. by Corentin Wallez · 1 year, 7 months ago
  47. 46403ed [DawnLPM] Add raw pointer serialization by Brendon Tiszka · 1 year, 7 months ago
  48. e56dae5 Revert "Updates return type for bitmask fields to be the Flag version." by Dan Sinclair · 1 year, 7 months ago
  49. 980a3b4 dawn::wire::server: Use Known<T> in more places by Corentin Wallez · 1 year, 7 months ago
  50. 8917055b dawn::wire::server: Add Known<T> for ID + ObjectData<T> by Corentin Wallez · 1 year, 7 months ago
  51. 195cb63 Updates return type for bitmask fields to be the Flag version. by Loko Kung · 1 year, 7 months ago
  52. a424fae Fix a bunch of -Wshadow by Corentin Wallez · 1 year, 7 months ago
  53. 6f5515a Adds missing includes for google3 roll. by Loko Kung · 1 year, 8 months ago
  54. 8d45d44 webgpu.h: Add overridable (default empty) attributes to all types by Corentin Wallez · 1 year, 8 months ago
  55. 2731b76 Namespace dawn/common/ and dawn/utils/ in dawn:: by Austin Eng · 1 year, 8 months ago
  56. 112b7fd Allow device lost callback to be passed at creation by Brandon Jones · 1 year, 8 months ago
  57. 14ed533 Updates DawnInstanceDescriptor to pass in the Platform. by Loko Kung · 1 year, 8 months ago
  58. f9f9f82 Add Dawn Wire Server LPM Fuzzer [5/N] by Brendon Tiszka · 1 year, 8 months ago
  59. 27521c6 Add Dawn Wire Server LPM Fuzzer [4/N] by Brendon Tiszka · 1 year, 8 months ago
  60. 0214a30 Renames C++ object Release function to MoveToCHandle. by Loko Kung · 1 year, 8 months ago
  61. b27e2bf Adds generation for WGSL descriptor to rename source->code. by Loko Kung · 1 year, 8 months ago
  62. 1f8413f Add Dawn Wire Server LPM Fuzzer [3/N] by Brendon Tiszka · 1 year, 8 months ago
  63. abfa45b Deprecates use of filter mode for mipmap filters. by Loko Kung · 1 year, 9 months ago
  64. 654416e Deprecation changes to rename some FilterMode enums to MipmapFilterMode. by Loko Kung · 1 year, 9 months ago
  65. 7971bfe Add an option to enable implicit device synchronization. by Le Hoang Quyen · 1 year, 9 months ago
  66. a045643 Add Dawn Wire Server LPM Fuzzer [2/N] by Brendon Tiszka · 1 year, 10 months ago
  67. d493c0f Dawn: Break dependency on ANGLE by Ben Clayton · 1 year, 10 months ago
  68. 55183e6 OpenGL: only load extension procs if extension supported. by Stephen White · 1 year, 11 months ago
  69. 25669a6 Adds To/FromAPI calls for wgpu (C++) namespace structs. by Loko Kung · 1 year, 11 months ago
  70. d0b284b Add Dawn Wire Server LPM Fuzzer [1/N] by Brendon Tiszka · 1 year, 11 months ago
  71. 2e1b359 Add wire serialized command buffer padding. by Loko Kung · 2 years, 2 months ago
  72. dc819c9 dawn::wire validate that the generation must be strictly increasing by Austin Eng · 2 years, 2 months ago
  73. 5a0f8d3 Support optional query on adapter power preference by Jiawei Shao · 2 years, 4 months ago
  74. ba68620 Do not memcpy transparent wire structs on serialization by Austin Eng · 2 years, 4 months ago
  75. 1b02102 Declare nextInChain as ChainedStructOut when extensible is out by Jiawei Shao · 2 years, 4 months ago chromium/5293
  76. 145337f Use SubstituteOverride transform to implement overrides by shrekshao · 2 years, 4 months ago
  77. 1105ec7 Merge DAWN_FORMAT_VALIDATION_ERROR in DAWN_VALIDATION_ERROR. by Corentin Wallez · 2 years, 4 months ago chromium/5272
  78. 1eb6d2d Convert a few remaining DAWN_VALIDATION_ERROR. by Corentin Wallez · 2 years, 4 months ago
  79. 462f648 Make adapter info device matching more flexible by Brandon Jones · 2 years, 5 months ago
  80. bc285fb Rename CacheKey-related files to Stream by Austin Eng · 2 years, 6 months ago
  81. 79ab0d38 Refactor [de]serialization functions out of CacheKey by Austin Eng · 2 years, 6 months ago
  82. 1260a53 Mark descriptor/options as optional for requestDevice/Adapter by Corentin Wallez · 2 years, 6 months ago
  83. a45561b dawn.json: Add the "chain roots" data for chained structs. by Corentin Wallez · 2 years, 6 months ago
  84. 7a64127 api_cpp.h: Fix alignas declaration following ChainedStruct. by Corentin Wallez · 2 years, 6 months ago
  85. 7d2b9d9 Add alternative method to use a version/git hash from a file. by Loko Kung · 2 years, 7 months ago
  86. a823ea1 dawn: Fix GCC warnings about functions not returning by Ben Clayton · 2 years, 7 months ago
  87. bf55236 dawn: Fix GCC build by Ben Clayton · 2 years, 7 months ago
  88. a55b29e dawn::wire::client: Make ObjectTypeToTypeEnum a template variable. by Corentin Wallez · 2 years, 7 months ago chromium/5131
  89. 0ebe86d dawn::wire::client: Merge object allocators, add variadic Make. by Corentin Wallez · 2 years, 7 months ago
  90. 0daef56 dawn::wire::client::ObjectBase: encapsulate remaining members. by Corentin Wallez · 2 years, 7 months ago
  91. 0f97df8 dawn::wire::client: Track the object generation on the objects by Corentin Wallez · 2 years, 7 months ago
  92. 87af04b dawn::wire: Separate ObjectHandle to its own header. by Corentin Wallez · 2 years, 7 months ago
  93. d428187 Add reflection APIs for wgpu::Buffer. by Corentin Wallez · 2 years, 7 months ago
  94. af510d7 Use git hash as fingerprint for getting caching interfaces. by Loko Kung · 2 years, 7 months ago
  95. 6a224fb Remove custom serialization of device properties by Austin Eng · 2 years, 7 months ago
  96. 8cb8c7a Begin auto generating GPUInfo utilities by Brandon Jones · 2 years, 8 months ago
  97. 20a4bd8 Remove device-child wire hack and enable DeviceLifetimeTests on the wire by Austin Eng · 2 years, 8 months ago
  98. 7477120 Add nullable annotations to webgpu.h by Corentin Wallez · 2 years, 8 months ago
  99. a5ff0e9 [warnings] Add Wsuggest-override and Wsuggest-destructor-override. by dan sinclair · 2 years, 8 months ago
  100. fb5a492 Fix inclusive language presubmit by dan sinclair · 2 years, 9 months ago