dawn /
tint /
186618dfef5b3c8681fbbc27c82034a031850bfd - 186618d add test for tint::utils::ReplaceAll by David Neto · 3 years, 3 months ago
- 153f09e CMakeLists: Make it easier to override options by Ben Clayton · 3 years, 3 months ago
- 8c94582 ast: Simplify SizeExprToString() by Ben Clayton · 3 years, 3 months ago
- 9e631b1 GLSL: add gl_ reserved words. by Stephen White · 3 years, 3 months ago
- 2bd1321 ast: Remove pointless deleted copy constructors by Ben Clayton · 3 years, 3 months ago
- 4f3ff57 ast: Keep style consistent by Ben Clayton · 3 years, 3 months ago
- b3e6c0d validation: Reject nested shader IO structures by James Price · 3 years, 3 months ago
- 5029e70 ast: Remove helpers from ast::Type by Ben Clayton · 3 years, 3 months ago
- 4dfa394 ProgramID: Move hot code out of template function by Ben Clayton · 3 years, 3 months ago
- c40d15d resolver: Apply some missing explicit casts by Ben Clayton · 3 years, 3 months ago chromium/4671
- a6969c4 wgsl-reader: Hex float exponents are optional by David Neto · 3 years, 3 months ago
- a095b26 CloneContext: Move hot code out of template members by Ben Clayton · 3 years, 3 months ago
- d1ee47a ast: Remove to_str() and type_name() by Ben Clayton · 3 years, 3 months ago
- a5b3f07 reader/spirv: Test with WGSL writer intead of to_str() by Ben Clayton · 3 years, 3 months ago
- 1364f20 Remove more uses of AST to_str() and type_name() by Ben Clayton · 3 years, 3 months ago
- 11ed0db resolver: Don't use ast to_str() methods by Ben Clayton · 3 years, 3 months ago
- 262210f utils: Add ReplaceAll() string helper by Ben Clayton · 3 years, 3 months ago
- 89fb370 samples/main: Fix warning when TINT_BUILD_GLSL_WRITER==0 by Ben Clayton · 3 years, 3 months ago chromium/4670
- b281dd1 GLSL: implement atan2. by Stephen White · 3 years, 3 months ago
- 7f1c8d9 tools: Fix file regex in fix-tests by Ben Clayton · 3 years, 3 months ago
- 2f963aa More GLSL fixes. by Stephen White · 3 years, 3 months ago
- 7cf3b28 GLSL writer: validate all entry points with glslang. by Stephen White · 3 years, 3 months ago
- f3f2d0a Resolver: Remove texture_storage read access by Ben Clayton · 3 years, 3 months ago
- 14fc622 ast: Rename CallExpression::params() to args() by Ben Clayton · 3 years, 3 months ago
- 11c9656 docs: Fix origin trial number by Ben Clayton · 3 years, 3 months ago
- 2aa6855 intrinsics: Remove deprecated modf & frexp overloads by Ben Clayton · 3 years, 3 months ago chromium/4669
- d57a129 reader/spirv: Remove stdout spam in tests by Ben Clayton · 3 years, 3 months ago chromium/4668
- 8f780f1 Choose black-box fuzzer back-end based on data by Alastair Donaldson · 3 years, 3 months ago
- 37a666d Add robustness pass to reader writer fuzzers by Ryan Harrison · 3 years, 3 months ago
- ce90ac5 Remove BoundArrayAccessors by Ryan Harrison · 3 years, 3 months ago chromium/4665 chromium/4666 chromium/4667
- d4b8f88 Remove injected bug by Alastair Donaldson · 3 years, 3 months ago
- 7ff308f cts: write test URL in url() instead of description by Sarah · 3 years, 4 months ago chromium/4664
- a9f8c7d Implement GLSL writer backend. by Stephen White · 3 years, 4 months ago
- 08146e2 Fixes for 32-bit build of fuzzers by Alastair Donaldson · 3 years, 4 months ago chromium/4663
- 71763c8 Update remaining fuzzers to use TransforBuilder by Ryan Harrison · 3 years, 4 months ago
- ceab140 validation: Reject struct builtins on wrong stages by James Price · 3 years, 4 months ago
- add3cb0 Convert fuzzer to use TransformBuilder by Ryan Harrison · 3 years, 4 months ago
- 8b2181c Change injected failure from assert to abort by Alastair Donaldson · 3 years, 4 months ago
- 22daca1 cts: Change uniqueId() parameter to string. Add how-to-contribute to description. by Sarah · 3 years, 4 months ago chromium/4661 chromium/4662
- 7f3b68e Explictly use 64-bit random engine by Ryan Harrison · 3 years, 4 months ago
- 2271b95 Support reflecting uninitialized pipeline overrideable constants by Ryan Harrison · 3 years, 4 months ago
- 5e35864 writer/spirv: Fix abs() on unsigned integers by Ben Clayton · 3 years, 4 months ago chromium/4660
- c57642c Refactor fuzzer transform generation by Ryan Harrison · 3 years, 4 months ago
- 0e193ac Unpin OSX SDK version being used by Ryan Harrison · 3 years, 4 months ago
- ee23c17 resolver: Deterministic constant ID allocation by James Price · 3 years, 4 months ago
- 5ffae32 validation: Improve continue-bypasses-decl message by James Price · 3 years, 4 months ago
- 7166f6b validation: Fix continue-bypasses-decl check by James Price · 3 years, 4 months ago
- 1ca6fba msl: Use a struct for threadgroup memory arguments by James Price · 3 years, 4 months ago chromium/4659
- efe1f14 Roll third_party/spirv-tools/ c3adcb034..ba4b390c3 (1 commit) by Ryan Harrison · 3 years, 4 months ago
- ac958bd Injected failure in fuzzer target by Alastair Donaldson · 3 years, 4 months ago chromium/4657 chromium/4658
- 0f1eb1e Roll third_party/gpuweb-cts/ 177a4faf0..b0291fd96 (252 commits) by Corentin Wallez · 3 years, 4 months ago
- f490798 Roll spirv-headers and spirv-tools by Corentin Wallez · 3 years, 4 months ago
- 2228ad1 Regex fuzzer: Add return statement inside a randomly-chosen function by egj · 3 years, 4 months ago
- 9c7cd9e transform: Avoid symbol collision in Canonicalize IO by Ben Clayton · 3 years, 4 months ago
- 231b50b Add more SPIR-V reader unit test samples by David Neto · 3 years, 4 months ago
- e6f5730 Add OpImageSampeProj* unit tests to end-to-end list by David Neto · 3 years, 4 months ago
- 40ef4a8 Revert "msl: Use a struct for threadgroup memory arguments" by Corentin Wallez · 3 years, 4 months ago
- af8cd3b msl: Use a struct for threadgroup memory arguments by James Price · 3 years, 4 months ago
- b9a2f59 spirv-reader: Implement OpImageSampleProj* instructions by Austin Eng · 3 years, 4 months ago chromium/4653 chromium/4654 chromium/4655 chromium/4656
- 594e010 Fix seed data range calculations by Ryan Harrison · 3 years, 4 months ago
- 5e6d457 Remove excess copy from fuzzer random number generation code by Ryan Harrison · 3 years, 4 months ago chromium/4652
- a617d0f Convert fuzzer to generating configuration data by Ryan Harrison · 3 years, 4 months ago chromium/4651
- 28d6763 Add type to OverridableConstant by shrekshao · 3 years, 4 months ago
- 9226550 spirv-reader: don't dedup composite constants by David Neto · 3 years, 4 months ago
- 0ed87c8 spirv-reader: Don't deduplicate SPIR-V array types by David Neto · 3 years, 4 months ago
- 4d18c6b spirv-tools fuzzers: Avoid passing target backend by Alastair Donaldson · 3 years, 4 months ago
- 0118b96 Fix generation of random indices in regex fuzzer by Alastair Donaldson · 3 years, 4 months ago
- 1d81f83 spirv-reader: only generate aliases for array types by David Neto · 3 years, 4 months ago chromium/4650
- d1c6f83 CMake: Massage CMakeLists for use by NodeJS bindings by Ben Clayton · 3 years, 4 months ago
- 17720fd Kokoro: Move the clean checkout to tmpfs by Ben Clayton · 3 years, 4 months ago
- ddc9eb2 wgsl-reader: reject identifiers starting with underscrore by David Neto · 3 years, 4 months ago chromium/4649
- 871570b Tolerate some errors while building SPIR-V corpus by Alastair Donaldson · 3 years, 4 months ago chromium/4646 chromium/4647 chromium/4648
- dad2639 spirv backend: do not generate a load for ignored expressions by Antonio Maiorano · 3 years, 4 months ago chromium/4645
- d1d99bc Resolver: Validate that type sizes fit in uint32_t by Ben Clayton · 3 years, 4 months ago
- 6556ba0 Move black-box fuzz target into fuzzers group by Alastair Donaldson · 3 years, 4 months ago chromium/4644
- 7f4d02c cts: fix generated test names in get-test-plan tool by Sarah · 3 years, 4 months ago chromium/4643
- acaecab msl: Handle workgroup matrix allocations by James Price · 3 years, 4 months ago
- de767b1 validation: fix arrayAcceor/memberAccessor error msg and add unit-tests by Sarah · 3 years, 4 months ago
- c306cda inspector: reflect num_workgroups builtin usage by James Price · 3 years, 4 months ago
- 922fce7 Implement and test num_workgroups for all backends by James Price · 3 years, 4 months ago
- 77a25c0 transform: Add NumWorkgroupsFromUniform transform by James Price · 3 years, 4 months ago
- 1bb6371 resolver: Enable the num_workgroups builtin by James Price · 3 years, 4 months ago
- d705a13 Fix typo in a comment by David Neto · 3 years, 4 months ago
- f66f651 transform/BindingRemapper: Validate access mode by James Price · 3 years, 4 months ago chromium/4642
- 2ebcb93 reader/spiv: Fix typo in entry-point IO sorting by Ben Clayton · 3 years, 4 months ago chromium/4639 chromium/4640 chromium/4641
- ebab7d2 spirv: Remove the sanitizer transform by James Price · 3 years, 4 months ago
- 5b3be6a hlsl: Remove the sanitizer transform by James Price · 3 years, 4 months ago
- 25517e9 resolver: Validate unreachable stmts when terminator is in block(s) by Ben Clayton · 3 years, 4 months ago
- 733addc msl: Remove the sanitizer transform by James Price · 3 years, 4 months ago
- 5910ec1 Output WGSL instead of SPIR-V in transform fuzzers by James Price · 3 years, 4 months ago
- b7bcbf0 Resolver: Traverse expressions without recursion by Ben Clayton · 3 years, 4 months ago
- be514a1 wgsl-reader: hex float: zero mantissa results in zero result by David Neto · 3 years, 4 months ago chromium/4637
- 676ec7c spirv: Handle sample_mask in shader IO transform by James Price · 3 years, 4 months ago
- 1b9ed7d msl/module-scope-var: Add unit test for folding &* by James Price · 3 years, 4 months ago
- 3646400 transform: Add ModuleScopeVarToEntryPointParam by James Price · 3 years, 4 months ago
- b584b37 transform: Add transform to add empty entry point by James Price · 3 years, 4 months ago
- e980ac1 tools: parses wgsl spec and outputs a test plan (get-test-plan) by Sarah · 3 years, 4 months ago
- c77214d Move array accessor tests to their own file by James Price · 3 years, 4 months ago chromium/4636
- ed18f2f fix roller: added missed renames of tint_regex_fuzzer_libfuzzer_options by Sarah · 3 years, 5 months ago chromium/4633 chromium/4634 chromium/4635
- 485a45d fix roller: added missed renames of tint_fuzzer_common_libfuzzer_options by Sarah · 3 years, 5 months ago