- 9cc2930 d3d11: compile d3d11 backend in chromium build by Peng Huang · 1 year, 8 months ago
- 925b776 d3d11: enable d3d11 by default if it is not built with chromium by Peng Huang · 1 year, 8 months ago chromium/5746
- b0a1858 Disable d3d11 backend by Peng Huang · 1 year, 9 months ago
- f5966b0 d3d11: enable d3d11 if dawn is not build with chromium by Peng Huang · 1 year, 9 months ago
- ebfd505 d3d11: implement Adaptor, Backend, etc by Peng Huang · 1 year, 9 months ago
- 9e03212 Fix perf_test_runner.py to run with python3 by shrekshao · 1 year, 11 months ago
- 61d2cf2 Making SPIR-V ingestion and validation optional by Brandon Jones · 2 years ago
- 417acaf Temporarily disable dawn_use_angle on Android. by Kenneth Russell · 2 years, 4 months ago
- 8f3d771 Add Vulkan extensions for AHardwareBuffer support by Brandon Jones · 2 years, 4 months ago chromium/5287
- 7d2b9d9 Add alternative method to use a version/git hash from a file. by Loko Kung · 2 years, 7 months ago
- 2e22d92 Add support for SurfaceDescriptorFromWaylandSurface by Corentin Wallez · 2 years, 7 months ago
- fb5a492 Fix inclusive language presubmit by dan sinclair · 2 years, 9 months ago
- 23d09c6 Add compute pipeline cache key generation for Vulkan. by Loko Kung · 2 years, 9 months ago chromium/4994
- e87ac76 Merge remote-tracking branch 'tint/main' into HEAD by Ryan Harrison · 2 years, 9 months ago tint-merge
- 09100b7 Try to use the vulkan-headers from vulkan-deps instead of third_party/khronos. by Loko Kung · 2 years, 9 months ago
- 123761f Fix scripts/extract.py failing on Windows by Antonio Maiorano · 2 years, 10 months ago
- 7c0afdf Re-enable compilation of GL backends in Chromium. by Stephen White · 2 years, 11 months ago
- a52abab Nuke SPIRV-Cross. by Stephen White · 2 years, 11 months ago
- b01cf60 tint->dawn: Fix output_name of dawn_component template by Ben Clayton · 3 years ago
- 7d5badd gn: Trim target prefix from static and shared libraries by Ben Clayton · 3 years ago
- e0db2b9 Fix scripts/extract.py for Python3 by Corentin Wallez · 3 years ago
- 9157c78 Revert "Don't enable SwiftShader on Linux platforms if X11 is not available" by Austin Eng · 3 years ago
- 50e4140 Don't enable SwiftShader on Linux platforms if X11 is not available by Austin Eng · 3 years ago
- 017f9cc Default dawn_use_swiftshader to true by Austin Eng · 3 years ago
- 5bd9445 Remove CubeReflection and the dependency on GLM by Corentin Wallez · 3 years, 1 month ago
- ec5aa6e Only default to vulkan loader in standalone by Kai Ninomiya · 3 years, 1 month ago
- 349062f Fixes Dawn to use custom Vulkan loader on Linux systems. by Loko Kung · 3 years, 1 month ago chromium/4738
- 4948c81 Reland "Add deps to enable performing the cmake build of dawn_node on CQ" by Austin Eng · 3 years, 3 months ago chromium/4671
- 01466b2 Revert "Add deps to enable performing the cmake build of dawn_node on CQ" by Sven Zheng · 3 years, 3 months ago
- ecbdd8f Add deps to enable performing the cmake build of dawn_node on CQ by Austin Eng · 3 years, 3 months ago
- dc890d6 DEPS: Add NodeJS binding dependencies by Ben Clayton · 3 years, 3 months ago
- a04663c Added Abseil as a third-party dependency (Take 2) by Brandon Jones · 3 years, 4 months ago
- 2f8f251 Revert "Added Abseil as a third-party dependency" by Shrek Shao · 3 years, 4 months ago
- 020d699 Added Abseil as a third-party dependency by Brandon Jones · 3 years, 4 months ago chromium/4643
- 08949a3 rename use_x11 to ozone_platform_x11 by Maksim Sisov · 3 years, 4 months ago
- 6ef3937 Don't enable GL backends by default if build_with_chromium by Austin Eng · 3 years, 5 months ago
- 5d17ed6 Wrap all uses of SPIRV-Cross in #define. by Stephen White · 3 years, 5 months ago
- 16201e6 Disable OpenGLES in uwp compilation. by 陈俊嘉 · 3 years, 7 months ago
- 21ce5d2 Split #defines for OpenGL and OpenGL ES backends. by Stephen White · 3 years, 8 months ago
- 02336e6 Add UWP support by 陈俊嘉 · 3 years, 9 months ago
- a0bdba1 Make Dawn's Tint version visible when recursedepsing in Dawn by Corentin Wallez · 3 years, 9 months ago
- 9037669 Remove the dependency on shaderc and glslang. by Corentin Wallez · 3 years, 10 months ago
- be621bd Update the wire-based fuzzers to always assume an injected error by Austin Eng · 3 years, 10 months ago
- a943919 Use Tint/WGSL unconditionally by Corentin Wallez · 3 years, 10 months ago
- 92a0588 Enable WGSL unconditionally in GN builds. by Corentin Wallez · 3 years, 10 months ago
- 77fcdf7 Add ANGLE to Dawn build. by Stephen White · 4 years ago
- f1fa60b Use Jamie's 7-layer burrito of Vulkan DEPS. by Stephen White · 4 years ago
- a727845 Make dawn_use_x11 = use_x11 when building inside Chromium by Corentin Wallez · 4 years, 3 months ago
- 948b3a0 Expand is_linux to is_linux || is_chromeos. by Hidehiko Abe · 4 years, 4 months ago
- c4c4ff9 Enable WGSL support by default by Ryan Harrison · 4 years, 6 months ago
- 8bd3bcf Revert "Turn on WGSL support by default in Dawn" by Corentin Wallez · 4 years, 6 months ago
- e1d976e Turn on WGSL support by default in Dawn by Ryan Harrison · 4 years, 6 months ago
- 8296112 Use canned CheckPatchFormatted instead of our own linting by Kai Ninomiya · 4 years, 6 months ago
- 01aeca2 Add .clang-format files and format more files by Kai Ninomiya · 4 years, 6 months ago
- 3d80b5c lint_clang_format.sh: Un-skip tests and examples by Kai Ninomiya · 4 years, 6 months ago
- 92554d7 Update path of third_party/spirv-tools to SPIRV-Tools by Ryan Harrison · 4 years, 6 months ago
- a84ab48 Add support for different default branches in roll-shader-deps by Ryan Harrison · 4 years, 7 months ago
- 3e332cd Set a default value for dawn_glm_dir like other GN build overrides by Jiajie Hu · 4 years, 8 months ago
- 4f3811c Add Tint to BUILD.gn by Ryan Harrison · 4 years, 8 months ago
- 991b947 Add Tint to DEPS for standalone checkouts by Ryan Harrison · 4 years, 8 months ago
- c9e28b1 Use dawn_has_build in dawn_component by Sean Gilhuly · 4 years, 9 months ago
- 59382b7 Use python3 for all of Dawn's python scripts by Corentin Wallez · 4 years, 9 months ago
- 0925720 Add the Vulkan loader as an optional dependency and use it on Mac by Corentin Wallez · 4 years, 9 months ago
- b31015b Split examples, test and utils in their own BUILD.gn by Corentin Wallez · 4 years, 9 months ago
- 6574f92 Fix the @rpath of dawn_components by Corentin Wallez · 4 years, 9 months ago
- d9d9d1e Make the Vulkan Validation Layers an optional dependency. by Zhenyao Mo · 4 years, 9 months ago
- 30ec4fc Fixes to be able to build Dawn inside Skia by Corentin Wallez · 4 years, 9 months ago
- 4b1be08 perf_tests: Update perf_test_runner format. by Bryan Bernhart · 4 years, 10 months ago
- eb1ca45 Fix Vulkan fuzzer on mac_libfuzzer_chrome_asan by Austin Eng · 5 years ago
- 3a1746e Introduce wgpu::Surface and implement it for HWND, X11 and Metal by Corentin Wallez · 5 years ago
- c3609d2 Reland "Use Swiftshader by default when fuzzing" by Austin Eng · 5 years ago
- 9b27124 Revert "Use Swiftshader by default when fuzzing" by Austin Eng · 5 years ago
- 470921f Reland "fuzzing: Add supportsErrorInjection option to DawnWireServerFuzzer" by Austin Eng · 5 years ago
- d08a14b Use Swiftshader by default when fuzzing by Austin Eng · 5 years ago
- 87d3138 Revert "fuzzing: Add supportsErrorInjection option to DawnWireServerFuzzer" by Austin Eng · 5 years ago
- 2cb76ab perf_tests: Manually serialize JSON and remove dependency on jsoncpp by Austin Eng · 5 years ago
- f58f69f fuzzing: Add supportsErrorInjection option to DawnWireServerFuzzer by Austin Eng · 5 years ago
- 5e98e38 fuzzing: Remove download of existing testcases in seed corpus script by Austin Eng · 5 years ago
- 6ea362c fuzzing: Add error injection macros to the Vulkan backend by Austin Eng · 5 years ago
- 97fb51f Add script to generate fuzzer seed corpus from tests by Austin Eng · 5 years ago
- 6731464 Allow compilation of Dawn on Android by Corentin Wallez · 5 years ago
- 74cebd6 Allow using swiftshader with the Vulkan backend by Corentin Wallez · 5 years ago
- 80d71ec Remove build rules for spvc support & spirv-cross fuzzers by Ryan Harrison · 5 years ago
- 48bf745 Revert "Convert spvc build flag to a runtime toggle" by Ryan Harrison · 5 years ago
- 1954436 Convert spvc build flag to a runtime toggle by Ryan Harrison · 5 years ago
- 858f93b Disable Vulkan validation layers on Chrome OS by Brian Ho · 5 years ago
- 8f3dc58 Add in flag for using spvc instead of direct spriv-cross access by Ryan Harrison · 5 years ago
- 9e5b9ed Enable Vulkan validation layers on Linux by Jiajie Hu · 5 years ago
- 0e1bef3 Add Vulkan validation layers on Windows by Li, Hao · 5 years ago
- 92a011a Record and dump trace events in the perf tests by Austin Eng · 5 years ago
- 8d000e0 Remove unneeded GN config removal after generated file cleanup by Corentin Wallez · 5 years ago
- d561448 Add build time flag to control enabling SPIRV-Cross reflection by Ryan Harrison · 5 years ago
- a9a84df BUILD.gn: Delete stale generated files in Dawn's gen dir. by Corentin Wallez · 5 years ago
- b749d07 Enable Vulkan for Chromium Fuchsia build. by David 'Digit' Turner · 5 years ago
- ca0eac3 Add Dawn perf test harness by Austin Eng · 5 years ago
- 0ebd54c Update BUILD flags to support Chrome OS by Brian Ho · 5 years ago
- eee3e41 Add shaderc to DEPS to roll in script by Ryan Harrison · 6 years ago
- da8223d Add script to assist in manually rolling shaderc and related DEPS by Ryan Harrison · 6 years ago
- 579cf62 Split off common and libdawn / dawn_headers from BUILD.gn by Corentin Wallez · 6 years ago
- abc753c BUILD.gn: Split dawn_component/generator in their own files by Corentin Wallez · 6 years ago