1. ca62cf3 Add documentation by Colin Blundell · 3 months ago
  2. 76024e1 Remove deprecated ChromiumExperimentalSubgroupUniformControlFlow feature by François Beaufort · 3 months ago
  3. e946609 Remove deprecated ChromiumExperimentalSubgroups feature by François Beaufort · 3 months ago
  4. 3f9a21c webgpu.h: Add wgpuDeviceGetAdapterInfo by François Beaufort · 4 months ago chromium/6838
  5. 9f48c27 Rename SharedFenceVkSemaphoreSyncFD to SharedFenceSyncFD by Geoff Lang · 4 months ago
  6. e447491 Create a profiling doc for how to use magic trace on tint by Peter McNeeley · 4 months ago
  7. c5f706b [dawn][webgpu.h] Remove generator support for strlen by Corentin Wallez · 5 months ago
  8. 498fe97 Fixes the Quickstart With CMake guide to use webgpu_cpp_print.h by Nicolas Chavez · 5 months ago
  9. 500a714 Mark ShaderModuleCompilationOptions feature stable by François Beaufort · 5 months ago
  10. 74bee2e Rename more mentions of "swapchain" to talk about "surface". by Corentin Wallez · 5 months ago
  11. ce03dcd Remove SwapChain from webgpu.h by Corentin Wallez · 5 months ago
  12. bc05306 Add some documentation for tint_benchmark by James Price · 5 months ago
  13. 032ea5a Remove Dawn LPM Fuzzer. by Corentin Wallez · 6 months ago
  14. 701dd6f Replace GPUAdapter::GetProperties() with GPUAdapter::GetInfo() by François Beaufort · 6 months ago
  15. 1198625 Add the "Becoming a Committer" process. by Corentin Wallez · 6 months ago chromium/6689
  16. 9ec014c Enable dual source blending feature by default by François Beaufort · 6 months ago
  17. a99815a Partial MSAA expand-resolve by Jie Chen · 7 months ago
  18. 18c80b9 Add the MultidrawIndirect feature and frontend validation by Srijan Dhungana · 7 months ago
  19. c2aeab7 Use #include <webgpu/*> instead of #include "dawn/*" by Loko Kung · 7 months ago
  20. 14d1f6c Add a quickstart guide for using Dawn in CMake projects by Jaswant Panchumarti · 8 months ago
  21. 1178400 Generate files to use Emscripten bindings from outside Emscripten by Kai Ninomiya · 8 months ago
  22. c33268f Re-number Dawn enums to start with Dawn prefix by Austin Eng · 8 months ago
  23. de2c9bc tint: Experimental Static Samplers Extension by Srijan Dhungana · 9 months ago
  24. 84903c4 Rename chromium_experimental_input_attachments by Le Hoang Quyen · 9 months ago
  25. b7ff90f Implement LoadResolveTexture in vulkan. by Le Hoang Quyen · 9 months ago
  26. 5812ed7 Add some notes on CTS rolls by dan sinclair · 9 months ago
  27. 9bf7c8c Update DawnLoadResolveTexture's render pass compatibility spec by Le Hoang Quyen · 9 months ago
  28. 9a3d29c [tint][docs] Begin documentation for the fuzzers by Ben Clayton · 9 months ago
  29. 229a77e Tint: add doc for chromium_experimental_input_attachments. by Le Hoang Quyen · 10 months ago
  30. 4507cef [Vulkan] Have YCbCrVkDescriptor::vkChromaFilter be FilterMode by Colin Blundell · 10 months ago
  31. 9851be8 [Vulkan] Populate YCbCr info in SharedTextureMemory::GetProperties() by Colin Blundell · 10 months ago
  32. 608c355 Support multiple attachments with LoadOp::ExpandResolveTexture. by Le Hoang Quyen · 10 months ago
  33. c0aa29b Rename MultisampleStateExpandResolveTextureDawn by Le Hoang Quyen · 10 months ago
  34. ee69c8f Add MultisampleStateExpandResolveTextureDawn chained struct. by Le Hoang Quyen · 10 months ago
  35. fc05fba [YCbCr] Add YCbCr info to STMProperties by Colin Blundell · 10 months ago
  36. 9445a34 GPU: Add NV16/NV24/P210/P410 multi-planar format support by Sida Zhu · 10 months ago
  37. c8ccd3d Describe how to run the Tint unit tests by David Neto · 10 months ago
  38. 5eaa5fb Add new feature to allow expand resolve texture to MSAA. by Le Hoang Quyen · 10 months ago
  39. e0de771 Update support.md a bit. by Corentin Wallez · 10 months ago
  40. a9e4caf Make the C++ api header-only by Austin Eng · 11 months ago
  41. e9dcf93 Add ShaderModuleCompilationOptions by Austin Eng · 11 months ago
  42. 7b98968 [YCbCr Samplers] Add a Feature for vulkan ycbcr samplers by Saifuddin Hitawala · 11 months ago
  43. 06ebe43 Add SharedBufferMemory Begin/EndAccess Implementation by Brandon Jones · 11 months ago
  44. 81a2ed3 Add linux dependencies to documentation. by dan sinclair · 11 months ago
  45. cc21b87 [Static samplers] Add feature to enable static samplers by Colin Blundell · 12 months ago chromium/6370
  46. fda77c4 Add API to query FormatCapabilities on wgpu::Adapter by Kevin Haslett · 12 months ago
  47. 4626965 Fix typo by Fr · 12 months ago
  48. b780413 Add AdapterPropertiesVk by Kyle Charbonneau · 12 months ago
  49. 2e4202d Dawn: Add the r8unorm-storage feature. by Corentin Wallez · 12 months ago
  50. bbfa2cc Dawn: support Tint's chromium_internal_graphite as unsafe. by Corentin Wallez · 12 months ago
  51. 729503c Add documentation for `chromium_internal_dual_source_blending`. by Corentin Wallez · 12 months ago
  52. e435124 [tint][docs] Move .def documentation to a markdown file by Ben Clayton · 1 year ago
  53. 1503ac6 Add External Interface For SharedBufferMemory Feature by Brandon Jones · 1 year ago
  54. 0880e06 Rename @index -> @blend_src by Corentin Wallez · 1 year, 1 month ago
  55. 1d4ff35 Add AdapterPropertiesD3D by Austin Eng · 1 year, 1 month ago
  56. e17a10f MiraclePtr: Add documentation. by Arthur Sonzogni · 1 year, 1 month ago
  57. 52fe07d [SharedTextureMemory] Add documentation of texture creation constraints by Colin Blundell · 1 year, 2 months ago
  58. b9feb09 Tint: Fix a broken link in docs/tint/testing.md by Jiawei Shao · 1 year, 2 months ago
  59. a8516c1 Reland "Apply trivial frontend defaults by copy, and recursively" by Kai Ninomiya · 1 year, 2 months ago
  60. 2d0164e Revert "Apply trivial frontend defaults by copy, and recursively" by Kai Ninomiya · 1 year, 2 months ago
  61. 3f487d8 Fixed typos in support.md by cryvosh · 1 year, 2 months ago
  62. ba44daa Apply trivial frontend defaults by copy, and recursively by Kai Ninomiya · 1 year, 2 months ago
  63. 98dce27 webgpu.h: Re-number enums, with defaulting: SamplerDescriptor by Kai Ninomiya · 1 year, 2 months ago
  64. a5059a6 Move dawn.json and dawn_wire.json to src/dawn/ by Jiawei Shao · 1 year, 2 months ago
  65. 53c0fa9 Enable language extension `packed_4x8_integer_dot_product` by Jiawei Shao · 1 year, 3 months ago
  66. be274e8 Add WGPUAdapterPropertiesMemoryHeaps by Austin Eng · 1 year, 3 months ago
  67. 02f1ad7 BufferMapExtendedUsages now supports (MapRead | MapWrite). by Le Hoang Quyen · 1 year, 3 months ago
  68. 65d862c Add documentation for Dawn's PixelLocalStorage features by Corentin Wallez · 1 year, 3 months ago
  69. c58ad5b Add documentation for 5 simple Dawn extensions. by Corentin Wallez · 1 year, 3 months ago
  70. b171bec [tools] Replace test-all.sh with ./tools/run tests by Ben Clayton · 1 year, 3 months ago
  71. 5a6e057 Add shader_features documentation for Dawn. by Corentin Wallez · 1 year, 3 months ago
  72. 286a7d4 Document the multi-planar extensions by Corentin Wallez · 1 year, 3 months ago
  73. c57f10f Metal: implement BufferMapExtendedUsages feature. by Le Hoang Quyen · 1 year, 3 months ago
  74. 6950c79 Mark SharedFence as stable by Colin Blundell · 1 year, 3 months ago
  75. 66335eb Mark SharedTextureMemory stable for DXGI and IOSurface by Colin Blundell · 1 year, 3 months ago chromium/6138
  76. cb57293 Add documentation for chromium_experimental_framebuffer_fetch by Corentin Wallez · 1 year, 4 months ago
  77. 4f1fb3b Add validation for Framebuffer Fetch by Corentin Wallez · 1 year, 4 months ago
  78. 1d819e1 GPU: Add YUVA NV12A multi-plane format support by Sida Zhu · 1 year, 4 months ago
  79. 559ee08 d3d11: support creating webgpu::Device from an external d3d11 device by Peng Huang · 1 year, 4 months ago
  80. 25d4e22 [tint][gen] Detect #includes without necessary guards by Ben Clayton · 1 year, 5 months ago
  81. 0812ba8 Lift buffer host mapped restrictions; test storage usage by Austin Eng · 1 year, 5 months ago
  82. ca20244 [docs] HostMappedPointer region must refer to the start of memory region by Austin Eng · 1 year, 5 months ago
  83. a9cc4c1 [tint] Add fuzzer target support to 'gen build' by Ben Clayton · 1 year, 5 months ago
  84. 9d1b610 [tint][build] Generate benchmarks for GN and Bazel by Ben Clayton · 1 year, 5 months ago
  85. b7bd8d8 [dawn] Add third_party/libFuzzer DEP, use it by Ben Clayton · 1 year, 5 months ago chromium/6037
  86. 750120f Update docs on how to test Tint by David Neto · 1 year, 5 months ago
  87. d174fa1 Add buffer host mapped pointer feature by Austin Eng · 1 year, 6 months ago
  88. de3e873 [tint][build] Move 'externals.json' to src/tint. by Ben Clayton · 1 year, 6 months ago
  89. 4823469 [tint][build] Add GEN_BUILD:IGNORE_FILE directive by Ben Clayton · 1 year, 7 months ago
  90. 7545f95 [tint] Improvements to './tools/run gen build' by Ben Clayton · 1 year, 7 months ago
  91. 5560934 [tint][cmake][build] Clean up CMake build by Ben Clayton · 1 year, 7 months ago
  92. d7aecfa Enable Dual Source Blending Backend Enums And Tests by Brandon Jones · 1 year, 7 months ago
  93. 7d78e3c Stub out the PLS API. by Corentin Wallez · 1 year, 7 months ago
  94. 7cfcc93 [tools] Add build file list / build dependency tooling by Ben Clayton · 1 year, 7 months ago
  95. 69fb43d Add instructions about fetch_dawn_dependencies by Elie Michel · 1 year, 7 months ago
  96. 5a54d9e Add experimental stubs for shared texture memory and fences by Austin Eng · 1 year, 7 months ago chromium/5931
  97. 3a4bd14 GLES: allow clients to pass an explicit EGLDisplay. by Stephen White · 1 year, 7 months ago
  98. 915ceca [tint] Don't resolve moving from ProgramBuilder -> Program by Ben Clayton · 1 year, 7 months ago chromium/5919
  99. 6cecb17 Remove now unused CopyTextureToTextureInternal by Corentin Wallez · 1 year, 7 months ago
  100. bae54e7 [shuffle] Remove the `utils::` namespace. by dan sinclair · 1 year, 7 months ago chromium/5917