- 7edef20 Add AHardwareBuffer support by Brandon Jones · 2 years, 4 months ago
- 7ca82ac dawn: Refactor device creation and add shader-f16 feature by Zhaoming Jiang · 2 years, 4 months ago
- 5881e73 d3d12: External image import using multiple wait fences and signal fence by Sunny Sachanandani · 2 years, 4 months ago
- a09d05c Make Adapter and Instance lifetimes more robust by Austin Eng · 2 years, 5 months ago chromium/5251
- 52cc4f5 Add a target for the GLFW surface helper. by dan sinclair · 2 years, 5 months ago chromium/5241 chromium/5242
- 9a6acc4 tint: Add tint::OverrideId by Ben Clayton · 2 years, 6 months ago
- a55b686 Remove unused dawn::native::metal::GetMetalDevice by Corentin Wallez · 2 years, 6 months ago
- 256f111 Add transform to substitute overrides with const expressions. by dan sinclair · 2 years, 6 months ago
- 7ae5c41 d3d12: Destroy ExternalImageDXGI resources on device destruction by Sunny Sachanandani · 2 years, 6 months ago
- 8ce7183 tint: Remove public include of ast include by Ben Clayton · 2 years, 6 months ago
- 9434949 GL: implement EGL context creation in Dawn native. by Stephen White · 2 years, 7 months ago
- 3fa3e56 dawn::wire::client: ReserveTexture: remove defaulting of descriptor by Corentin Wallez · 2 years, 7 months ago
- 7289bca Add dawn version hash to cache keys. by Loko Kung · 2 years, 7 months ago
- 04f1214 dawn::wire::client: Make object constructors less barebones. by Corentin Wallez · 2 years, 7 months ago chromium/5132
- 369b0b4 Remove old src/include folder by dan sinclair · 2 years, 7 months ago
- 1faf592 Delete WGPUDeviceProperties by Austin Eng · 2 years, 7 months ago
- 7ce8509 d3d12: Add support for fences for external images by Sunny Sachanandani · 2 years, 7 months ago
- 7e74c21 DAWN_PLATFORM and DAWN_COMPILER macro improvements by Shrek Shao · 2 years, 7 months ago
- a466688 tint: Fix include layering violation by James Price · 2 years, 7 months ago
- ad8caa2 Remove stride in ExternalImageDescriptorDmaBuf by jchen10 · 2 years, 7 months ago
- 238716e Explicit vkImage create to wrap video frame by jchen10 · 2 years, 7 months ago
- 6b52f9d Return an error surface if surface creation fails by Austin Eng · 2 years, 7 months ago
- 6a224fb Remove custom serialization of device properties by Austin Eng · 2 years, 7 months ago
- ba2b7fc Fix multiple device leaks in dawn_end2end_tests and dawn_unittests by Austin Eng · 2 years, 8 months ago
- 455f573 Reland "[chromium-style] Adding constructors and destructors." by Kai Ninomiya · 2 years, 8 months ago
- 1a4cb65 Remove final qualifiers from WireClient/Server HandleCommands by Austin Eng · 2 years, 8 months ago
- 6400e3b Add a way to query if a device exists on the wire server by Austin Eng · 2 years, 8 months ago chromium/5059
- 63cea3f Revert "[chromium-style] Adding constructors and destructors." by Kai Ninomiya · 2 years, 8 months ago
- efab8c8 [chromium-style] Adding constructors and destructors. by dan sinclair · 2 years, 8 months ago
- 9b34bec Removes device from load/store in caching interface. by Loko Kung · 2 years, 8 months ago
- 41e4d9a Consistent formatting for Dawn/Tint. by dan sinclair · 2 years, 8 months ago chromium/5038 chromium/5039
- 4091e0f Factor out common cache testing code. by Loko Kung · 2 years, 9 months ago
- d0fb4a3 Convert all dawn includes to use non-system include syntax. by dan sinclair · 2 years, 9 months ago
- 51bab80 Remove redundant override in include/dawn. by dan sinclair · 2 years, 9 months ago
- 2657612 Fix build/include_order in include/dawn. by dan sinclair · 2 years, 9 months ago
- 012098a Add explicit in include/dawn by dan sinclair · 2 years, 9 months ago
- 6aded1d Add missing include/webgpu copyrights. by dan sinclair · 2 years, 9 months ago
- f625a6d tint: Make GLSL backend consistent with the others by Antonio Maiorano · 2 years, 9 months ago
- 479dc6b Enable build/header_guard by dan sinclair · 2 years, 9 months ago
- fcf5679 Create more targeted CPPLINT.cfg files. by dan sinclair · 2 years, 9 months ago
- db9db31 Fixup whitespace/comments issues. by dan sinclair · 2 years, 9 months ago chromium/4993
- e87ac76 Merge remote-tracking branch 'tint/main' into HEAD by Ryan Harrison · 2 years, 9 months ago tint-merge
- 0a6c2b0 Wrap multiplanar iosurface in wgpuTexture by Shaobo · 2 years, 10 months ago
- dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 2 years, 11 months ago
- 9fb7a51 tint->dawn: Move src/include -> include by Ben Clayton · 3 years ago chromium/4871
- d6e962b Add Multiplanar External Texture Transform To Tint Header by Brandon Jones · 3 years ago
- a9f8c7d Implement GLSL writer backend. by Stephen White · 3 years, 3 months ago
- a94d1a9 Remove TINT_EXPECTS_UBOS_TO_BE_MULTIPLE_OF_16 macro by Antonio Maiorano · 3 years, 6 months ago
- de2b7db Make ArrayLengthFromUniform transform emit a valid UBO by Antonio Maiorano · 3 years, 6 months ago
- 4aed315 writer: Remove legacy generator API by James Price · 3 years, 6 months ago
- 75cd592 transform: Add FoldTrivialSingleUseLets by Ben Clayton · 3 years, 6 months ago
- 0273f1a transform: Rename BoundArrayAccessors to Robustness by Ben Clayton · 3 years, 6 months ago
- 77daee1 Remove legacy EmitVertexPointSize transform by James Price · 3 years, 8 months ago
- 593c87b Remove fuzzing for transform::EmitVertPointSize by Ryan Harrison · 3 years, 8 months ago
- da43604 Remove fuzzers for transforms that should only be invoked by sanitizers by Ryan Harrison · 3 years, 9 months ago
- 23c73b0 Add fuzzing for transform::CanonicalizeEntryPointIO by Ryan Harrison · 3 years, 9 months ago
- be303e92 Add fuzzing for transform::CalculateArrayLength by Ryan Harrison · 3 years, 9 months ago
- 0949bdf Add transform to strip entry points from a module by James Price · 3 years, 9 months ago
- aea9c68 Move type/* files to sem/ directory by Antonio Maiorano · 3 years, 9 months ago
- f8f31a4 Automatically run entry point IO canonicalization by James Price · 3 years, 9 months ago
- 71512e3 Remove validator.h by Antonio Maiorano · 3 years, 9 months ago
- dc8f08a [msl-writer] Use entry point interface canonicalization transform by James Price · 3 years, 10 months ago
- e0c1221 Add transform::BindingRemapper by Ben Clayton · 3 years, 10 months ago
- d1781fd Remove tint::Namer by Ben Clayton · 3 years, 10 months ago
- e18a18b Add transform::Renamer by Ben Clayton · 3 years, 10 months ago
- 5bde7c0 tint.h: Remove the type_determiner.h include by Ben Clayton · 4 years ago
- 2101c35 Stub sanitizer transforms for the hlsl, msl & spirv writers by Ben Clayton · 4 years ago
- 207b5e2 Move tint::ast::type to tint::type by Ben Clayton · 4 years ago
- 995516e Add --demangle option to command example by David Neto · 4 years ago
- 3d449d2 [transform] Add first index offset transform by Enrico Galli · 4 years, 1 month ago
- c35176e Remove the context object. by dan sinclair · 4 years, 1 month ago
- 00b77a8 Rework all transforms to transform-on-copy by Ben Clayton · 4 years, 1 month ago
- 76d12f0 Add EmitVertexPointSizeTransform by Ben Clayton · 4 years, 1 month ago
- 3e67c5db Move type_manager to the ast dir/namespace by Ben Clayton · 4 years, 2 months ago
- 196e097 Place the namer into the context object. by dan sinclair · 4 years, 2 months ago
- 34f90a0 [validation] make validator directory by Sarah Mashayekhi · 4 years, 2 months ago
- 4735f01 Move diagnostic/printer.h into the public API by Ryan Harrison · 4 years, 2 months ago
- 8904253 Add getting constant ID information from Inspector by Ryan Harrison · 4 years, 3 months ago
- 70b4c3b [transform] Add transforms to the sample app. by dan sinclair · 4 years, 3 months ago
- 5c948e4 [transform] Move the transform folder by dan sinclair · 4 years, 4 months ago
- e7ec7f1 [wgsl-writer] Add GenerateEntryPoint by dan sinclair · 4 years, 4 months ago
- 63551e3 Add vertex pulling transform by Idan Raiter · 4 years, 5 months ago
- feffa9d [hlsl-writer] Scaffold the HLSL backend. by dan sinclair · 4 years, 6 months ago
- 2a59901 [metal-writer] Stub out the Metal Shading Language backend. by dan sinclair · 4 years, 7 months ago
- be45ff5 Create tint.h for external users by Ryan Harrison · 4 years, 7 months ago