1. 919011a [spirv-reader] Refactor how we emit const definitions by David Neto · 3 years, 9 months ago
  2. 018428d [spirv-reader] avoid using WGSL reserved words by David Neto · 3 years, 9 months ago
  3. 25058a9 [msl-writer] Fix output of array-of-array. by dan sinclair · 3 years, 9 months ago
  4. 4510159 [msl-writer] Add variable declarations. by dan sinclair · 3 years, 10 months ago
  5. d0f7381 [msl-writer] Better error message for missing statement and expression. by dan sinclair · 3 years, 10 months ago
  6. 723c5b4 [msl-writer] Add missing include. by dan sinclair · 3 years, 10 months ago
  7. 928f59c [msl-writer] Handle remapping remap collisions. by dan sinclair · 3 years, 10 months ago
  8. 28ba9a3 Fixup format parsing in sample app. by dan sinclair · 3 years, 10 months ago
  9. 7b819aa Multiple fixes to get BUILD.gn builds working again by Ryan Harrison · 3 years, 10 months ago
  10. 6453bee [spirv-reader] Even better hoisted variables by David Neto · 3 years, 10 months ago
  11. 6249e38 Use Tint Generator Number. by dan sinclair · 3 years, 10 months ago
  12. 91cb60f [spirv-reader] Improve placement of hoisted vars by David Neto · 3 years, 10 months ago
  13. 4c48622 [spirv-reader] Allow multi-block continue construct being the entire loop by David Neto · 3 years, 10 months ago
  14. 9b9a0b0 [spirv-reader] Support OpPhi by David Neto · 3 years, 10 months ago
  15. 35f47d6 Rolling 7 dependencies by dan sinclair · 3 years, 10 months ago
  16. 3b8e6dd Error out for unrecognized option, more than one file by David Neto · 3 years, 10 months ago
  17. f2aaa0e [msl-writer] Always add the metal_stdlib include. by dan sinclair · 3 years, 10 months ago
  18. 6002a33 [msl-writer] Add namer class. by dan sinclair · 3 years, 10 months ago
  19. 53b3283 [msl-writer] Emit switch statements. by dan sinclair · 3 years, 10 months ago
  20. 2c11bd6 [spirv-reader] Refactor bookkeeping for localy defined values by David Neto · 3 years, 10 months ago
  21. e88c0f6 [msl-writer] Emit loop statements. by dan sinclair · 3 years, 10 months ago
  22. e913259 [spirv-reader] Hoist definitions as needed by David Neto · 3 years, 10 months ago
  23. de7b15e [spirv-reader] Don't move combinatorial values across control flow by David Neto · 3 years, 10 months ago
  24. 57b3b1d [msl-writer] Add break and continue emission. by dan sinclair · 3 years, 10 months ago
  25. fa1659a [msl-writer] Emit member accessors. by dan sinclair · 3 years, 10 months ago
  26. 48bb366 [spirv-writer] Allow casting of vectors along with scalars. by dan sinclair · 3 years, 10 months ago
  27. 5b46d71 Enable Tint as part of a larger CMake project by David Neto · 3 years, 10 months ago
  28. d4eafb6 [msl-writer] Emit alias types. by dan sinclair · 3 years, 10 months ago
  29. dc841f1 [msl-writer] Add array accessors. by dan sinclair · 3 years, 10 months ago
  30. d1bf87b [msl-writer] Add unary op emission. by dan sinclair · 3 years, 10 months ago
  31. 24a46e8 [msl-writer] Emit kill statement. by dan sinclair · 3 years, 10 months ago
  32. 28d4a94 [msl-writer] Add emission of if statements. by dan sinclair · 3 years, 10 months ago
  33. b1de843 [msl-writer] Add cast conversion. by dan sinclair · 3 years, 10 months ago
  34. 3dbc837 [msl-writer] Add generation of as casts. by dan sinclair · 3 years, 10 months ago
  35. 7fe3c36 [spirv-reader] Weaken input validation to Vulkan 1.0 by David Neto · 3 years, 10 months ago
  36. 40236d8 Add configs for CQ by Ryan Harrison · 3 years, 10 months ago
  37. ec3e2d4 [metal-writer] Add entry point support. by dan sinclair · 3 years, 10 months ago
  38. 6366f68 [metal-writer] Emit constructors. by dan sinclair · 3 years, 10 months ago
  39. 7f269e5 [metal-writer] Emit binary operations. by dan sinclair · 3 years, 10 months ago
  40. 70c605f [metal-writer] Emit assignment statements. by dan sinclair · 3 years, 10 months ago
  41. e66d6a6 [metal-writer] Emit functions by dan sinclair · 3 years, 10 months ago
  42. 646fb23 [metal-writer] Add identifier expression. by dan sinclair · 3 years, 10 months ago
  43. 8cd8751 [metal-writer] Add return generation. by dan sinclair · 3 years, 10 months ago
  44. 5dd37b2 [metal-writer] Add basic type emission. by dan sinclair · 3 years, 10 months ago
  45. 2a59901 [metal-writer] Stub out the Metal Shading Language backend. by dan sinclair · 3 years, 10 months ago
  46. 9a452c1 Fix BUILD.gn issues for TypeDeterminerTest by Ryan Harrison · 3 years, 10 months ago
  47. 1ca5382 [spirv-reader] Simplify null composites by David Neto · 3 years, 10 months ago
  48. 13d2a3b [spirv-writer] Only add used variables to entry point. by dan sinclair · 3 years, 10 months ago
  49. 194e0cc [spirv-reader] Support OpNop by David Neto · 3 years, 10 months ago
  50. fd3700c [spirv-reader] Support Undef, mapping to null by David Neto · 3 years, 10 months ago
  51. cb8e0ba [spirv-reader] Use type aliases pervasively by David Neto · 3 years, 10 months ago
  52. 5b853ee Support the zero initializer syntax. by dan sinclair · 3 years, 10 months ago
  53. 9c88ea5 type determine accessor on aliased array by David Neto · 3 years, 10 months ago
  54. 32a4f95 Add type alias unwrapping methods by David Neto · 3 years, 10 months ago
  55. e87ba1f [spirv-writer] Add Operand and Instruction list aliases. by dan sinclair · 3 years, 10 months ago
  56. 011aed9 [spirv-writer] Add function calls by dan sinclair · 3 years, 10 months ago
  57. 7fe4d02 [spirv-writer] Generate function parameters. by dan sinclair · 3 years, 10 months ago
  58. 0c647a8 sample: handle SPIR-V assembly input by David Neto · 3 years, 10 months ago
  59. be66f9f [spirv-writer] Emit logical and and logical or by dan sinclair · 3 years, 10 months ago
  60. 6b6e6a1 [spirv-reader] Remove orphaned TODOs by David Neto · 3 years, 10 months ago
  61. e9598d6 Add support for sclamp and uclamp GLSL methods. by dan sinclair · 3 years, 10 months ago
  62. 8b48b26 [spirv-writer] Add as casts. by dan sinclair · 3 years, 10 months ago
  63. d7868e3 [spirv-reader] Add ConvertFToU, ConvertFToS by David Neto · 3 years, 10 months ago
  64. 206d740 [wgsl-reader] Fixup off by 1 bug. by dan sinclair · 3 years, 10 months ago
  65. e12c5ff [spirv-reader] Add mixed scalar/vector/matrix multiply by David Neto · 3 years, 10 months ago
  66. b961e00 [spirv-reader] Add ConvertSToF, ConvertUToF by David Neto · 3 years, 10 months ago
  67. 3238eaa Add GLSL MatrixInverse type determination. by dan sinclair · 3 years, 10 months ago
  68. 7df946d [spirv-reader] Add vector shuffle by David Neto · 3 years, 10 months ago
  69. 3819c26 Add type determination for GLSL determinant. by dan sinclair · 3 years, 10 months ago
  70. 1650af2 [spirv-reader] Add OpCopyObject by David Neto · 3 years, 10 months ago
  71. 05e73db [spirv-writer] Only extract composites for non-const constructors. by dan sinclair · 3 years, 10 months ago
  72. 0e0979e [spirv-reader] Add ArrayStride by David Neto · 3 years, 10 months ago
  73. b8f4930 Make #define values public in BUILD.gn by Ryan Harrison · 3 years, 10 months ago
  74. c7b66da Cleanup formatting and linter. by dan sinclair · 3 years, 10 months ago
  75. 93e39b4 [spirv-reader] Support ifbreak with other forward edge by David Neto · 3 years, 10 months ago
  76. ad2f7cc [spirv-reader] Add Namer::MakeDerivedName by David Neto · 3 years, 10 months ago
  77. 318ae59 [spirv-reader] Update TODOs in test matrix by David Neto · 3 years, 10 months ago
  78. b2b0dfe [spirv-reader] Add OpCompositeExtract by David Neto · 3 years, 10 months ago
  79. 6941c53 [spirv-writer] Allow emitting an array stride. by dan sinclair · 3 years, 10 months ago
  80. 7be237a Determine types for module scoped variable constructors. by dan sinclair · 3 years, 10 months ago
  81. c7d1ac3 [spirv-reader] Add OpCompositeConstruct by David Neto · 3 years, 10 months ago
  82. 0335adb [spirv-reader] First GLSL.std.450 instructions by David Neto · 3 years, 10 months ago
  83. 709b625 [spirv-reader] Add fallthrough by David Neto · 3 years, 10 months ago
  84. 416be30 [spirv-reader] Add switch-selection by David Neto · 3 years, 10 months ago
  85. be45ff5 Create tint.h for external users by Ryan Harrison · 3 years, 10 months ago
  86. 8ca0aa7 [spirv-reader] Simplify if-selection bookkeeping by David Neto · 3 years, 10 months ago
  87. 046c2b7 [spirv-reader] remove exclusive_false_head_for by David Neto · 3 years, 10 months ago
  88. 3f3483b Fix BUILD.gn based builds by Ryan Harrison · 3 years, 10 months ago
  89. 39e8335 [spirv-reader] Avoid emitting empty elses by David Neto · 3 years, 10 months ago
  90. af5df70 Add GLSL FindILsb, FindUMsb, FindSMsb and InterpolateAtCentroid. by dan sinclair · 3 years, 11 months ago
  91. ee39225 Add support for GLSL cross. by dan sinclair · 3 years, 11 months ago
  92. 92bb557 Add GLSL umin, umax, smin and smax support. by dan sinclair · 3 years, 11 months ago
  93. 5e5fb9c Add ssign and sabs GLSL support. by dan sinclair · 3 years, 11 months ago
  94. 5335204 Refactor GLSL type determination code. by dan sinclair · 3 years, 11 months ago
  95. b0d308c [spirv-reader] Emit non-header OpBranchConditional by David Neto · 3 years, 11 months ago
  96. bff3b78 [spirv-reader] Add cases for mergeless OpSwitch by David Neto · 3 years, 11 months ago
  97. 783938d [spirv-reader] Fix typo in test name by David Neto · 3 years, 11 months ago
  98. bdcd04b [spirv-reader] Check some merge block dominance by David Neto · 3 years, 11 months ago
  99. dc8efd4 [spirv-reader] Add mergeless OpSwitch case by David Neto · 3 years, 11 months ago
  100. 5d4c35f [spirv-reader] kIfBreak edge counts toward divergence by David Neto · 3 years, 11 months ago