1. 1ab9f5e [msl ir] Convince the Metal compiler loops are never infinite by David Neto · 5 months ago
  2. 012551a Convince the metal compiler that loops are never infinite by David Neto · 5 months ago
  3. 94884fc [glsl] Run PreservePadding before DirectVariableAccess by James Price · 5 months ago
  4. 925f03f [glsl] Name padding fields consistently by James Price · 5 months ago
  5. 71c1d54 [glsl] Propagate names to block struct wrappers by James Price · 5 months ago
  6. 2574827 [glsl][ir] Add struct padding members by dan sinclair · 5 months ago
  7. 096f714 HLSL-IR: enable replace_pointer_lets in ValueToLet by Antonio Maiorano · 6 months ago chromium/6755 chromium/6756
  8. 4fc7d41 HLSL-IR: implement LocalizeStructArrayAssignment for FXC by Antonio Maiorano · 6 months ago
  9. 6d602f4 [glsl][ir] Add a transform to remove pointer lets. by dan sinclair · 6 months ago
  10. a6300bf [glsl] Convert `select` to `mix` instead of ternary. by dan sinclair · 6 months ago
  11. d032c62 HLSL-IR: emit constant i32 literals as int(<literal>) by Antonio Maiorano · 6 months ago
  12. a532ca4 [glsl][ir] Regenerate skips by dan sinclair · 6 months ago
  13. 9d3ffa6 [glsl][ir] Polyfill the barrier commands. by dan sinclair · 6 months ago
  14. a561b98 [glsl][ir] Create header section before preamble. by dan sinclair · 7 months ago
  15. 182d933 [glsl][ir] Emit global variable information. by dan sinclair · 7 months ago
  16. 2d24558 [msl] Polyfill signed integer arithmetic by James Price · 7 months ago
  17. 1e0c201 [glsl][ir] Regenerate skips by dan sinclair · 7 months ago
  18. 7abbf53 [glsl][ir] Add constructor support by dan sinclair · 7 months ago
  19. 73fd374 [msl] Emit TINT_ISOLATE_UB macro by James Price · 7 months ago
  20. 7206591 [glsl][ir] Emit `Loop` and supporting instructions by dan sinclair · 7 months ago chromium/6697
  21. adaa316 [glsl][ir] Emit `Access` by dan sinclair · 7 months ago chromium/6692 chromium/6693 chromium/6694 chromium/6695 chromium/6696
  22. 6e93ca5 [glsl][ir] Generate skips. by dan sinclair · 7 months ago
  23. 5026041 [spirv][ir] Add memory model annotations to Load/Store by dan sinclair · 7 months ago
  24. 520a86a [msl] Fix host-shareable struct padding by James Price · 7 months ago
  25. d117d65 [spirv][ir] Add some missing decorations. by dan sinclair · 7 months ago
  26. 67b738c [spirv] Move E2E expectations to default paths by James Price · 7 months ago
  27. 0b5de40 [spirv] Remove AST E2E expectations by James Price · 7 months ago
  28. 1b77b6c [spirv] Generate IR expectations. by dan sinclair · 8 months ago
  29. 8f1d276 [hlsl] Update expectations for HLSL IR. by dan sinclair · 8 months ago
  30. 48be7e8 [msl] Add newlines between global declarations by James Price · 9 months ago
  31. d1c31db [hlsl] Add passthrough builtin calls by dan sinclair · 9 months ago
  32. c69667d [hlsl] Emit zero value var initializers by dan sinclair · 9 months ago
  33. 6d509cf [hlsl] Add simple `Load` instruction. by dan sinclair · 9 months ago
  34. 6931379 [hlsl] Add generated IR expectations. by dan sinclair · 9 months ago
  35. 085093d [msl] Use the output of FlattenBindings by James Price · 10 months ago
  36. b5a904c [msl] Emit continuing inside a new block by James Price · 10 months ago chromium/6519
  37. 1aad86d [msl] Move RenameConflicts to core and use it by James Price · 10 months ago
  38. 77ac3f1 [ir] Add RemoveTerminatorArgs transform by James Price · 10 months ago
  39. dd89ce4 [glsl] Reorder GLSL transforms. by dan sinclair · 10 months ago
  40. 47fddc2 [msl] Emit struct name before constructors by James Price · 10 months ago
  41. de73431 [msl] Handle pointers in printer by James Price · 10 months ago
  42. a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 11 months ago
  43. ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 1 month ago
  44. 9dc42ad [tint][ast] Fix type <-> parameter shadowing issues. by Ben Clayton · 1 year, 2 months ago
  45. 6e45813 GLSL: fix bug with padded struct members. by Stephen White · 1 year, 2 months ago
  46. 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 1 year, 2 months ago
  47. 02262d8 [tint][msl] Fix C++17 warning. by Ben Clayton · 1 year, 2 months ago
  48. ffd485c [tint][msl] Replace volatile loop conditional with outer volatile conditional. by Ben Clayton · 1 year, 2 months ago
  49. 9be037c [tint][msl]: Use a volatile bool to control loop preservation by Ben Clayton · 1 year, 2 months ago
  50. af25bec [tint][ast] Fix dynamic indices in DirectVariableAccess by Ben Clayton · 1 year, 2 months ago
  51. 26dc5f6 msl ast_writer: Prevent emitted loops from erasure during optimizations by David Neto · 1 year, 3 months ago
  52. a01fd24 Update test/tint/array to store results by dan sinclair · 1 year, 4 months ago
  53. 2e26e7a [tint][msl][ir] Use ValueToLet IR transform by Ben Clayton · 1 year, 4 months ago
  54. 575bb29 [ir][msl] Update expected by dan sinclair · 1 year, 4 months ago
  55. f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 4 months ago
  56. 506b4f0 [spirv-reader] Use type inference for var and let by James Price · 1 year, 10 months ago
  57. c00ff7f [tint] do not emit space for binding group 0 by Peng Huang · 2 years ago
  58. 0e22bdb tint/msl: Fix emission of private variables by James Price · 2 years ago
  59. f1f56b2 tint/writer/glsl: Set default precision to highp by Ben Clayton · 2 years ago
  60. da353b4 tint: Flip evaluation order of assignment statements by Ben Clayton · 2 years ago
  61. 8cd5c61 tint/reader/wgsl: Remove element_count_expression() by Ben Clayton · 2 years, 1 month ago
  62. 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 2 years, 1 month ago
  63. 54a104e tint: Update constructor / conversion terminology by Ben Clayton · 2 years, 1 month ago
  64. 971318f tint: Replace all remaining AST types with ast::Type by Ben Clayton · 2 years, 1 month ago
  65. 9dc48bc tint: Rename 'type' to 'alias' by Ben Clayton · 2 years, 2 months ago chromium/5559
  66. f528d33 tint/transform: fix PromoteInitializersToLet for constant expressions by Ben Clayton · 2 years, 3 months ago
  67. 8753796 tint: Add PreservePadding transform by James Price · 2 years, 4 months ago
  68. efb17b0 tint/writer/wgsl: Print @offset attributes as comment by Ben Clayton · 2 years, 4 months ago
  69. 6ab5d3c Tint/transform: make AddBlockAttribute always do wrapping if possible by Zhaoming Jiang · 2 years, 5 months ago
  70. 6e77b47 Update internals to initializer instead of constructor. by dan sinclair · 2 years, 5 months ago
  71. ff7cf21 Rename StorageClass to AddressSpace. by dan sinclair · 2 years, 6 months ago
  72. 06844a5 tint/hlsl: remove [loop] attribute on all loops by Antonio Maiorano · 2 years, 6 months ago
  73. 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 6 months ago
  74. 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 7 months ago
  75. 3abad2c When emitting a MSL struct initializer emit the struct name. by dan sinclair · 2 years, 7 months ago
  76. 7d34de8 tint/test-runner: Split expectations for FXC and DXC by Ben Clayton · 2 years, 8 months ago
  77. 6c098ba tint: Implement constant expression structures by Ben Clayton · 2 years, 8 months ago
  78. c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 9 months ago chromium/5150
  79. 19576e9 tint/writer: Handle and emit 'const' variables by Ben Clayton · 2 years, 9 months ago
  80. 6c167a0 msl: Promote local private vars to function scope by dan sinclair · 2 years, 9 months ago
  81. 32cb9cf tint/writer: Disable constant inlining for lets by Ben Clayton · 2 years, 9 months ago
  82. f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 9 months ago
  83. 3c05430 tint/sem: Support arrays for sem::Constant by Ben Clayton · 2 years, 9 months ago
  84. b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 10 months ago chromium/5108
  85. 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  86. e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  87. cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  88. 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  89. 8bd5fec tint/writer/wgsl: Emit 'f' suffix on FloatLiteralExpressions by Ben Clayton · 2 years, 10 months ago
  90. 0ce9ab0 tint: Change all ProgramBuilder literals to 'i' or 'u' suffix by Ben Clayton · 2 years, 11 months ago
  91. 06496d4 tint/reader/spirv: Generate 'i' suffixed literals by Ben Clayton · 2 years, 11 months ago
  92. 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
  93. 93baaae PromoteSideEffectsToDecl: add to 4 backends and regen tests by Antonio Maiorano · 3 years ago
  94. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago