1. bee5fa6 GLSL: implement pack/unpack builtins. by Stephen White · 2 years, 1 month ago
  2. 59f1e8d GLSL: special-case BinaryOp::kModulo for floating point. by Stephen White · 2 years, 1 month ago
  3. 9b152e6 GLSL: implement fma(). by Stephen White · 2 years, 1 month ago
  4. 7028077 GLSL: implement inverseSqrt() and update test expectations. by Stephen White · 2 years, 1 month ago
  5. 2a02b68 GLSL: implement fract() builtin function. by Stephen White · 2 years, 1 month ago
  6. ba4d6ab GLSL: implement derivative instructions. by Stephen White · 2 years, 1 month ago
  7. 3b68fcb GLSL: implement reverseBits(). by Stephen White · 2 years, 1 month ago
  8. 10c554e GLSL: implement countOneBits(). by Stephen White · 2 years, 1 month ago
  9. 2e6269a Use the new Switch() inferred types by Ben Clayton · 2 years, 1 month ago
  10. f33f1b4 castable: Make Switch() smarter about return types by Ben Clayton · 2 years, 1 month ago
  11. 6661b28 Delete Single-Plane External Texture Transform by Brandon Jones · 2 years, 1 month ago
  12. dbf75bc benchmarks: Fix path to benchmark files by Ben Clayton · 2 years, 1 month ago
  13. fe08ba4 builtins: Add insertBits by Ben Clayton · 2 years, 1 month ago
  14. d868e86 builtins: Add extractBits by Ben Clayton · 2 years, 1 month ago
  15. 8169693 builtins: Add firstLeadingBit by Ben Clayton · 2 years, 1 month ago
  16. 2680d1f Fix VS2022 build error by Antonio Maiorano · 2 years, 1 month ago
  17. d14b304 Remove test/builtins/gen/countLeadingZeros by Ben Clayton · 2 years, 1 month ago
  18. df3630c builtins: Add firstTrailingBit by Ben Clayton · 2 years, 1 month ago
  19. f8672d8 builtins: Add countTrailingZeros by Ben Clayton · 2 years, 1 month ago
  20. 27aa57c builtins: Add countLeadingZeros by Ben Clayton · 2 years, 1 month ago
  21. 1fcb2a7 tools: Update post-shuffle paths for builtin-gen by Ben Clayton · 2 years, 1 month ago
  22. 16d5739 Update fuzzer build path that was missed in the repo shuffle by Ryan Harrison · 2 years, 1 month ago
  23. aa58a69 test: Move unicode e2e test to tint dir by Ben Clayton · 2 years, 1 month ago
  24. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 2 years, 1 month ago
  25. 38f1e9c resolver: Optimize type dispatch with Switch() by Ben Clayton · 2 years, 1 month ago
  26. 473b608 Simplify traits, add CastableCommonBase & IsCastable by Ben Clayton · 2 years, 1 month ago
  27. 911944c resolver: Error when calling shadowed functions by Ben Clayton · 2 years, 1 month ago
  28. 3fac602 Minor fixups for unicode CL by James Price · 2 years, 1 month ago
  29. d29d3d5 reader/wgsl: Support unicode identifiers by Ben Clayton · 2 years, 1 month ago
  30. 1c6c6b1 Put tint::debugger::Break() behind a build flag by Ben Clayton · 2 years, 1 month ago
  31. 16446e5 CMake: use `TINT_THIRD_PARTY_DIR` by Ben Clayton · 2 years, 1 month ago
  32. 25c6505 kokoro: Use 'data' disk for build directory by Ben Clayton · 2 years, 1 month ago
  33. 27605e5 spirv-reader: Ignore Restrict, RestrictPointer decorations by David Neto · 2 years, 1 month ago
  34. 6f5316b diagnostic: don't squiggle for unicode lines by Ben Clayton · 2 years, 1 month ago
  35. 7274b8a Add missing documentation to fuzzer code by Ryan Harrison · 2 years, 1 month ago
  36. 0f56ed9 tests: Validate WGSL output by James Price · 2 years, 1 month ago
  37. 7161ae5 DecomposeStridedMatrix: Avoid reserved keyword by James Price · 2 years, 1 month ago
  38. 67f5c71 Add src/text by Ben Clayton · 2 years, 1 month ago
  39. 555e94e Fix legacy non-inclusive language issues by Ryan Harrison · 2 years, 1 month ago chromium/4896
  40. c973545 Remove stdout spam by Ben Clayton · 2 years, 1 month ago
  41. afb02e8 glsl: Add missing cstdint include for uint32_t by James Price · 2 years, 1 month ago chromium/4895
  42. 4a15605 GLSL: fix Select op with a bool vector condition. by Stephen White · 2 years, 1 month ago chromium/4893 chromium/4894
  43. 5f6a185 GLSL: implement textureNumLayers(), and update expectations. by Stephen White · 2 years, 1 month ago
  44. ee38740 GLSL: implement bitwise & and | on boolean types. by Stephen White · 2 years, 1 month ago
  45. ce982d8 HoistToDeclBefore: hoist to reference if expression is a reference type by Antonio Maiorano · 2 years, 1 month ago
  46. d0ec88c Add support for override keyword and @id attribute by James Price · 2 years, 1 month ago
  47. 5f60eb7 docs: Add GLSL backend to arch.md by Ben Clayton · 2 years, 1 month ago
  48. f1d570a docs: document that OOO-decls is now supported by Ben Clayton · 2 years, 1 month ago chromium/4891 chromium/4892
  49. f95f114 resolver: Use Switch() for type-dispatch by Ben Clayton · 2 years, 1 month ago chromium/4890
  50. 6f9ac35 GLSL: fix isNormal. by Stephen White · 2 years, 2 months ago chromium/4884 chromium/4885 chromium/4886 chromium/4887 chromium/4888 chromium/4889
  51. 723f999 GLSL: fix frexp and modf builtins. by Stephen White · 2 years, 2 months ago
  52. 73e7988 fuzzers: Shuffle module scope declarations by Ben Clayton · 2 years, 2 months ago
  53. 6688b0a resolver: Enable support of out of order declarations by Ben Clayton · 2 years, 2 months ago
  54. 98facb2 Add my @chromium.org account to OWNERS by Ryan Harrison · 2 years, 2 months ago chromium/4883
  55. 0bb04c2 Split back out two transforms previously combined into PromoteSideEffectsToDeclTest by Antonio Maiorano · 2 years, 2 months ago
  56. 3ce0534 Generate shorter bucket names in luci-scheduler.cfg. by Vadim Shtayura · 2 years, 2 months ago
  57. 0b3dfef GLSL: call renamer transform from GLSL transform. by Stephen White · 2 years, 2 months ago chromium/4882
  58. 8bbdda7 transform: Update MultiplanarExternalTexture to support OOO-decls by Ben Clayton · 2 years, 2 months ago chromium/4881
  59. 8ec32a6 writers: Use the new sem::Module::DependencyOrderedDeclarations by Ben Clayton · 2 years, 2 months ago
  60. a52be6c Add sem::Module by Ben Clayton · 2 years, 2 months ago
  61. 597fc4c resolver: Replace ICEs with proper errors by Ben Clayton · 2 years, 2 months ago
  62. 88d1a43 Castable: Have Switch() support nullptr objects. by Ben Clayton · 2 years, 2 months ago
  63. 6839cba Add toggle to control if validity is expected in fuzzer by Ryan Harrison · 2 years, 2 months ago
  64. dba215c Add sem::Expression::HasSideEffects() by Antonio Maiorano · 2 years, 2 months ago
  65. 35cc663 GLSL: implement desktop GLSL support. by Stephen White · 2 years, 2 months ago
  66. d21ebe7 Suppress "Wreserved-identifier" for the AST Fuzzer by Ryan Harrison · 2 years, 2 months ago chromium/4879 chromium/4880
  67. c6d8cad main: Print the available transforms when mistyped by Ben Clayton · 2 years, 2 months ago chromium/4877 chromium/4878
  68. 85f7df5 CloneContext: fix InsertAfter and InsertBack not working if done while cloning a node in a vector by Antonio Maiorano · 2 years, 2 months ago
  69. bf0180b GLSL: only emit default precision qualifier for frag shader. by Stephen White · 2 years, 2 months ago
  70. 89c730d GLSL: only build glslang if we're building samples. by Stephen White · 2 years, 2 months ago chromium/4876
  71. 2d87beb Add native visualizers for MSVC by Antonio Maiorano · 2 years, 2 months ago
  72. 6d77009 GLSL: fix arrayLength(). by Stephen White · 2 years, 2 months ago chromium/4875
  73. deec533 GLSL: fix barriers. by Stephen White · 2 years, 2 months ago
  74. b79f51e Fix clang-cl msvc build by Antonio Maiorano · 2 years, 2 months ago
  75. 46647f1 GLSL: put std430 packing on all buffer variables. by Stephen White · 2 years, 2 months ago
  76. c6d967b Add debugger::Break() to break into debugger if attached, and call when an ICE occurs by Antonio Maiorano · 2 years, 2 months ago
  77. 3d5b384 Castable: Optimize Switch() (part 2) by Ben Clayton · 2 years, 2 months ago chromium/4872 chromium/4873 chromium/4874
  78. 3fbe98e Castable: Optimize Switch() by Ben Clayton · 2 years, 2 months ago
  79. b3c99dd writer/msl: Output constant 0 lod for 1d texture builtins by Corentin Wallez · 2 years, 2 months ago
  80. a924ffe GLSL: fix sample_index, sample_mask and bitcasts by Stephen White · 2 years, 2 months ago
  81. 009d129 reader/spirv: Decompose arrays with strides by Ben Clayton · 2 years, 2 months ago
  82. de857e1 Add tint::Switch() by Ben Clayton · 2 years, 2 months ago chromium/4871
  83. fa0d64b inspector: Implement a custom StageVariable copy constructor by Ben Clayton · 2 years, 2 months ago chromium/4870
  84. d9b32c3 GLSL: fix textureLoad() and textureStore(), depth textures, and more. by Stephen White · 2 years, 2 months ago
  85. 382b2a2 Add test-name-filter flag to `get-test-plan` by Ryan Harrison · 2 years, 2 months ago
  86. 43ad59d Clean up for automatically detected issues by Ryan Harrison · 2 years, 2 months ago
  87. 148711d CONTRIBUTING: Document gerrit quirks by Ben Clayton · 2 years, 2 months ago
  88. 8250f2b resolver: Correctly validate 'break' inside 'continuing' by Ben Clayton · 2 years, 2 months ago
  89. b85e692 Rename 'intrinsic' to 'builtin' by Ben Clayton · 2 years, 2 months ago
  90. a996ffb Rename 'decoration' to 'attribute' by Ben Clayton · 2 years, 2 months ago
  91. d4d7153 GLSL: fix shadow samplers, and textures generally. by Stephen White · 2 years, 2 months ago
  92. b68e8aa Optimize tint::IsAnyOf<>() for many types by Ben Clayton · 2 years, 2 months ago
  93. e1699ca Fix PromoteSideEffectsToDeclTest converting for loop to loop with nested hoisted lets by Antonio Maiorano · 2 years, 2 months ago
  94. b80e2f3 intrinsics: Remove ignore() by Ben Clayton · 2 years, 2 months ago
  95. e1159c7 diagnostic: Use shared_ptr for owned Source::Files by Ben Clayton · 2 years, 2 months ago
  96. e3d4197 tools/perfmon: Don't stop on errors by Ben Clayton · 2 years, 2 months ago chromium/4865 chromium/4866 chromium/4867 chromium/4868 chromium/4869
  97. 5416d9b reader/spirv: Always run the cleanup transforms by Ben Clayton · 2 years, 2 months ago chromium/4864
  98. f67b637 Move src/benchmark to src/bench by Ben Clayton · 2 years, 2 months ago chromium/4863
  99. 3e80ae6 Disable a couple SpvParserCFGTests preventing google3 roll by Corentin Wallez · 2 years, 2 months ago
  100. 0b39270 GLSL: move entry point handling to CanonicalizeEntryPointIO transform. by Stephen White · 2 years, 2 months ago