1. c2d97ae Move the variable stack to a common class. by dan sinclair · 4 years, 1 month ago
  2. 0e92735 ast::Variable is also used for formal parameters by David Neto · 4 years, 1 month ago
  3. afd66c9 Clarify ast::Variable as both "var" and "const" by David Neto · 4 years, 1 month ago
  4. cc39bae [spirv-reader] Fix SPIR-V assembly, re-enable test by David Neto · 4 years, 1 month ago
  5. 3038e6e [spirv-writer] Fix: need #include <functional> by David Neto · 4 years, 1 month ago
  6. cfe4f13 [spirv-writer] Add assignment statements by dan sinclair · 4 years, 1 month ago
  7. 66df068 [spirv-reader] Fix copy elision by dan sinclair · 4 years, 1 month ago
  8. 43178d0 [spirv-writer] Add identifier expressions by dan sinclair · 4 years, 1 month ago
  9. baaf989 [spirv-writer] Add function variables by dan sinclair · 4 years, 1 month ago
  10. 790b2f6 [spirv-reader] Start adding functions by David Neto · 4 years, 1 month ago
  11. 84f70c0 [spirv-reader] Emit module-scope builtin vars by David Neto · 4 years, 1 month ago
  12. e0bcb54 [spirv-reader] Convert builtin enums by David Neto · 4 years, 1 month ago
  13. 06faf3b [spirv-reader] Emit module-scope variables by David Neto · 4 years, 1 month ago
  14. 269a2c6 [spirv-reader] Convert pointer type by David Neto · 4 years, 1 month ago
  15. 73e1ef8 [spirv-writer] Fix global constant emitting by dan sinclair · 4 years, 1 month ago
  16. a085c7b Documentation fixes by dan sinclair · 4 years, 1 month ago
  17. 0534957 [spirv-reader] Convert storage class by David Neto · 4 years, 1 month ago
  18. a7640d6 [spir-reader] Emit alias types (named types) by David Neto · 4 years, 1 month ago
  19. 4493d13 Fixup shorten64-to-32 warning by dan sinclair · 4 years, 1 month ago
  20. 32a68fe Fix type of gl_GlobalInvocationId in compute boids. by dan sinclair · 4 years, 1 month ago
  21. e49bd5e Rename VariableStatement to VariableDeclStatement. by dan sinclair · 4 years, 1 month ago
  22. a322f5d Update initializer names. by dan sinclair · 4 years, 1 month ago
  23. e68c9b4 [spirv-reader] Convert struct types by David Neto · 4 years, 1 month ago
  24. 4da4c69 [spirv-reader] Get decorations by David Neto · 4 years, 1 month ago
  25. 8ae3486 [spirv-writer] Generate return statements by dan sinclair · 4 years, 1 month ago
  26. 5cd08fd [spirv-writer] Add initializer generation. by dan sinclair · 4 years, 1 month ago
  27. b020cd9 [wgsl-writer] Restore huggie-style braces by David Neto · 4 years, 1 month ago
  28. 15cbc98 [spirv-writer] Start global variable output by dan sinclair · 4 years, 1 month ago
  29. 5556b4a ast::Literal constructor is explicit by David Neto · 4 years, 1 month ago
  30. a8bcec3 [spirv-reader] Add TODO for ArrayStride by David Neto · 4 years, 1 month ago
  31. 48442a6 Fix compilation errors by David Neto · 4 years, 1 month ago
  32. 136fa11 Fixup compilation issues with type manager. by dan sinclair · 4 years, 1 month ago
  33. 2886749 [reader-spirv] Convert array, runtime array types by David Neto · 4 years, 1 month ago
  34. a8cd18e Context object owns a TypeManager by David Neto · 4 years, 1 month ago
  35. 2014517 [spirv-writer] Generate pointer types by dan sinclair · 4 years, 1 month ago
  36. 083def4 [spirv-writer] Add array type generation. by dan sinclair · 4 years, 1 month ago
  37. 113fb07 [spirv-writer] Generate constants by dan sinclair · 4 years, 1 month ago
  38. bf46de4 [spirv-writer] Emit struct names by dan sinclair · 4 years, 1 month ago
  39. 989cee6 Move tests into anonymous namespace. by dan sinclair · 4 years, 1 month ago
  40. f26d9a8 Cleanup doc and lint warnings. by dan sinclair · 4 years, 1 month ago
  41. 33d3465 [spirv-writer] Emit function signatures. by dan sinclair · 4 years, 1 month ago
  42. 9981b63 Use a context object instead of a singleton by dan sinclair · 4 years, 1 month ago
  43. 0984214 [wgsl-writer] Add statement writer helper. by dan sinclair · 4 years, 1 month ago
  44. 235ceeb Add type manager synchronization comment. by dan sinclair · 4 years, 1 month ago
  45. 5e6d033 [reader-spirv] Convert vector, matrix types by David Neto · 4 years, 1 month ago
  46. 71e1d81 Add reader::spirv::ParserImpl::ConvertType by David Neto · 4 years, 1 month ago
  47. 69b9c1b [spirv-writer] Generate struct types by dan sinclair · 4 years, 1 month ago
  48. 6cd52e3 Fix typo by David Neto · 4 years, 1 month ago
  49. 7a480f4 [spirv-writer] Start emitting types by dan sinclair · 4 years, 2 months ago
  50. 7c6e8de reader::spirv: Fix entry point test fixture name by David Neto · 4 years, 2 months ago
  51. a65ea31 reader::spirv fix entry point tests by David Neto · 4 years, 2 months ago
  52. a14fec9 readers::spirv: Emit entry points by David Neto · 4 years, 2 months ago
  53. 14cfcd7 Add conversion of SpvExecutionModel by David Neto · 4 years, 2 months ago
  54. 1ae8e85 reader::spirv::Parser: register user names by David Neto · 4 years, 2 months ago
  55. dc200f7 Add SPIR-V dump to the SPIR-V generator by dan sinclair · 4 years, 2 months ago
  56. 781a4ac Generate errors from the SPIR-V builder. by dan sinclair · 4 years, 2 months ago
  57. 248170a Generate entry point instructions in SPIR-V writer. by dan sinclair · 4 years, 2 months ago
  58. 23dceb4 Add reader::spv::ResolveMemberNamesForStruct by David Neto · 4 years, 2 months ago
  59. ad90ee2 Add reader::spirv:SuggestSanitizedMemberName by David Neto · 4 years, 2 months ago
  60. ca8e6dd Add reader::spv::SuggestSanitizedName by David Neto · 4 years, 2 months ago
  61. 8af12f7 Add reader::spv::Namer::FindUnusedDerivedName by David Neto · 4 years, 2 months ago
  62. bd1d142 Add reader::spv::Namer::Sanitize by David Neto · 4 years, 2 months ago
  63. 7b7ff74 Generate OpExtInstImport by dan sinclair · 4 years, 2 months ago
  64. d854fc1 Rename method RegisterExtendedInstructionImports by David Neto · 4 years, 2 months ago
  65. be4c89a Add reader::spirv::Namer by David Neto · 4 years, 2 months ago
  66. 3740fd2 Emit functions. by dan sinclair · 4 years, 2 months ago
  67. c574295 Emit If statements. by dan sinclair · 4 years, 2 months ago
  68. eaf2689 Emit else statements. by dan sinclair · 4 years, 2 months ago
  69. 0d00402 Emit loop statement. by dan sinclair · 4 years, 2 months ago
  70. 5f64aee Emit switch statements. by dan sinclair · 4 years, 2 months ago
  71. 4202d7d Emit variable statements by dan sinclair · 4 years, 2 months ago
  72. 187f916 Emit Unless statement. by dan sinclair · 4 years, 2 months ago
  73. b42c76c Emit regardless. by dan sinclair · 4 years, 2 months ago
  74. 2a6e275 Emit Return statements. by dan sinclair · 4 years, 2 months ago
  75. c083af8 Add Kill, Nop and Fallthrough to WGSL writer by dan sinclair · 4 years, 2 months ago
  76. 17686fc Emit WGSL continue statement. by dan sinclair · 4 years, 2 months ago
  77. 37f4fb0 Emit case statement by dan sinclair · 4 years, 2 months ago
  78. bf5ab65 Emit WGSL Break statement. by dan sinclair · 4 years, 2 months ago
  79. 7f9d570 Emit assignment statement. by dan sinclair · 4 years, 2 months ago
  80. daff3e2 Emit UnaryOp expression. by dan sinclair · 4 years, 2 months ago
  81. 09671ab Emit UnaryMethod expressions. by dan sinclair · 4 years, 2 months ago
  82. cbabfa8 Emit UnaryDerivative in WGSL writer. by dan sinclair · 4 years, 2 months ago
  83. 49568e1 Emit relation expressions. by dan sinclair · 4 years, 2 months ago
  84. 2920659 Rolling 3 dependencies by David Neto · 4 years, 2 months ago
  85. b595052 Set root folder for linter. by dan sinclair · 4 years, 2 months ago
  86. 2c56dd9 Emit member accessor in WGSL generator. by dan sinclair · 4 years, 2 months ago
  87. 62a2002 Emit Cast expression. by dan sinclair · 4 years, 2 months ago
  88. c80d5ed Add WGSL writer support for call. by dan sinclair · 4 years, 2 months ago
  89. cd49b59 Add generation of the 'as' expression. by dan sinclair · 4 years, 2 months ago
  90. 4a19eef Fixing include-what-you-use in SPIR-V parser by David Neto · 4 years, 2 months ago
  91. 8347687 Split WGSL generator tests to individual files. by dan sinclair · 4 years, 2 months ago
  92. 0afb943 add ast::Module::to_str by David Neto · 4 years, 2 months ago
  93. 9d9d7cd Add ArrayAccessor to output expressions. by dan sinclair · 4 years, 2 months ago
  94. 4b71b9e Expand build flags for Tint. by dan sinclair · 4 years, 2 months ago
  95. e4392c9 Create SPIR-V writer skeleton. by dan sinclair · 4 years, 2 months ago
  96. 3040f61 Remove assert in test. by dan sinclair · 4 years, 2 months ago
  97. 881cded Fix include guards for SPV -> SPIRV by David Neto · 4 years, 2 months ago
  98. 4df5d40 Rename tint::reader::spv -> tint::reader::spirv by David Neto · 4 years, 2 months ago
  99. 4e7f7da Rename reader/spv to reader/spirv by David Neto · 4 years, 2 months ago
  100. 3ac9939 spv: Parse OpExtInst for GLSL.std.450 by David Neto · 4 years, 2 months ago