- 16201e6 Disable OpenGLES in uwp compilation. by 陈俊嘉 · 3 years, 8 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, 10 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, 1 month 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, 7 months ago
- 92554d7 Update path of third_party/spirv-tools to SPIRV-Tools by Ryan Harrison · 4 years, 7 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, 9 months ago
- 991b947 Add Tint to DEPS for standalone checkouts by Ryan Harrison · 4 years, 9 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, 10 months ago
- 6574f92 Fix the @rpath of dawn_components by Corentin Wallez · 4 years, 10 months ago
- d9d9d1e Make the Vulkan Validation Layers an optional dependency. by Zhenyao Mo · 4 years, 10 months ago
- 30ec4fc Fixes to be able to build Dawn inside Skia by Corentin Wallez · 4 years, 10 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
- 03f6429 dawn_features.gni: add an option to complete static libraries by Corentin Wallez · 6 years ago
- 48a1923 Revert "Create new src/tests BUILD.gn file." by Corentin Wallez · 6 years ago
- 672d29d Create new src/tests BUILD.gn file. by Stephen White · 6 years ago
- bdd887f Revert "Create new src/tests BUILD.gn file." by Kai Ninomiya · 6 years ago
- 0a7ddd4 Create new src/tests BUILD.gn file. by Stephen White · 6 years ago
- 16092fa Roll shaderc and glslang and use their BUILD.gn by Corentin Wallez · 6 years ago
- f168c57 Add new dependencies to gitignore and fix gclient url. by James Darpinian · 6 years ago
- 76664ed8 BUILD.gn: Make dawn_standalone default to false by Corentin Wallez · 6 years ago
- 4c35101 PRESUBMIT.py: Add formatting checks. by Corentin Wallez · 6 years ago
- 3bb0bb9 Generator,BUILD.gn: add optional python path, use it for Jinja2 by Corentin Wallez · 6 years ago
- c289360 Add a .gclient file to be copied to boostrap a dawn checkout. by Corentin Wallez · 6 years ago
- f5f7ab1 BUILD.gn: Move last third_party deps to third_party/BUILD.gn by Corentin Wallez · 6 years ago
- 649e2fe Add GN build for tests and their third party deps. by Corentin Wallez · 6 years ago
- ff9626c travis_lint_format: skip deleted files by Corentin Wallez · 7 years ago
- 1ec5782 Fix travis lint script (again). by Stephen White · 7 years ago
- 6d90e01 Expand allowable formats for color attachments. by Stephen White · 7 years ago
- 8828f2a Don't check formatting on generator/ by Corentin Wallez · 7 years ago
- 234111c Give up on formatting tests and examples by Corentin Wallez · 7 years ago
- e3b1f51 Add travis hook to check formatting by Corentin Wallez · 7 years ago