1. c00ff7f [tint] do not emit space for binding group 0 by Peng Huang · 1 year, 11 months ago
  2. 5cf943e tint/hlsl: implement trunc in terms of floor/ceil to work around FXC bug 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. 03de0e8 Move tint::transform::Robustness to a santizier transform by Ben Clayton · 2 years ago
  7. b990d39 test/tint: Update SKIP "expectations" by Ben Clayton · 2 years ago
  8. 4d3af66 tint/msl: Preserve trailing vec3 padding by James Price · 2 years ago
  9. 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 2 years ago
  10. ee665a4 tint: add precise float mod polyfill and enable it for HLSL by Antonio Maiorano · 2 years, 1 month ago
  11. ec20758 tint: polyfill remainder to handle negative operands by Antonio Maiorano · 2 years, 1 month ago
  12. 635c5d0 tint/spir-v backend: emit OpSRem instead of OpSMod for remainder operation by Antonio Maiorano · 2 years, 1 month ago
  13. ab9b5f3 Tint: Implement f16 in uniform and storage address space by Zhaoming Jiang · 2 years, 3 months ago
  14. 46ee639 tint/transform: Implement div / mod polyfill by Ben Clayton · 2 years, 4 months ago
  15. 02f04d9 tint/transform: Polyfill bit-shift with RHS modulo by Ben Clayton · 2 years, 4 months ago
  16. 6ab5d3c Tint/transform: make AddBlockAttribute always do wrapping if possible by Zhaoming Jiang · 2 years, 4 months ago
  17. a92f425 tint/writer/msl: Move packed_vector hacks to transform by Ben Clayton · 2 years, 4 months ago chromium/5386
  18. b3b027d Update lexer to not include `-` in numbers. by dan sinclair · 2 years, 4 months ago
  19. d5139b4 [msl] Handle packed conversions in shift expressions. by dan sinclair · 2 years, 5 months ago
  20. 8fd4ef2 Fix MSL packed_int casting. by dan sinclair · 2 years, 5 months ago
  21. ff7cf21 Rename StorageClass to AddressSpace. by dan sinclair · 2 years, 5 months ago
  22. 2bcade2 Update MSL generator to handle casts of packed types. by dan sinclair · 2 years, 5 months ago
  23. e14a27b tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL by Antonio Maiorano · 2 years, 6 months ago
  24. 84b43d6 tint/writer: Handle unnested, uniform matCx2 matrices by Ben Clayton · 2 years, 6 months ago
  25. ebc5bba tint: const eval of binary XOR by Antonio Maiorano · 2 years, 6 months ago
  26. 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 6 months ago
  27. e53b6f9 tint: const eval of binary bitwise AND and OR by Antonio Maiorano · 2 years, 6 months ago
  28. 3740ac6 tint: implement const eval of binary divide by Antonio Maiorano · 2 years, 6 months ago chromium/5282 chromium/5283
  29. 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 6 months ago
  30. 657e61d tint: Add and use new Std140 transform by Ben Clayton · 2 years, 6 months ago
  31. c20c5df tint: Implement const eval of binary multiply by Antonio Maiorano · 2 years, 6 months ago
  32. b79238d tint: Implement const eval of binary minus by Antonio Maiorano · 2 years, 7 months ago
  33. 7e9f571 tint: const eval of binary add by Antonio Maiorano · 2 years, 7 months ago
  34. 7d7976d tint: Add end-to-end tests for expressions using f16 types by Zhaoming Jiang · 2 years, 7 months ago
  35. 99fa7b9 test/tint: Suppresses vulkan-dep failures in crbug.com/tint/1632 by Loko Kung · 2 years, 7 months ago
  36. 7d34de8 tint/test-runner: Split expectations for FXC and DXC by Ben Clayton · 2 years, 7 months ago
  37. c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 8 months ago chromium/5150
  38. 32cb9cf tint/writer: Disable constant inlining for lets by Ben Clayton · 2 years, 8 months ago
  39. f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 8 months ago
  40. 5041480 tint/writer: Clean up EmitConstant() methods by Ben Clayton · 2 years, 8 months ago
  41. b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 9 months ago chromium/5108
  42. 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 9 months ago
  43. e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 9 months ago
  44. cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 9 months ago
  45. 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 9 months ago
  46. e6b6777 tint: Fix MSL generation of '&' and '|' with booleans by Ben Clayton · 2 years, 10 months ago
  47. 9e54842 Implement mixed vector-scalar float % operator by Antonio Maiorano · 3 years ago
  48. 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
  49. 59f1e8d GLSL: special-case BinaryOp::kModulo for floating point. by Stephen White · 3 years ago
  50. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years ago