1. 48be7e8 [msl] Add newlines between global declarations by James Price · 9 months ago
  2. d1c31db [hlsl] Add passthrough builtin calls by dan sinclair · 9 months ago
  3. c69667d [hlsl] Emit zero value var initializers by dan sinclair · 9 months ago
  4. 6d509cf [hlsl] Add simple `Load` instruction. by dan sinclair · 9 months ago
  5. 6931379 [hlsl] Add generated IR expectations. by dan sinclair · 10 months ago
  6. 085093d [msl] Use the output of FlattenBindings by James Price · 10 months ago
  7. b5a904c [msl] Emit continuing inside a new block by James Price · 10 months ago chromium/6519
  8. 1aad86d [msl] Move RenameConflicts to core and use it by James Price · 10 months ago
  9. 77ac3f1 [ir] Add RemoveTerminatorArgs transform by James Price · 10 months ago
  10. dd89ce4 [glsl] Reorder GLSL transforms. by dan sinclair · 10 months ago
  11. 47fddc2 [msl] Emit struct name before constructors by James Price · 11 months ago
  12. de73431 [msl] Handle pointers in printer by James Price · 11 months ago
  13. a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 11 months ago
  14. ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 2 months ago
  15. 9dc42ad [tint][ast] Fix type <-> parameter shadowing issues. by Ben Clayton · 1 year, 2 months ago
  16. 6e45813 GLSL: fix bug with padded struct members. by Stephen White · 1 year, 2 months ago
  17. 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 1 year, 2 months ago
  18. 02262d8 [tint][msl] Fix C++17 warning. by Ben Clayton · 1 year, 2 months ago
  19. ffd485c [tint][msl] Replace volatile loop conditional with outer volatile conditional. by Ben Clayton · 1 year, 2 months ago
  20. 9be037c [tint][msl]: Use a volatile bool to control loop preservation by Ben Clayton · 1 year, 2 months ago
  21. af25bec [tint][ast] Fix dynamic indices in DirectVariableAccess by Ben Clayton · 1 year, 2 months ago
  22. 26dc5f6 msl ast_writer: Prevent emitted loops from erasure during optimizations by David Neto · 1 year, 3 months ago
  23. a01fd24 Update test/tint/array to store results by dan sinclair · 1 year, 4 months ago
  24. 2e26e7a [tint][msl][ir] Use ValueToLet IR transform by Ben Clayton · 1 year, 4 months ago
  25. 575bb29 [ir][msl] Update expected by dan sinclair · 1 year, 4 months ago
  26. f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 4 months ago
  27. 506b4f0 [spirv-reader] Use type inference for var and let by James Price · 1 year, 10 months ago
  28. c00ff7f [tint] do not emit space for binding group 0 by Peng Huang · 2 years ago
  29. 0e22bdb tint/msl: Fix emission of private variables by James Price · 2 years ago
  30. f1f56b2 tint/writer/glsl: Set default precision to highp by Ben Clayton · 2 years, 1 month ago
  31. da353b4 tint: Flip evaluation order of assignment statements by Ben Clayton · 2 years, 1 month ago
  32. 8cd5c61 tint/reader/wgsl: Remove element_count_expression() by Ben Clayton · 2 years, 1 month ago
  33. 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 2 years, 1 month ago
  34. 54a104e tint: Update constructor / conversion terminology by Ben Clayton · 2 years, 1 month ago
  35. 971318f tint: Replace all remaining AST types with ast::Type by Ben Clayton · 2 years, 1 month ago
  36. 9dc48bc tint: Rename 'type' to 'alias' by Ben Clayton · 2 years, 2 months ago chromium/5559
  37. f528d33 tint/transform: fix PromoteInitializersToLet for constant expressions by Ben Clayton · 2 years, 4 months ago
  38. 8753796 tint: Add PreservePadding transform by James Price · 2 years, 4 months ago
  39. efb17b0 tint/writer/wgsl: Print @offset attributes as comment by Ben Clayton · 2 years, 4 months ago
  40. 6ab5d3c Tint/transform: make AddBlockAttribute always do wrapping if possible by Zhaoming Jiang · 2 years, 5 months ago
  41. 6e77b47 Update internals to initializer instead of constructor. by dan sinclair · 2 years, 5 months ago
  42. ff7cf21 Rename StorageClass to AddressSpace. by dan sinclair · 2 years, 6 months ago
  43. 06844a5 tint/hlsl: remove [loop] attribute on all loops by Antonio Maiorano · 2 years, 6 months ago
  44. 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 7 months ago
  45. 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 7 months ago
  46. 3abad2c When emitting a MSL struct initializer emit the struct name. by dan sinclair · 2 years, 8 months ago
  47. 7d34de8 tint/test-runner: Split expectations for FXC and DXC by Ben Clayton · 2 years, 8 months ago
  48. 6c098ba tint: Implement constant expression structures by Ben Clayton · 2 years, 9 months ago
  49. c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 9 months ago chromium/5150
  50. 19576e9 tint/writer: Handle and emit 'const' variables by Ben Clayton · 2 years, 9 months ago
  51. 6c167a0 msl: Promote local private vars to function scope by dan sinclair · 2 years, 9 months ago
  52. 32cb9cf tint/writer: Disable constant inlining for lets by Ben Clayton · 2 years, 9 months ago
  53. f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 9 months ago
  54. 3c05430 tint/sem: Support arrays for sem::Constant by Ben Clayton · 2 years, 9 months ago
  55. b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 10 months ago chromium/5108
  56. 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  57. e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  58. cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  59. 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  60. 8bd5fec tint/writer/wgsl: Emit 'f' suffix on FloatLiteralExpressions by Ben Clayton · 2 years, 10 months ago
  61. 0ce9ab0 tint: Change all ProgramBuilder literals to 'i' or 'u' suffix by Ben Clayton · 2 years, 11 months ago
  62. 06496d4 tint/reader/spirv: Generate 'i' suffixed literals by Ben Clayton · 2 years, 11 months ago
  63. 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
  64. 93baaae PromoteSideEffectsToDecl: add to 4 backends and regen tests by Antonio Maiorano · 3 years ago
  65. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago