1. 7161ae5 DecomposeStridedMatrix: Avoid reserved keyword by James Price · 2 years, 2 months ago
  2. 67f5c71 Add src/text by Ben Clayton · 2 years, 2 months ago
  3. 555e94e Fix legacy non-inclusive language issues by Ryan Harrison · 2 years, 2 months ago chromium/4896
  4. c973545 Remove stdout spam by Ben Clayton · 2 years, 2 months ago
  5. afb02e8 glsl: Add missing cstdint include for uint32_t by James Price · 2 years, 2 months ago chromium/4895
  6. 4a15605 GLSL: fix Select op with a bool vector condition. by Stephen White · 2 years, 2 months ago chromium/4893 chromium/4894
  7. 5f6a185 GLSL: implement textureNumLayers(), and update expectations. by Stephen White · 2 years, 2 months ago
  8. ee38740 GLSL: implement bitwise & and | on boolean types. by Stephen White · 2 years, 2 months ago
  9. ce982d8 HoistToDeclBefore: hoist to reference if expression is a reference type by Antonio Maiorano · 2 years, 2 months ago
  10. d0ec88c Add support for override keyword and @id attribute by James Price · 2 years, 2 months ago
  11. 5f60eb7 docs: Add GLSL backend to arch.md by Ben Clayton · 2 years, 2 months ago
  12. f1d570a docs: document that OOO-decls is now supported by Ben Clayton · 2 years, 2 months ago chromium/4891 chromium/4892
  13. f95f114 resolver: Use Switch() for type-dispatch by Ben Clayton · 2 years, 2 months ago chromium/4890
  14. 6f9ac35 GLSL: fix isNormal. by Stephen White · 2 years, 3 months ago chromium/4884 chromium/4885 chromium/4886 chromium/4887 chromium/4888 chromium/4889
  15. 723f999 GLSL: fix frexp and modf builtins. by Stephen White · 2 years, 3 months ago
  16. 73e7988 fuzzers: Shuffle module scope declarations by Ben Clayton · 2 years, 3 months ago
  17. 6688b0a resolver: Enable support of out of order declarations by Ben Clayton · 2 years, 3 months ago
  18. 98facb2 Add my @chromium.org account to OWNERS by Ryan Harrison · 2 years, 3 months ago chromium/4883
  19. 0bb04c2 Split back out two transforms previously combined into PromoteSideEffectsToDeclTest by Antonio Maiorano · 2 years, 3 months ago
  20. 3ce0534 Generate shorter bucket names in luci-scheduler.cfg. by Vadim Shtayura · 2 years, 3 months ago
  21. 0b3dfef GLSL: call renamer transform from GLSL transform. by Stephen White · 2 years, 3 months ago chromium/4882
  22. 8bbdda7 transform: Update MultiplanarExternalTexture to support OOO-decls by Ben Clayton · 2 years, 3 months ago chromium/4881
  23. 8ec32a6 writers: Use the new sem::Module::DependencyOrderedDeclarations by Ben Clayton · 2 years, 3 months ago
  24. a52be6c Add sem::Module by Ben Clayton · 2 years, 3 months ago
  25. 597fc4c resolver: Replace ICEs with proper errors by Ben Clayton · 2 years, 3 months ago
  26. 88d1a43 Castable: Have Switch() support nullptr objects. by Ben Clayton · 2 years, 3 months ago
  27. 6839cba Add toggle to control if validity is expected in fuzzer by Ryan Harrison · 2 years, 3 months ago
  28. dba215c Add sem::Expression::HasSideEffects() by Antonio Maiorano · 2 years, 3 months ago
  29. 35cc663 GLSL: implement desktop GLSL support. by Stephen White · 2 years, 3 months ago
  30. d21ebe7 Suppress "Wreserved-identifier" for the AST Fuzzer by Ryan Harrison · 2 years, 3 months ago chromium/4879 chromium/4880
  31. c6d8cad main: Print the available transforms when mistyped by Ben Clayton · 2 years, 3 months ago chromium/4877 chromium/4878
  32. 85f7df5 CloneContext: fix InsertAfter and InsertBack not working if done while cloning a node in a vector by Antonio Maiorano · 2 years, 3 months ago
  33. bf0180b GLSL: only emit default precision qualifier for frag shader. by Stephen White · 2 years, 3 months ago
  34. 89c730d GLSL: only build glslang if we're building samples. by Stephen White · 2 years, 3 months ago chromium/4876
  35. 2d87beb Add native visualizers for MSVC by Antonio Maiorano · 2 years, 3 months ago
  36. 6d77009 GLSL: fix arrayLength(). by Stephen White · 2 years, 3 months ago chromium/4875
  37. deec533 GLSL: fix barriers. by Stephen White · 2 years, 3 months ago
  38. b79f51e Fix clang-cl msvc build by Antonio Maiorano · 2 years, 3 months ago
  39. 46647f1 GLSL: put std430 packing on all buffer variables. by Stephen White · 2 years, 3 months ago
  40. c6d967b Add debugger::Break() to break into debugger if attached, and call when an ICE occurs by Antonio Maiorano · 2 years, 3 months ago
  41. 3d5b384 Castable: Optimize Switch() (part 2) by Ben Clayton · 2 years, 3 months ago chromium/4872 chromium/4873 chromium/4874
  42. 3fbe98e Castable: Optimize Switch() by Ben Clayton · 2 years, 3 months ago
  43. b3c99dd writer/msl: Output constant 0 lod for 1d texture builtins by Corentin Wallez · 2 years, 3 months ago
  44. a924ffe GLSL: fix sample_index, sample_mask and bitcasts by Stephen White · 2 years, 3 months ago
  45. 009d129 reader/spirv: Decompose arrays with strides by Ben Clayton · 2 years, 3 months ago
  46. de857e1 Add tint::Switch() by Ben Clayton · 2 years, 3 months ago chromium/4871
  47. fa0d64b inspector: Implement a custom StageVariable copy constructor by Ben Clayton · 2 years, 3 months ago chromium/4870
  48. d9b32c3 GLSL: fix textureLoad() and textureStore(), depth textures, and more. by Stephen White · 2 years, 3 months ago
  49. 382b2a2 Add test-name-filter flag to `get-test-plan` by Ryan Harrison · 2 years, 3 months ago
  50. 43ad59d Clean up for automatically detected issues by Ryan Harrison · 2 years, 3 months ago
  51. 148711d CONTRIBUTING: Document gerrit quirks by Ben Clayton · 2 years, 3 months ago
  52. 8250f2b resolver: Correctly validate 'break' inside 'continuing' by Ben Clayton · 2 years, 3 months ago
  53. b85e692 Rename 'intrinsic' to 'builtin' by Ben Clayton · 2 years, 3 months ago
  54. a996ffb Rename 'decoration' to 'attribute' by Ben Clayton · 2 years, 3 months ago
  55. d4d7153 GLSL: fix shadow samplers, and textures generally. by Stephen White · 2 years, 3 months ago
  56. b68e8aa Optimize tint::IsAnyOf<>() for many types by Ben Clayton · 2 years, 3 months ago
  57. e1699ca Fix PromoteSideEffectsToDeclTest converting for loop to loop with nested hoisted lets by Antonio Maiorano · 2 years, 3 months ago
  58. b80e2f3 intrinsics: Remove ignore() by Ben Clayton · 2 years, 3 months ago
  59. e1159c7 diagnostic: Use shared_ptr for owned Source::Files by Ben Clayton · 2 years, 3 months ago
  60. e3d4197 tools/perfmon: Don't stop on errors by Ben Clayton · 2 years, 3 months ago chromium/4865 chromium/4866 chromium/4867 chromium/4868 chromium/4869
  61. 5416d9b reader/spirv: Always run the cleanup transforms by Ben Clayton · 2 years, 3 months ago chromium/4864
  62. f67b637 Move src/benchmark to src/bench by Ben Clayton · 2 years, 3 months ago chromium/4863
  63. 3e80ae6 Disable a couple SpvParserCFGTests preventing google3 roll by Corentin Wallez · 2 years, 3 months ago
  64. 0b39270 GLSL: move entry point handling to CanonicalizeEntryPointIO transform. by Stephen White · 2 years, 3 months ago
  65. f34038b tools: Fix benchmark tests by Ben Clayton · 2 years, 3 months ago
  66. 3fe1bd3 transform: Fix CalculateArrayLength for arrays by Ben Clayton · 2 years, 3 months ago
  67. 98fe545 fuzzers: Hook up the Program::printer by Ben Clayton · 2 years, 3 months ago
  68. c28f592 transform: Fix `TINT_PRINT_PROGRAM_FOR_EACH_TRANSFORM` by Ben Clayton · 2 years, 3 months ago
  69. df9900c Optimize Source by removing a std::string by Ben Clayton · 2 years, 3 months ago
  70. 7928974 Remove the "image" storage class by James Price · 2 years, 3 months ago
  71. c126bc9 tools: Add perfmon by Ben Clayton · 2 years, 3 months ago
  72. 3cdb8e3 reader/wgsl: Optimize tokens by using string_view by Ben Clayton · 2 years, 3 months ago chromium/4858 chromium/4859 chromium/4860 chromium/4861 chromium/4862
  73. e2f35ba GLSL: clean up GLSL output whitespace generation. by Stephen White · 2 years, 3 months ago chromium/4856 chromium/4857
  74. b1d2b84 GLSL: fix clip space mismatch in gl_Position. by Stephen White · 2 years, 3 months ago chromium/4855
  75. 520bccf GLSL: implement builtin kNumWorkgroups. by Stephen White · 2 years, 3 months ago chromium/4854
  76. ca4cfb9 GLSL: implement interpolation qualifiers. by Stephen White · 2 years, 3 months ago
  77. 800b8e3 optimizations: Implement transform::ShouldRun() by Ben Clayton · 2 years, 3 months ago
  78. 12d54d7 transform: Make methods const, add ShouldRun() by Ben Clayton · 2 years, 3 months ago
  79. c8c0e2e GLSL: standardize layout() formatting (whitespace change). by Stephen White · 2 years, 3 months ago
  80. 8e01c45 GLSL: add location layout qualifier before in/out variables. by Stephen White · 2 years, 3 months ago
  81. fc79298 GLSL: implement image format qualifiers for storage textures. by Stephen White · 2 years, 3 months ago
  82. b9d1540 Make use of std::string_view when parsing by Brandon Jones · 2 years, 3 months ago
  83. 1c02eb8 validation: Require interpolate(flat) for integers by James Price · 2 years, 3 months ago
  84. d556040 Run all of the backends in the test runner. by Stephen White · 2 years, 3 months ago
  85. 2190481 GLSL: avoid collisions on existing vars for binding 0/0. by Stephen White · 2 years, 3 months ago
  86. 6c0df44 Castable: Optimizations using bloomfilters by Ben Clayton · 2 years, 3 months ago chromium/4852 chromium/4853
  87. f9b8b61 GLSL: implement CombineSamplers transform (string version). by Stephen White · 2 years, 3 months ago
  88. 7e6989b .gitignore: Add thirdparty/benchmark by Ben Clayton · 2 years, 3 months ago
  89. 4b433df test-runner: Add test/benchmark to excluded dirs by Ben Clayton · 2 years, 3 months ago
  90. 4183a57 PromoteSideEffectsToDecl: add decomposing 'else if's to 'if { else }' by Antonio Maiorano · 2 years, 3 months ago
  91. 8db439d Add PromoteSideEffectsToDecl transform by Antonio Maiorano · 2 years, 3 months ago
  92. 2a31b8c MSVC 2017 build fixes by Ben Clayton · 2 years, 3 months ago
  93. ba1a8f8 optimization: BlockAllocator: Actually allocate in blocks by Ben Clayton · 2 years, 3 months ago chromium/4848 chromium/4849 chromium/4850 chromium/4851
  94. 73ced33 test/benchmark: Add more shaders to the corpus by Ben Clayton · 2 years, 3 months ago chromium/4846 chromium/4847
  95. a2f4134 Formatting fix in template. by Ben Clayton · 2 years, 3 months ago
  96. 6cadbb2 test-runner: Change behavior of 'excluded' directories by Ben Clayton · 2 years, 3 months ago
  97. 671d970 GLSL samples: add empty entry point if needed. by Stephen White · 2 years, 3 months ago
  98. b4cd255 Kokoro: fix Windows builds by ignoring SSL certificates when using curl by Antonio Maiorano · 2 years, 3 months ago chromium/4844 chromium/4845
  99. 533a1ba validation: Fix array storage class validation by James Price · 2 years, 3 months ago
  100. f6e5cc0 Deprecate the @stride attribute by James Price · 2 years, 3 months ago