1. 0e22bdb tint/msl: Fix emission of private variables by James Price · 2 years ago
  2. 52cd8ca tint/hlsl: fix frexp always returning positive values for fractional part by Antonio Maiorano · 2 years ago
  3. f1f56b2 tint/writer/glsl: Set default precision to highp by Ben Clayton · 2 years ago
  4. 2657b92 tint/writer/glsl: Fix vector `select` by Ben Clayton · 2 years ago
  5. 51be342 tint/writer/glsl: Fix emission of lowest i32 value by Ben Clayton · 2 years ago
  6. 068eb3e tint: Fix HLSL texture queries and re-add textureNumLayers() by Ben Clayton · 2 years ago
  7. 77a90cb test/tint/builtins/gen: Use returned value by Ben Clayton · 2 years ago
  8. bd9f6e6 tint: Remove textureNumLayers() overloads for texture cube arrays by Ben Clayton · 2 years ago
  9. 3a431d7 tint/intrinsics.def: Fix textureStore overload by Ben Clayton · 2 years ago
  10. 6cc183c Generic template and forward in stringstream. by dan sinclair · 2 years ago
  11. 03de0e8 Move tint::transform::Robustness to a santizier transform by Ben Clayton · 2 years ago
  12. b990d39 test/tint: Update SKIP "expectations" by Ben Clayton · 2 years, 1 month ago
  13. dba03d3 Convert GLSL Generator over to utils::StringStream. by dan sinclair · 2 years, 1 month ago
  14. 4d3af66 tint/msl: Preserve trailing vec3 padding by James Price · 2 years, 1 month ago
  15. 66d4873 tint: Use PI/2 as the input value for sin tests by James Price · 2 years, 1 month ago chromium/5616
  16. 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 2 years, 1 month ago
  17. 39b7330 Fix UV coord for TextureLoad by jchen10 · 2 years, 1 month ago
  18. 4d3ff97 tint: Resolve @builtin() args as expressions by Ben Clayton · 2 years, 1 month ago
  19. 9dc48bc tint: Rename 'type' to 'alias' by Ben Clayton · 2 years, 2 months ago chromium/5559
  20. d03dcee tint: Add bgra8unorm storage texture support by Ben Clayton · 2 years, 2 months ago
  21. 7092786 Fixup return of HLSL sign to match WGSL. by dan sinclair · 2 years, 2 months ago
  22. 1d04cf8 Enable the 1D -> 2D texture transform in GLSL writer. by Stephen White · 2 years, 2 months ago
  23. 128980f tint: Add support for workgroupUniformLoad by James Price · 2 years, 2 months ago
  24. be367b7 Reduce shader complexity for external textures by Ben Clayton · 2 years, 2 months ago
  25. bf8a230 tint: const eval of ldexp builtin by Antonio Maiorano · 2 years, 3 months ago
  26. 183df9d Implement External Texture Crop Functionality by Brandon Jones · 2 years, 3 months ago
  27. 987902e Update GLSL test results. by Stephen White · 2 years, 3 months ago
  28. bed9c98 tint: const eval of fract by Antonio Maiorano · 2 years, 3 months ago
  29. be96967 tint: const eval of pow builtin by Antonio Maiorano · 2 years, 3 months ago
  30. 7c9e639 tint: const eval of mix builtin by Antonio Maiorano · 2 years, 3 months ago
  31. f528d33 tint/transform: fix PromoteInitializersToLet for constant expressions by Ben Clayton · 2 years, 3 months ago
  32. 7017ec2 tint: Implement signed-int overloads of sign() by Ben Clayton · 2 years, 3 months ago chromium/5465
  33. efb17b0 tint/writer/wgsl: Print @offset attributes as comment by Ben Clayton · 2 years, 4 months ago
  34. a54df5e Tint: Fix extractBits polyfill by Zhaoming Jiang · 2 years, 4 months ago
  35. 85ceb08 Add ExternalTexture Rotate and FlipY Functionality by Brandon Jones · 2 years, 4 months ago
  36. 3728a50 tint: const eval of refract builtin by Antonio Maiorano · 2 years, 4 months ago
  37. ee7d6db tint: const eval of reflect builtin by Antonio Maiorano · 2 years, 4 months ago
  38. ffeae7a tint: const eval of faceForward builtin by Antonio Maiorano · 2 years, 4 months ago
  39. 8392a82 Const eval for `normalize` by dan sinclair · 2 years, 4 months ago
  40. 724ad2a Const eval for `fma` by dan sinclair · 2 years, 4 months ago
  41. a2a8895 Const eval for `distance` by dan sinclair · 2 years, 4 months ago
  42. 7736153 Const eval for `inverseSqrt` by dan sinclair · 2 years, 4 months ago
  43. ab9b5f3 Tint: Implement f16 in uniform and storage address space by Zhaoming Jiang · 2 years, 4 months ago
  44. 9ba5f9e tint: const eval of transpose builtin by Antonio Maiorano · 2 years, 4 months ago
  45. ed998e9 tint: Suffix builtin return types with '_f32' by Ben Clayton · 2 years, 4 months ago
  46. 05c8daa tint: const eval of determinant builtin by Antonio Maiorano · 2 years, 4 months ago
  47. 69c2c34 tint: Implement const-eval of frexp() by Ben Clayton · 2 years, 4 months ago
  48. f2ad5fd Add const-eval for `log` and `log2`. by dan sinclair · 2 years, 4 months ago
  49. ae739d6 Add const-eval for `exp` and `exp2`. by dan sinclair · 2 years, 4 months ago
  50. 31b7fca tint: Add abstract overload of modf by Ben Clayton · 2 years, 4 months ago
  51. 9dc770b test/tint: Expand modf end-to-end tests by Ben Clayton · 2 years, 4 months ago
  52. 329dfd7 tint: Implement const-eval of modf by Ben Clayton · 2 years, 4 months ago
  53. 92d858a tint: const eval of length builtin by Antonio Maiorano · 2 years, 4 months ago
  54. d6d30f4 tint: const eval of dot builtin by Antonio Maiorano · 2 years, 4 months ago chromium/5435
  55. efe9c49 Add const-eval for `degrees` and `radians` by dan sinclair · 2 years, 4 months ago
  56. 619f9bd tint/transform: Fix ICE when combining polyfills by Ben Clayton · 2 years, 4 months ago
  57. 543dd18 tint: Remove textureSampleLevel(texture_external) by Ben Clayton · 2 years, 4 months ago
  58. 32c28cb Add const-eval for `smoothstep` by dan sinclair · 2 years, 4 months ago
  59. 19e5042a Add const-eval for `round` by dan sinclair · 2 years, 4 months ago
  60. 2d90ded Add const-eval for `sqrt` by dan sinclair · 2 years, 4 months ago
  61. 92af2b5 Add const-eval for `trunc` by dan sinclair · 2 years, 4 months ago
  62. acce83d Add const-eval for `min` and `max` by dan sinclair · 2 years, 4 months ago chromium/5422
  63. 10fae7a tint: Rename `frexp().sig` to `frexp().fract` by Ben Clayton · 2 years, 4 months ago
  64. b77332e Add const-eval for `tan` and `tanh` by dan sinclair · 2 years, 4 months ago
  65. 02d4ea0 Add const-eval for `cos` and `cosh` by dan sinclair · 2 years, 4 months ago
  66. b7868ff Add const-eval for `sin` and `sinh` by dan sinclair · 2 years, 4 months ago
  67. e2fd5e0 Implement const-eval for `acosh` by dan sinclair · 2 years, 4 months ago
  68. d9b68eb Fix generation of f16 values. by dan sinclair · 2 years, 4 months ago
  69. 46ee639 tint/transform: Implement div / mod polyfill by Ben Clayton · 2 years, 4 months ago
  70. 5ac2a36 Add const-eval for pack and unpack of 2x16float. by dan sinclair · 2 years, 4 months ago
  71. 4f3f45c Tint/transform: Fix insertBits polyfill for HLSL by Zhaoming Jiang · 2 years, 4 months ago
  72. c364173 tint: const eval of cross by Antonio Maiorano · 2 years, 4 months ago
  73. 1bdaded Implemement const-eval for some unpack routines. by dan sinclair · 2 years, 4 months ago
  74. 2d706a0 Implemement const-eval for some pack routines. by dan sinclair · 2 years, 4 months ago
  75. 6f799d6 Change default acos test value. by dan sinclair · 2 years, 4 months ago
  76. 4b60615 test/tint: Fix e2e test generation for vec / mat by Ben Clayton · 2 years, 4 months ago chromium/5402
  77. be35dec test/tint: Fix e2e test generation for abstract by Ben Clayton · 2 years, 4 months ago
  78. 6fcc4f3 tint: const eval of reverseBits by Antonio Maiorano · 2 years, 4 months ago
  79. 91e27f2 Add const-eval for `floor`. by dan sinclair · 2 years, 4 months ago
  80. abd6a7d Add const-eval for `ceil` by dan sinclair · 2 years, 4 months ago chromium/5400
  81. 9cbc7e1 Implement const-eval for `acos` by dan sinclair · 2 years, 4 months ago
  82. b3518d8 Implement const eval of `abs` by dan sinclair · 2 years, 4 months ago
  83. 11f0c52 tint: const eval of extractBits by Antonio Maiorano · 2 years, 4 months ago
  84. 58eca19 Add const-eval for `all`. by dan sinclair · 2 years, 4 months ago
  85. c6b3814 tint/transform: Refactor transforms by Ben Clayton · 2 years, 4 months ago
  86. 336f353 tint: const eval of insertBits by Antonio Maiorano · 2 years, 4 months ago
  87. c81f9dc tint: Implement const-eval of quantizeToF16 by Ben Clayton · 2 years, 4 months ago
  88. 6ab5d3c Tint/transform: make AddBlockAttribute always do wrapping if possible by Zhaoming Jiang · 2 years, 5 months ago
  89. 2bea905 tint: Implement runtime quantizeToF16() by Ben Clayton · 2 years, 5 months ago
  90. a3175f2 tint: const eval of firstTrailingBit by Antonio Maiorano · 2 years, 5 months ago
  91. 1abe52d tint: const eval of firstLeadingBit by Antonio Maiorano · 2 years, 5 months ago
  92. 76c21c0 tint: const eval of countOneBits by Antonio Maiorano · 2 years, 5 months ago
  93. 6dbb463 tint/writers: Polyfill integer clamp() by Ben Clayton · 2 years, 5 months ago
  94. 8a523d7 Add const-eval for `any`. by dan sinclair · 2 years, 5 months ago chromium/5390
  95. 7494e10 tint: const eval of countTrailingZeros by Antonio Maiorano · 2 years, 5 months ago
  96. 2be5167 tint: const eval of countLeadingZeros by Antonio Maiorano · 2 years, 5 months ago
  97. 46de102 tint/transform/builtin_polyfill: Don't polyfill @const builtins by Ben Clayton · 2 years, 5 months ago
  98. c395660 Add const-eval for `sign`. by dan sinclair · 2 years, 5 months ago
  99. fd1b5a8 Set specific test value for asin test cases. by dan sinclair · 2 years, 5 months ago
  100. 91ed6f7 Add const-eval for `saturate`. by dan sinclair · 2 years, 5 months ago