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