1. 8e68a89 Vulkan: Clamp @builtin(frag_depth) with push constant values by Corentin Wallez · 2 years, 2 months ago
  2. 837b804 Rename TypeManager to Manager. by dan sinclair · 2 years, 3 months ago chromium/5468
  3. c9949ac Move type_manager to type/ folder by dan sinclair · 2 years, 3 months ago
  4. c982cd4 Use TINT_REFLECT for OverrideId by Austin Eng · 2 years, 4 months ago
  5. 0d2aedf Run ./tools/format by Ben Clayton · 2 years, 4 months ago
  6. 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
  7. a4314fa Minor build/include fixes for google3 roll. by Loko Kung · 2 years, 4 months ago chromium/5401
  8. 8fa6c25 tint: Add Initialize() / Shutdown() public APIs by Ben Clayton · 2 years, 4 months ago
  9. 663932d vulkan: Validate that exporting a texture uses VK_IMAGE_LAYOUT_UNDEFINED by Austin Eng · 2 years, 5 months ago
  10. 324e446 Vulkan: Add support for using dedicated allocation when importing images. by Corentin Wallez · 2 years, 5 months ago
  11. e14a27b tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL by Antonio Maiorano · 2 years, 6 months ago
  12. 7edef20 Add AHardwareBuffer support by Brandon Jones · 2 years, 6 months ago
  13. 7ca82ac dawn: Refactor device creation and add shader-f16 feature by Zhaoming Jiang · 2 years, 6 months ago
  14. 5881e73 d3d12: External image import using multiple wait fences and signal fence by Sunny Sachanandani · 2 years, 6 months ago
  15. a09d05c Make Adapter and Instance lifetimes more robust by Austin Eng · 2 years, 7 months ago chromium/5251
  16. 52cc4f5 Add a target for the GLFW surface helper. by dan sinclair · 2 years, 7 months ago chromium/5241 chromium/5242
  17. 9a6acc4 tint: Add tint::OverrideId by Ben Clayton · 2 years, 8 months ago
  18. a55b686 Remove unused dawn::native::metal::GetMetalDevice by Corentin Wallez · 2 years, 8 months ago
  19. 256f111 Add transform to substitute overrides with const expressions. by dan sinclair · 2 years, 8 months ago
  20. 7ae5c41 d3d12: Destroy ExternalImageDXGI resources on device destruction by Sunny Sachanandani · 2 years, 8 months ago
  21. 8ce7183 tint: Remove public include of ast include by Ben Clayton · 2 years, 8 months ago
  22. 9434949 GL: implement EGL context creation in Dawn native. by Stephen White · 2 years, 9 months ago
  23. 3fa3e56 dawn::wire::client: ReserveTexture: remove defaulting of descriptor by Corentin Wallez · 2 years, 9 months ago
  24. 7289bca Add dawn version hash to cache keys. by Loko Kung · 2 years, 9 months ago
  25. 04f1214 dawn::wire::client: Make object constructors less barebones. by Corentin Wallez · 2 years, 9 months ago chromium/5132
  26. 369b0b4 Remove old src/include folder by dan sinclair · 2 years, 9 months ago
  27. 1faf592 Delete WGPUDeviceProperties by Austin Eng · 2 years, 9 months ago
  28. 7ce8509 d3d12: Add support for fences for external images by Sunny Sachanandani · 2 years, 9 months ago
  29. 7e74c21 DAWN_PLATFORM and DAWN_COMPILER macro improvements by Shrek Shao · 2 years, 9 months ago
  30. a466688 tint: Fix include layering violation by James Price · 2 years, 9 months ago
  31. ad8caa2 Remove stride in ExternalImageDescriptorDmaBuf by jchen10 · 2 years, 10 months ago
  32. 238716e8 Explicit vkImage create to wrap video frame by jchen10 · 2 years, 10 months ago
  33. 6b52f9d Return an error surface if surface creation fails by Austin Eng · 2 years, 10 months ago
  34. 6a224fb Remove custom serialization of device properties by Austin Eng · 2 years, 10 months ago
  35. ba2b7fc Fix multiple device leaks in dawn_end2end_tests and dawn_unittests by Austin Eng · 2 years, 10 months ago
  36. 455f573 Reland "[chromium-style] Adding constructors and destructors." by Kai Ninomiya · 2 years, 10 months ago
  37. 1a4cb65 Remove final qualifiers from WireClient/Server HandleCommands by Austin Eng · 2 years, 10 months ago
  38. 6400e3b Add a way to query if a device exists on the wire server by Austin Eng · 2 years, 10 months ago chromium/5059
  39. 63cea3f Revert "[chromium-style] Adding constructors and destructors." by Kai Ninomiya · 2 years, 10 months ago
  40. efab8c8 [chromium-style] Adding constructors and destructors. by dan sinclair · 2 years, 10 months ago
  41. 9b34bec Removes device from load/store in caching interface. by Loko Kung · 2 years, 11 months ago
  42. 41e4d9a Consistent formatting for Dawn/Tint. by dan sinclair · 2 years, 11 months ago chromium/5038 chromium/5039
  43. 4091e0f Factor out common cache testing code. by Loko Kung · 2 years, 11 months ago
  44. d0fb4a3 Convert all dawn includes to use non-system include syntax. by dan sinclair · 2 years, 11 months ago
  45. 51bab80 Remove redundant override in include/dawn. by dan sinclair · 3 years ago
  46. 2657612 Fix build/include_order in include/dawn. by dan sinclair · 3 years ago
  47. 012098a Add explicit in include/dawn by dan sinclair · 3 years ago
  48. 6aded1d Add missing include/webgpu copyrights. by dan sinclair · 3 years ago
  49. f625a6d tint: Make GLSL backend consistent with the others by Antonio Maiorano · 3 years ago
  50. 479dc6b Enable build/header_guard by dan sinclair · 3 years ago
  51. fcf5679 Create more targeted CPPLINT.cfg files. by dan sinclair · 3 years ago
  52. db9db31 Fixup whitespace/comments issues. by dan sinclair · 3 years ago chromium/4993
  53. e87ac76 Merge remote-tracking branch 'tint/main' into HEAD by Ryan Harrison · 3 years ago tint-merge
  54. 0a6c2b0 Wrap multiplanar iosurface in wgpuTexture by Shaobo · 3 years ago
  55. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago
  56. 9fb7a51 tint->dawn: Move src/include -> include by Ben Clayton · 3 years, 1 month ago chromium/4871
  57. d6e962b Add Multiplanar External Texture Transform To Tint Header by Brandon Jones · 3 years, 2 months ago
  58. a9f8c7d Implement GLSL writer backend. by Stephen White · 3 years, 5 months ago
  59. a94d1a9 Remove TINT_EXPECTS_UBOS_TO_BE_MULTIPLE_OF_16 macro by Antonio Maiorano · 3 years, 8 months ago
  60. de2b7db Make ArrayLengthFromUniform transform emit a valid UBO by Antonio Maiorano · 3 years, 8 months ago
  61. 4aed315 writer: Remove legacy generator API by James Price · 3 years, 8 months ago
  62. 75cd592 transform: Add FoldTrivialSingleUseLets by Ben Clayton · 3 years, 9 months ago
  63. 0273f1a transform: Rename BoundArrayAccessors to Robustness by Ben Clayton · 3 years, 9 months ago
  64. 77daee1 Remove legacy EmitVertexPointSize transform by James Price · 3 years, 10 months ago
  65. 593c87b Remove fuzzing for transform::EmitVertPointSize by Ryan Harrison · 3 years, 10 months ago
  66. da43604 Remove fuzzers for transforms that should only be invoked by sanitizers by Ryan Harrison · 3 years, 11 months ago
  67. 23c73b0 Add fuzzing for transform::CanonicalizeEntryPointIO by Ryan Harrison · 3 years, 11 months ago
  68. be303e92 Add fuzzing for transform::CalculateArrayLength by Ryan Harrison · 3 years, 11 months ago
  69. 0949bdf Add transform to strip entry points from a module by James Price · 3 years, 11 months ago
  70. aea9c68 Move type/* files to sem/ directory by Antonio Maiorano · 4 years ago
  71. f8f31a4 Automatically run entry point IO canonicalization by James Price · 4 years ago
  72. 71512e3 Remove validator.h by Antonio Maiorano · 4 years ago
  73. dc8f08a [msl-writer] Use entry point interface canonicalization transform by James Price · 4 years ago
  74. e0c1221 Add transform::BindingRemapper by Ben Clayton · 4 years ago
  75. d1781fd Remove tint::Namer by Ben Clayton · 4 years ago
  76. e18a18b Add transform::Renamer by Ben Clayton · 4 years ago
  77. 5bde7c0 tint.h: Remove the type_determiner.h include by Ben Clayton · 4 years, 1 month ago
  78. 2101c35 Stub sanitizer transforms for the hlsl, msl & spirv writers by Ben Clayton · 4 years, 1 month ago
  79. 207b5e2 Move tint::ast::type to tint::type by Ben Clayton · 4 years, 2 months ago
  80. 995516e Add --demangle option to command example by David Neto · 4 years, 2 months ago
  81. 3d449d2 [transform] Add first index offset transform by Enrico Galli · 4 years, 3 months ago
  82. c35176e Remove the context object. by dan sinclair · 4 years, 3 months ago
  83. 00b77a8 Rework all transforms to transform-on-copy by Ben Clayton · 4 years, 3 months ago
  84. 76d12f0 Add EmitVertexPointSizeTransform by Ben Clayton · 4 years, 3 months ago
  85. 3e67c5db Move type_manager to the ast dir/namespace by Ben Clayton · 4 years, 4 months ago
  86. 196e097 Place the namer into the context object. by dan sinclair · 4 years, 4 months ago
  87. 34f90a0 [validation] make validator directory by Sarah Mashayekhi · 4 years, 4 months ago
  88. 4735f01 Move diagnostic/printer.h into the public API by Ryan Harrison · 4 years, 4 months ago
  89. 8904253 Add getting constant ID information from Inspector by Ryan Harrison · 4 years, 5 months ago
  90. 70b4c3b [transform] Add transforms to the sample app. by dan sinclair · 4 years, 6 months ago
  91. 5c948e4 [transform] Move the transform folder by dan sinclair · 4 years, 6 months ago
  92. e7ec7f1 [wgsl-writer] Add GenerateEntryPoint by dan sinclair · 4 years, 6 months ago
  93. 63551e3 Add vertex pulling transform by Idan Raiter · 4 years, 7 months ago
  94. feffa9d [hlsl-writer] Scaffold the HLSL backend. by dan sinclair · 4 years, 8 months ago
  95. 2a59901 [metal-writer] Stub out the Metal Shading Language backend. by dan sinclair · 4 years, 9 months ago
  96. be45ff5 Create tint.h for external users by Ryan Harrison · 4 years, 9 months ago