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