1. 4226b6a Add Symbol to alias. by dan sinclair · 4 years, 3 months ago
  2. 6b59bf4 Add a symbol to the Identifier AST node by dan sinclair · 4 years, 3 months ago
  3. a41132f Add a symbol to the Function AST node. by dan sinclair · 4 years, 3 months ago
  4. a80511e ast: Merge DecoratedVariable into Variable by Ben Clayton · 4 years, 3 months ago
  5. 591268d Implement textureWrite() by Ben Clayton · 4 years, 3 months ago
  6. 7f04e5c Implement textureLoad() by Ben Clayton · 4 years, 3 months ago
  7. 8b0ffe9 ast::type: Remove Array::set_decorations by Ben Clayton · 4 years, 3 months ago
  8. d0dda25 ast: Remove ReturnStatement constructors that don't take a source by Ben Clayton · 4 years, 3 months ago
  9. 321e5a9 ast: Remove Variable constructor that doesn't take a source by Ben Clayton · 4 years, 3 months ago
  10. 234b7de ast/function: Remove [set|add]_decorations() by Ben Clayton · 4 years, 3 months ago
  11. 9838768 ast: Remove IfStatement::set_else_statements() by Ben Clayton · 4 years, 3 months ago
  12. 685cb02 Remove internal usage of Context. by dan sinclair · 4 years, 4 months ago
  13. ed2b978 ast: Add Module.Clone() by Ben Clayton · 4 years, 4 months ago
  14. f1b0e1e ast/type: Remove Type suffix from all types by Ben Clayton · 4 years, 4 months ago
  15. 8a083ce Replace Type::(Is|As)Vector with Castable by Ben Clayton · 4 years, 4 months ago
  16. d11ced4 Replace Type::(Is|As)U32 with Castable by Ben Clayton · 4 years, 4 months ago
  17. c52f421 Replace Type::(Is|As)Pointer with Castable by Ben Clayton · 4 years, 4 months ago
  18. d8457c1 Replace Type::(Is|As)Matrix with Castable by Ben Clayton · 4 years, 4 months ago
  19. 9857f81 Replace Type::(Is|As)I32 with Castable by Ben Clayton · 4 years, 4 months ago
  20. 75f39be Replace Type::(Is|As)F32 with Castable by Ben Clayton · 4 years, 4 months ago
  21. f3639b7 Replace Type::(Is|As)Bool with Castable by Ben Clayton · 4 years, 4 months ago
  22. bed7a32 type_determiner: use f32 as the subtype for u/norm storage texture. by Corentin Wallez · 4 years, 4 months ago
  23. 7e4ffa0 Add create<T>() method to Module for types by Ben Clayton · 4 years, 4 months ago
  24. 0fb5168 Move TypeManager from tint::Context to ast::Module by Ben Clayton · 4 years, 4 months ago
  25. 3ea3c99 Implement textureSample builtins by Ben Clayton · 4 years, 4 months ago
  26. 2f4096b Move the ast node ownership from Context to Module by Ben Clayton · 4 years, 4 months ago
  27. 4bfe461 Big cleanup now that AST nodes are raw pointers by Ben Clayton · 4 years, 4 months ago
  28. b053acf Replace use of std::unique_ptr<T> with T* for AST nodes by Ben Clayton · 4 years, 4 months ago
  29. b29b09f ast: Add body parameter to ast::Function constructors by Ben Clayton · 4 years, 4 months ago
  30. 6262592 type_determiner_test: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 4 months ago
  31. 34a2eb1 Add Source parameter to decoration constructors by Ben Clayton · 4 years, 4 months ago
  32. fc5a9cf Remove tint::Source(size_t, size_t) constructor by Ben Clayton · 4 years, 5 months ago
  33. c55fc39 [ast] Unify the access control types. by dan sinclair · 4 years, 5 months ago
  34. 481ecff [ast] Require StructType to have a name by dan sinclair · 4 years, 5 months ago
  35. ff267ca [type-determiner] Fixup handling of unknown identifiers. by dan sinclair · 4 years, 5 months ago
  36. 4311dd0 [spirv-writer] Fix accessing array of non-scalars. by dan sinclair · 4 years, 5 months ago
  37. 1a63c49 Update structs to allow multiple decorations by dan sinclair · 4 years, 5 months ago
  38. 007dc42 [type-determiner][spirv-writer] Add arrayLength support by dan sinclair · 4 years, 5 months ago
  39. 3c02592 Remove cast operator. by dan sinclair · 4 years, 6 months ago
  40. a7d498e Rename 'as' to 'bitcast' by dan sinclair · 4 years, 6 months ago
  41. b4fee2f Update builtin methods. by dan sinclair · 4 years, 6 months ago
  42. 5f81262 Remove EntryPoint. by dan sinclair · 4 years, 6 months ago
  43. 0592643 [type-determiner] Update to work with entry point and function stages. by dan sinclair · 4 years, 6 months ago
  44. d3f75ca Add support for multisampled textures. by dan sinclair · 4 years, 6 months ago
  45. 5e98930 [type-determiner] Handle pointer arguments. by dan sinclair · 4 years, 6 months ago
  46. 4e2d248 [ast] Change intrinsic function names to camel case by Tomek Ponitka · 4 years, 6 months ago
  47. 1a61fc4 [type-determination] Adding builtin texture operations by Tomek Ponitka · 4 years, 7 months ago
  48. 844f632 [type-determiner] return false when type determining an undeclared function by Sarah Mashayekhi · 4 years, 7 months ago
  49. 37c0970 Convert LoopStatement to use BlockStatement. by dan sinclair · 4 years, 8 months ago
  50. 77040b8 Convert IfStatement and ElseStatement to use BlockStatement. by dan sinclair · 4 years, 8 months ago
  51. 7c2fa1e Convert CaseStatement to use BlockStatement. by dan sinclair · 4 years, 8 months ago
  52. 4069f33 Convert Function to use BlockStatement. by dan sinclair · 4 years, 8 months ago
  53. 0975dd5 [spirv-writer] Add BlockStatement emission. by dan sinclair · 4 years, 8 months ago
  54. 16a2ea1 Add type determination for the select intrinsic. by dan sinclair · 4 years, 8 months ago
  55. 50080b7 Type determine the call statement. by dan sinclair · 4 years, 8 months ago
  56. de2dd68 Inherit refererenced globals up the call stack. by dan sinclair · 4 years, 8 months ago
  57. 16890b9 Add determination of entrypoint callees. by dan sinclair · 4 years, 8 months ago
  58. 9a452c1 Fix BUILD.gn issues for TypeDeterminerTest by Ryan Harrison · 4 years, 9 months ago
  59. 13d2a3b [spirv-writer] Only add used variables to entry point. by dan sinclair · 4 years, 9 months ago
  60. 9c88ea5 type determine accessor on aliased array by David Neto · 4 years, 9 months ago
  61. e9598d6 Add support for sclamp and uclamp GLSL methods. by dan sinclair · 4 years, 9 months ago
  62. 3238eaa Add GLSL MatrixInverse type determination. by dan sinclair · 4 years, 9 months ago
  63. 3819c26 Add type determination for GLSL determinant. by dan sinclair · 4 years, 9 months ago
  64. 7be237a Determine types for module scoped variable constructors. by dan sinclair · 4 years, 9 months ago
  65. af5df70 Add GLSL FindILsb, FindUMsb, FindSMsb and InterpolateAtCentroid. by dan sinclair · 4 years, 9 months ago
  66. ee39225 Add support for GLSL cross. by dan sinclair · 4 years, 9 months ago
  67. 92bb557 Add GLSL umin, umax, smin and smax support. by dan sinclair · 4 years, 9 months ago
  68. 5e5fb9c Add ssign and sabs GLSL support. by dan sinclair · 4 years, 9 months ago
  69. 5335204 Refactor GLSL type determination code. by dan sinclair · 4 years, 9 months ago
  70. ccb699e Remove right shift arithmetic operand. by dan sinclair · 4 years, 10 months ago
  71. 2b23e4b Remove unless_stmt by dan sinclair · 4 years, 10 months ago
  72. 6bd7061 Remove conditional break/continue. by dan sinclair · 4 years, 10 months ago
  73. c6f2947 Rename the IntLiteral to SintLiteral. by dan sinclair · 4 years, 10 months ago
  74. 1aadbd4 Add case_selectors update by dan sinclair · 4 years, 10 months ago
  75. 46e959d Update intrinsics in the grammar. by dan sinclair · 4 years, 10 months ago
  76. 7cac245 [spirv-writer] Handle multi name swizzles. by dan sinclair · 4 years, 11 months ago
  77. d34b210 Add fuzzing target to BUILD.gn by Ryan Harrison · 4 years, 11 months ago
  78. b445a9b Unwrap member accessor aliases by dan sinclair · 5 years ago
  79. 8eddb78 Update type determiner to create pointers. by dan sinclair · 5 years ago
  80. 2287d01 Generate 3 param GLSL methods. by dan sinclair · 5 years ago
  81. 7025918 Cleanup some error messages. by dan sinclair · 5 years ago
  82. aac5865 Fixup single element swizzle type determination. by dan sinclair · 5 years ago
  83. 5444438 Add GLSL distance support. by dan sinclair · 5 years ago
  84. 2ee4a7e Add Remaining 2 parameter GLSL float methods. by dan sinclair · 5 years ago
  85. 37d62c9 Add GLSL Atan2 support. by dan sinclair · 5 years ago
  86. 652a4b9 Add support for GLSL length. by dan sinclair · 5 years ago
  87. 3df2044 Add GLSL normalize method. by dan sinclair · 5 years ago
  88. a49328f Add support for GLSL exp, exp2, log, log2, sqrt and inversesqrt by dan sinclair · 5 years ago
  89. 132b2da Add GLSL trig methods. by dan sinclair · 5 years ago
  90. b90a56f Add GLSL Radians and Degrees methods. by dan sinclair · 5 years ago
  91. 7b55da5 Add GLSL Fract support. by dan sinclair · 5 years ago
  92. f1c7f0c Add GLSL Ceil support. by dan sinclair · 5 years ago
  93. d0f0edf Add GLSL Floor support. by dan sinclair · 5 years ago
  94. e9661fb Add GLSL FSign support by dan sinclair · 5 years ago
  95. de50e52 Add GLSL FAbs support by dan sinclair · 5 years ago
  96. fa5a66f Add GLSL Trunc support. by dan sinclair · 5 years ago
  97. ca1723e Add GLSL RoundEven support by dan sinclair · 5 years ago
  98. fd5d4ca [spirv-writer] Add preliminary support for GLSL methods by dan sinclair · 5 years ago
  99. b950e80 [type-determiner] Move ast::Module to constructor. by dan sinclair · 5 years ago
  100. cd077b0 Add module to the type determiner test helper by dan sinclair · 5 years ago