1. cc2516a Relicense Dawn to BSD 3-Clause by Austin Eng · 1 year, 5 months ago
  2. ce8d7af Add WebGPUUseTintIR feature flag to Dawn by James Price · 1 year, 5 months ago
  3. 45a8dab dawn: add dawn::Platform hook for querying feature flags by Antonio Maiorano · 1 year, 6 months ago
  4. 26c29b7 [tint][msl] Support pixel_local attachments by Ben Clayton · 1 year, 6 months ago
  5. cade5e1 Remove wgpu::DawnInstanceDescriptor by Jiawei Shao · 1 year, 6 months ago
  6. 9410ad3 Remove unused APIProcessEvents return value by Kai Ninomiya · 1 year, 7 months ago
  7. 54c613a Drop kFirstMemberAlignment from DawnInstanceDescriptor by Austin Eng · 1 year, 7 months ago
  8. 032deed Fix build failures with DawnInfo by Jiawei Shao · 1 year, 7 months ago
  9. b585e7b Implement SharedTextureMemory and SharedFence on D3D by Austin Eng · 1 year, 7 months ago
  10. dcc2dc1 Add simple DawnInfo program. by dan sinclair · 1 year, 7 months ago
  11. 67f0992 Add TextureBuiltinsFromUniform transform by Shrek Shao · 1 year, 7 months ago
  12. c1942cf [tint] Move headers from include/tint to src/tint/api by Ben Clayton · 1 year, 7 months ago
  13. b1cd47d [tint] Move tint.cc to api/tint.cc by Ben Clayton · 1 year, 7 months ago
  14. 43c8cdc [tint] Remove sem/external_texture.h by James Price · 1 year, 7 months ago
  15. cc06e47 OpenGL: Implement support for GL texture as ExternalImage on ANGLE. by Stephen White · 1 year, 7 months ago
  16. cd52f38 [tint] Move tint/lang/core/builtin to tint/lang/core by Ben Clayton · 1 year, 7 months ago
  17. 5a54d9e Add experimental stubs for shared texture memory and fences by Austin Eng · 1 year, 7 months ago chromium/5931
  18. d2a397b Replace dawn_native with dawn::native by Jiawei Shao · 1 year, 7 months ago
  19. dc63aa4 BGL refactoring to allow for auto pipelines to use cache better. by Loko Kung · 1 year, 8 months ago
  20. 3a4bd14 GLES: allow clients to pass an explicit EGLDisplay. by Stephen White · 1 year, 8 months ago
  21. 34c8e57 [tint] Shuffle to break last circular dependencies by Ben Clayton · 1 year, 8 months ago
  22. 6891960 [tint] Make LHS of operator << generic. by Ben Clayton · 1 year, 8 months ago
  23. f848af2 [tint] Separate out fatal macros from diagnostics by Ben Clayton · 1 year, 8 months ago
  24. bae54e7 [shuffle] Remove the `utils::` namespace. by dan sinclair · 1 year, 8 months ago chromium/5917
  25. eb66431 [shuffle] Move spirv reader to new structure. by dan sinclair · 1 year, 8 months ago
  26. 6119045 [shuffle] Move wgsl reader to new structure. by dan sinclair · 1 year, 8 months ago
  27. 2dddb19 [shuffle] Move spirv writer and ast_writer to new structure. by dan sinclair · 1 year, 8 months ago
  28. 0f98902 [shuffle] Move glsl writer to new structure. by dan sinclair · 1 year, 8 months ago
  29. 0bfeaf9 [shuffle] Move hlsl writer to new structure. by dan sinclair · 1 year, 8 months ago
  30. c1bf225 [shuffle] Move wgsl writers to new structure. by dan sinclair · 1 year, 8 months ago
  31. e7e4afc [shuffle] Move msl writers to new structure. by dan sinclair · 1 year, 8 months ago
  32. 1025258 [tint] Move src/tint/writer options to include/tint by Ben Clayton · 1 year, 8 months ago
  33. bc32a14 [tint] Remove writer::Writer by Ben Clayton · 1 year, 8 months ago
  34. 7494e83 [tint] Shuffle transforms by Ben Clayton · 1 year, 8 months ago
  35. 408509f Remove deprecated dawn_wire by Jiawei Shao · 1 year, 8 months ago
  36. 352f8c8 [shuffle] Rename lang/base by dan sinclair · 1 year, 8 months ago
  37. 22b4dd2 [shuffle] Move utils to new structure. by dan sinclair · 1 year, 8 months ago
  38. 74d04a8 [shuffle] Move writer/spirv to new structure by James Price · 1 year, 8 months ago
  39. a4c1735 [shuffle] Move wgsl helpers to new structure. by dan sinclair · 1 year, 8 months ago
  40. d5ac960 [shuffle] Move inspector to new structure. by dan sinclair · 1 year, 8 months ago
  41. e7a88d2 [shuffle] Move type to new structure. by dan sinclair · 1 year, 8 months ago
  42. ee18d2e [shuffle] Move diagnostic to new structure. by dan sinclair · 1 year, 8 months ago
  43. 91b68cd [shuffle] Move utils to new structure. by dan sinclair · 1 year, 8 months ago
  44. 99181d8 [shuffle] Move ast to new structure. by dan sinclair · 1 year, 8 months ago
  45. 5fbe1f6 [shuffle] Move writer/hlsl to new structure. by dan sinclair · 1 year, 8 months ago
  46. ff6eba5 [shuffle] Move writer/wgsl to new structure. by dan sinclair · 1 year, 8 months ago
  47. d5575ce [shuffle] Move writer/msl to new structure. by dan sinclair · 1 year, 8 months ago
  48. 8046fbb [shuffle] Move writer/glsl to new structure. by dan sinclair · 1 year, 8 months ago
  49. 7cf568f [shuffle] Move reader/wgsl to new structure. by dan sinclair · 1 year, 8 months ago
  50. b2e4549 [shuffle] Move reader/spirv to new structure. by dan sinclair · 1 year, 8 months ago
  51. c88e293 Remove AdapterDiscoveryOptionsES. by Stephen White · 1 year, 8 months ago
  52. 1ebd8a2 Add histogram macros for microsecond timings by Antonio Maiorano · 1 year, 8 months ago
  53. 1b03380 Add ProcSetDefaultThreadProc() for per thread disptach procs by Peng Huang · 1 year, 8 months ago
  54. df81822 d3d11: support create ExternalImageDXGI from ID3D11Texture2D by Peng Huang · 1 year, 8 months ago
  55. 0c5b394 Add support for UMA by Antonio Maiorano · 1 year, 9 months ago chromium/5864 chromium/5864_2
  56. c7355b7 Dawn: Implement adapter toggles and promote UseDXC as adapter toggle by Zhaoming Jiang · 1 year, 9 months ago
  57. 0d5e76a Deprecate explicit physical device discovery by Austin Eng · 1 year, 9 months ago
  58. 943a1a2 Add SwapChain::GetCurrentTexture by Corentin Wallez · 1 year, 10 months ago
  59. 6663a97 Dawn: Deprecate DiscoverAdapters with DiscoverPhysicalDevices by Zhaoming Jiang · 1 year, 10 months ago
  60. 919d48f d3d11: Add GetD3D11Device() for querying ID3D11Device from WGPUDevice by Peng Huang · 1 year, 10 months ago
  61. 7511bf6 Removes remaining SetPlatform APIs from being exposed in native. by Loko Kung · 1 year, 10 months ago
  62. 14ed533 Updates DawnInstanceDescriptor to pass in the Platform. by Loko Kung · 1 year, 10 months ago
  63. 7d2e204 [tint] Move AST transforms to a subdirectory by James Price · 1 year, 10 months ago
  64. 49db496 d3d11: support external image by Peng Huang · 1 year, 10 months ago
  65. 0edb520 Adds AllowUnsafeAPIs toggle and fixes code-paths to use it. by Loko Kung · 1 year, 11 months ago
  66. 45b44fd Remove DawnDeviceDescriptor code paths by Brandon Jones · 1 year, 11 months ago
  67. a246d8d d3d: remove external image related name alias from d3d12 namespace by Peng Huang · 1 year, 11 months ago
  68. fed6b6b Turn AdapterBase into a wrapper class. by Stephen White · 1 year, 11 months ago
  69. e4877b7 Rename AdapterBase -> PhysicalDeviceBase. by Stephen White · 1 year, 11 months ago
  70. 8ddaa51 Remove dawn::native::ExternalImageDescriptorIOSurface::plane by Corentin Wallez · 1 year, 11 months ago
  71. d7a4483 d3d: move some external image related code to d3d namespace by Peng Huang · 1 year, 11 months ago
  72. 1ff6a0c d3d12: Remove deprecated useFenceSynchronization param by Sunny Sachanandani · 1 year, 11 months ago
  73. c820dcc d3d12: Remove keyed mutex support by Sunny Sachanandani · 1 year, 11 months ago
  74. 517278a Move text/unicode into utils. by dan sinclair · 1 year, 11 months ago
  75. c4cc6ec Remove the demangler. by dan sinclair · 1 year, 11 months ago
  76. a48ba98 Remove dawn_wsi.h by Corentin Wallez · 2 years ago
  77. 961f7ea Remove all NativeSwapChain* by Corentin Wallez · 2 years ago
  78. ebfd505 d3d11: implement Adaptor, Backend, etc by Peng Huang · 2 years ago
  79. 947a7de DawnNative: Add dawn::native::InstanceProcessEvents() by Le Hoang Quyen · 2 years ago chromium/5683
  80. 39d4065 Move BindingRemapper and MultiplanarExternalTexture to a backend transform. by dan sinclair · 2 years ago
  81. 69e1c4b DawnNative: implement Instance::ProcessEvents by Le Hoang Quyen · 2 years ago
  82. 1f6ce67 Move `clamp_frag_depth` transformer to backend. by dan sinclair · 2 years ago
  83. eebbdef Split `BindingPoint` out of MultiplanarExternalTexture. by dan sinclair · 2 years ago chromium/5639
  84. 64196ad Add array length options header to `tint.h`. by dan sinclair · 2 years ago
  85. c2657b2 Dawn: Promote DisallowUnsafeAPIs as instance toggle by Zhaoming Jiang · 2 years ago
  86. f7910f5 tint.h: Remove 'libspirv.hpp' include by Ben Clayton · 2 years ago
  87. 03de0e8 Move tint::transform::Robustness to a santizier transform by Ben Clayton · 2 years ago
  88. 20881f3 Add basic Adapter blocklist by Austin Eng · 2 years, 1 month ago
  89. 63b777b Dawn: Refactor device toggles by Zhaoming Jiang · 2 years, 1 month ago
  90. 40358fd Make EnumClassBitmask's BoolConvertible constructor explicit. by Corentin Wallez · 2 years, 1 month ago
  91. f7beb85 Count the line pos, offset and size of compilation message in UTF-16 by Jiawei Shao · 2 years, 2 months ago
  92. 8e68a89 Vulkan: Clamp @builtin(frag_depth) with push constant values by Corentin Wallez · 2 years, 2 months ago
  93. 837b804 Rename TypeManager to Manager. by dan sinclair · 2 years, 3 months ago chromium/5468
  94. c9949ac Move type_manager to type/ folder by dan sinclair · 2 years, 3 months ago
  95. c982cd4 Use TINT_REFLECT for OverrideId by Austin Eng · 2 years, 4 months ago
  96. 0d2aedf Run ./tools/format by Ben Clayton · 2 years, 4 months ago
  97. 270c044 Metal: Implement begin/end access synchronization with MTLSharedEvent by Austin Eng · 2 years, 4 months ago chromium/5403 chromium/5404 chromium/5405 chromium/5406 chromium/5407 chromium/5408 chromium/5409 chromium/5410 chromium/5411 chromium/5412
  98. a4314fa Minor build/include fixes for google3 roll. by Loko Kung · 2 years, 4 months ago chromium/5401
  99. 8fa6c25 tint: Add Initialize() / Shutdown() public APIs by Ben Clayton · 2 years, 4 months ago
  100. 663932d vulkan: Validate that exporting a texture uses VK_IMAGE_LAYOUT_UNDEFINED by Austin Eng · 2 years, 5 months ago