1. a9e4caf Make the C++ api header-only by Austin Eng · 9 months ago
  2. e9dcf93 Add ShaderModuleCompilationOptions by Austin Eng · 10 months ago
  3. 7b98968 [YCbCr Samplers] Add a Feature for vulkan ycbcr samplers by Saifuddin Hitawala · 10 months ago
  4. 06ebe43 Add SharedBufferMemory Begin/EndAccess Implementation by Brandon Jones · 10 months ago
  5. 81a2ed3 Add linux dependencies to documentation. by dan sinclair · 10 months ago
  6. cc21b87 [Static samplers] Add feature to enable static samplers by Colin Blundell · 10 months ago chromium/6370
  7. fda77c4 Add API to query FormatCapabilities on wgpu::Adapter by Kevin Haslett · 10 months ago
  8. 4626965 Fix typo by Fr · 10 months ago
  9. b780413 Add AdapterPropertiesVk by Kyle Charbonneau · 11 months ago
  10. 2e4202d Dawn: Add the r8unorm-storage feature. by Corentin Wallez · 11 months ago
  11. bbfa2cc Dawn: support Tint's chromium_internal_graphite as unsafe. by Corentin Wallez · 11 months ago
  12. 729503c Add documentation for `chromium_internal_dual_source_blending`. by Corentin Wallez · 11 months ago
  13. e435124 [tint][docs] Move .def documentation to a markdown file by Ben Clayton · 11 months ago
  14. 1503ac6 Add External Interface For SharedBufferMemory Feature by Brandon Jones · 11 months ago
  15. 0880e06 Rename @index -> @blend_src by Corentin Wallez · 12 months ago
  16. 1d4ff35 Add AdapterPropertiesD3D by Austin Eng · 1 year ago
  17. e17a10f MiraclePtr: Add documentation. by Arthur Sonzogni · 1 year ago
  18. 52fe07d [SharedTextureMemory] Add documentation of texture creation constraints by Colin Blundell · 1 year ago
  19. b9feb09 Tint: Fix a broken link in docs/tint/testing.md by Jiawei Shao · 1 year ago
  20. a8516c1 Reland "Apply trivial frontend defaults by copy, and recursively" by Kai Ninomiya · 1 year ago
  21. 2d0164e Revert "Apply trivial frontend defaults by copy, and recursively" by Kai Ninomiya · 1 year, 1 month ago
  22. 3f487d8 Fixed typos in support.md by cryvosh · 1 year, 1 month ago
  23. ba44daa Apply trivial frontend defaults by copy, and recursively by Kai Ninomiya · 1 year, 1 month ago
  24. 98dce27 webgpu.h: Re-number enums, with defaulting: SamplerDescriptor by Kai Ninomiya · 1 year, 1 month ago
  25. a5059a6 Move dawn.json and dawn_wire.json to src/dawn/ by Jiawei Shao · 1 year, 1 month ago
  26. 53c0fa9 Enable language extension `packed_4x8_integer_dot_product` by Jiawei Shao · 1 year, 2 months ago
  27. be274e8 Add WGPUAdapterPropertiesMemoryHeaps by Austin Eng · 1 year, 2 months ago
  28. 02f1ad7 BufferMapExtendedUsages now supports (MapRead | MapWrite). by Le Hoang Quyen · 1 year, 2 months ago
  29. 65d862c Add documentation for Dawn's PixelLocalStorage features by Corentin Wallez · 1 year, 2 months ago
  30. c58ad5b Add documentation for 5 simple Dawn extensions. by Corentin Wallez · 1 year, 2 months ago
  31. b171bec [tools] Replace test-all.sh with ./tools/run tests by Ben Clayton · 1 year, 2 months ago
  32. 5a6e057 Add shader_features documentation for Dawn. by Corentin Wallez · 1 year, 2 months ago
  33. 286a7d4 Document the multi-planar extensions by Corentin Wallez · 1 year, 2 months ago
  34. c57f10f Metal: implement BufferMapExtendedUsages feature. by Le Hoang Quyen · 1 year, 2 months ago
  35. 6950c79 Mark SharedFence as stable by Colin Blundell · 1 year, 2 months ago
  36. 66335eb Mark SharedTextureMemory stable for DXGI and IOSurface by Colin Blundell · 1 year, 2 months ago chromium/6138
  37. cb57293 Add documentation for chromium_experimental_framebuffer_fetch by Corentin Wallez · 1 year, 2 months ago
  38. 4f1fb3b Add validation for Framebuffer Fetch by Corentin Wallez · 1 year, 2 months ago
  39. 1d819e1 GPU: Add YUVA NV12A multi-plane format support by Sida Zhu · 1 year, 2 months ago
  40. 559ee08 d3d11: support creating webgpu::Device from an external d3d11 device by Peng Huang · 1 year, 3 months ago
  41. 25d4e22 [tint][gen] Detect #includes without necessary guards by Ben Clayton · 1 year, 3 months ago
  42. 0812ba8 Lift buffer host mapped restrictions; test storage usage by Austin Eng · 1 year, 4 months ago
  43. ca20244 [docs] HostMappedPointer region must refer to the start of memory region by Austin Eng · 1 year, 4 months ago
  44. a9cc4c1 [tint] Add fuzzer target support to 'gen build' by Ben Clayton · 1 year, 4 months ago
  45. 9d1b610 [tint][build] Generate benchmarks for GN and Bazel by Ben Clayton · 1 year, 4 months ago
  46. b7bd8d8 [dawn] Add third_party/libFuzzer DEP, use it by Ben Clayton · 1 year, 4 months ago chromium/6037
  47. 750120f Update docs on how to test Tint by David Neto · 1 year, 4 months ago
  48. d174fa1 Add buffer host mapped pointer feature by Austin Eng · 1 year, 4 months ago
  49. de3e873 [tint][build] Move 'externals.json' to src/tint. by Ben Clayton · 1 year, 5 months ago
  50. 4823469 [tint][build] Add GEN_BUILD:IGNORE_FILE directive by Ben Clayton · 1 year, 5 months ago
  51. 7545f95 [tint] Improvements to './tools/run gen build' by Ben Clayton · 1 year, 5 months ago
  52. 5560934 [tint][cmake][build] Clean up CMake build by Ben Clayton · 1 year, 5 months ago
  53. d7aecfa Enable Dual Source Blending Backend Enums And Tests by Brandon Jones · 1 year, 5 months ago
  54. 7d78e3c Stub out the PLS API. by Corentin Wallez · 1 year, 5 months ago
  55. 7cfcc93 [tools] Add build file list / build dependency tooling by Ben Clayton · 1 year, 5 months ago
  56. 69fb43d Add instructions about fetch_dawn_dependencies by Elie Michel · 1 year, 6 months ago
  57. 5a54d9e Add experimental stubs for shared texture memory and fences by Austin Eng · 1 year, 6 months ago chromium/5931
  58. 3a4bd14 GLES: allow clients to pass an explicit EGLDisplay. by Stephen White · 1 year, 6 months ago
  59. 915ceca [tint] Don't resolve moving from ProgramBuilder -> Program by Ben Clayton · 1 year, 6 months ago chromium/5919
  60. 6cecb17 Remove now unused CopyTextureToTextureInternal by Corentin Wallez · 1 year, 6 months ago
  61. bae54e7 [shuffle] Remove the `utils::` namespace. by dan sinclair · 1 year, 6 months ago chromium/5917
  62. eb66431 [shuffle] Move spirv reader to new structure. by dan sinclair · 1 year, 6 months ago
  63. 93210ba Add Dual Source Blending Feature Enum by Brandon Jones · 1 year, 6 months ago chromium/5909
  64. 97c3727 [shuffle] Move ir/ to new structure. by dan sinclair · 1 year, 6 months ago
  65. 91f9dd3 [tint] Move cached builtin info out of Symbol by James Price · 1 year, 6 months ago
  66. 14440bc [ir] Update doc by dan sinclair · 1 year, 7 months ago
  67. b5879ac Metal: Initial implementation of MSAA render to single sampled. by Le Hoang Quyen · 1 year, 7 months ago
  68. c7355b7 Dawn: Implement adapter toggles and promote UseDXC as adapter toggle by Zhaoming Jiang · 1 year, 7 months ago
  69. 493de1e Make RequestAdapterOptionsBackendType part of RequestAdapterOptions by Austin Eng · 1 year, 7 months ago
  70. 0d5e76a Deprecate explicit physical device discovery by Austin Eng · 1 year, 7 months ago
  71. 837f151 [webgpu-headers] Changes counts to use size_t in webgpu headers. by Loko Kung · 1 year, 8 months ago
  72. 2219dc0 Fix typo in support.md heading by Alan Cutter · 1 year, 8 months ago
  73. dbaf032 Fix more broken links in docs by Albin Bernhardsson · 1 year, 8 months ago
  74. 5107db5 Add DAWN_DEBUG_BREAK_ON_ERROR environment var and debugging docs by Austin Eng · 1 year, 8 months ago
  75. 04cef27 Fix broken links in docs by Albin Bernhardsson · 1 year, 8 months ago
  76. d22886c Add MSVS build instructions by Brandon Jones · 1 year, 9 months ago
  77. a406959 Add transient attachments and initial Metal support by Colin Blundell · 1 year, 9 months ago
  78. 5a5b7df Add builtin information to Symbol. by dan sinclair · 1 year, 9 months ago
  79. d1d1bf7 Split base_src apart. by dan sinclair · 1 year, 9 months ago
  80. 87f5123 Revert "Disable frontend cache when implicit device sync is on." by Quyen Le · 1 year, 9 months ago
  81. 8cc6205 Disable frontend cache when implicit device sync is on. by Le Hoang Quyen · 1 year, 9 months ago
  82. 3355731 Add Device::GetSupportedSurfaceUsage() method. by Le Hoang Quyen · 1 year, 9 months ago
  83. 12fa303 Move castable into utils. by dan sinclair · 1 year, 9 months ago
  84. c4cc6ec Remove the demangler. by dan sinclair · 1 year, 9 months ago
  85. 7971bfe Add an option to enable implicit device synchronization. by Le Hoang Quyen · 1 year, 10 months ago
  86. b549b30 tint: Validate @must_use on functions and builtins by Ben Clayton · 1 year, 11 months ago
  87. b92ff39 Remove `static_assert` deprecation. by dan sinclair · 1 year, 11 months ago
  88. 2157170 Remove the `type` keyword. by dan sinclair · 1 year, 11 months ago
  89. accc687 Add tint layering doc. by dan sinclair · 1 year, 11 months ago
  90. 63b777b Dawn: Refactor device toggles by Zhaoming Jiang · 2 years ago
  91. d0b284b Add Dawn Wire Server LPM Fuzzer [1/N] by Brendon Tiszka · 2 years ago
  92. d9c0f21 tint/resolver: Make pointer aliasing a hard error by James Price · 2 years ago
  93. f374b81 Remove `sig` deprecation. by dan sinclair · 2 years ago
  94. b4049dc tint/docs: Add uniformity entries to release notes by James Price · 2 years ago
  95. 41884e4 tint: Update origin-trial-changes for parser changes. by Ben Clayton · 2 years ago
  96. c98d57d tint: Rename 'static_assert' to 'const_assert' by Ben Clayton · 2 years ago
  97. 9dc48bc tint: Rename 'type' to 'alias' by Ben Clayton · 2 years ago chromium/5559
  98. fe0c2a7 tint: TINT_EMIT_COVERAGE -> DAWN_EMIT_COVERAGE by James Price · 2 years, 1 month ago
  99. 24c8440 Update spirv-reader docs: supports texture and sampler func args by David Neto · 2 years, 2 months ago chromium/5469 chromium/5470 chromium/5471 chromium/5472 chromium/5473 chromium/5474
  100. 543dd18 tint: Remove textureSampleLevel(texture_external) by Ben Clayton · 2 years, 2 months ago