1. 11c9de6 ast: Add virtual GetKind() instead of kind member by Ben Clayton · 4 years, 5 months ago
  2. b062bbd Replace TextureType::(Is|As)Sampled with Castable by Ben Clayton · 4 years, 5 months ago
  3. 1a23756 Replace TextureType::(Is|As)Storage with Castable by Ben Clayton · 4 years, 5 months ago
  4. 0441bd1 Replace TextureType::(Is|As)Multisampled with Castable by Ben Clayton · 4 years, 5 months ago
  5. 09b8829 Replace TextureType::(Is|As)Depth with Castable by Ben Clayton · 4 years, 5 months ago
  6. 16ec1bb Replace Type::(Is|As)Void with Castable by Ben Clayton · 4 years, 5 months ago
  7. 8a083ce Replace Type::(Is|As)Vector with Castable by Ben Clayton · 4 years, 5 months ago
  8. d11ced4 Replace Type::(Is|As)U32 with Castable by Ben Clayton · 4 years, 5 months ago
  9. 38409c7 Replace Type::(Is|As)Texture with Castable by Ben Clayton · 4 years, 5 months ago
  10. d734dd0 Replace Type::(Is|As)Struct with Castable by Ben Clayton · 4 years, 5 months ago
  11. 351128a Replace Type::(Is|As)Sampler with Castable by Ben Clayton · 4 years, 5 months ago
  12. c52f421 Replace Type::(Is|As)Pointer with Castable by Ben Clayton · 4 years, 5 months ago
  13. d8457c1 Replace Type::(Is|As)Matrix with Castable by Ben Clayton · 4 years, 5 months ago
  14. 9857f81 Replace Type::(Is|As)I32 with Castable by Ben Clayton · 4 years, 5 months ago
  15. 75f39be Replace Type::(Is|As)F32 with Castable by Ben Clayton · 4 years, 5 months ago
  16. f3639b7 Replace Type::(Is|As)Bool with Castable by Ben Clayton · 4 years, 5 months ago
  17. af37c4a Replace Type::(Is|As)Array with Castable by Ben Clayton · 4 years, 5 months ago
  18. 6786426 Replace Type::(Is|As)Alias with Castable by Ben Clayton · 4 years, 5 months ago
  19. a8d8778 Replace Type::(Is|As)AccessControl with Castable by Ben Clayton · 4 years, 5 months ago
  20. 69aabb5 Derive all ast::types from Castable by Ben Clayton · 4 years, 5 months ago
  21. bed7a32 type_determiner: use f32 as the subtype for u/norm storage texture. by Corentin Wallez · 4 years, 5 months ago
  22. c489875 ast/module: Additional documentation for type methods by Ben Clayton · 4 years, 5 months ago
  23. 7e4ffa0 Add create<T>() method to Module for types by Ben Clayton · 4 years, 5 months ago
  24. 0fb5168 Move TypeManager from tint::Context to ast::Module by Ben Clayton · 4 years, 5 months ago
  25. 3e67c5db Move type_manager to the ast dir/namespace by Ben Clayton · 4 years, 5 months ago
  26. eaa8579 ast: Fix vector constructors in ValidCases() by Ben Clayton · 4 years, 5 months ago
  27. 7214f40 [wgsl-reader] Add support for read only storage buffers. by dan sinclair · 4 years, 5 months ago
  28. 3ea3c99 Implement textureSample builtins by Ben Clayton · 4 years, 5 months ago
  29. 2f4096b Move the ast node ownership from Context to Module by Ben Clayton · 4 years, 5 months ago
  30. c7f51b7 ast: Support decoration kind hierarchies by dan sinclair · 4 years, 5 months ago
  31. 2d86bf4 ast::Builder: Add more builder methods by Ben Clayton · 4 years, 5 months ago
  32. 165ff1c ast::Builder: Make the interface more fluent by Ben Clayton · 4 years, 5 months ago
  33. 4bfe461 Big cleanup now that AST nodes are raw pointers by Ben Clayton · 4 years, 5 months ago
  34. b053acf Replace use of std::unique_ptr<T> with T* for AST nodes by Ben Clayton · 4 years, 5 months ago
  35. 0613890 Replace remaining std::make_unique<T> -> create<T> for ast::Nodes by Ben Clayton · 4 years, 5 months ago
  36. eeac0c5 ast: Remove no-arg constructor for ast::IfStatement by Ben Clayton · 4 years, 5 months ago
  37. 80598ed [ast] Add the result_type into the AST dump by dan sinclair · 4 years, 5 months ago
  38. 4ad0019 ast: Remove no-arg constructor for ast::CastStatement by Ben Clayton · 4 years, 5 months ago
  39. e5e9617 ast: Remove no-arg constructor for ast::ElseStatement by Ben Clayton · 4 years, 6 months ago
  40. 6a788df ast: Remove no-arg constructor for ast::LoopStatement by Ben Clayton · 4 years, 6 months ago
  41. b29b09f ast: Add body parameter to ast::Function constructors by Ben Clayton · 4 years, 6 months ago
  42. b673de0 ast/types tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 6 months ago
  43. 327b1c7 ast tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 6 months ago
  44. 4f7c295 ast/type: Have all tests derive from new TestHelper by Ben Clayton · 4 years, 6 months ago
  45. 10d5c6a ast: Have all tests derive from new TestHelper by Ben Clayton · 4 years, 6 months ago
  46. 6f58546 ast: Have all AST types derive from ast::Node by Ben Clayton · 4 years, 6 months ago
  47. 8ca4561 [inspector] Add Multisampled Texture data extraction by Ryan Harrison · 4 years, 6 months ago
  48. 20a8d31 Create an AST builder class. by dan sinclair · 4 years, 6 months ago
  49. f16dfeb ast: intrinsic spelling matches the spec by David Neto · 4 years, 6 months ago
  50. 54af874 wsgl parser: refactor statements() by Ben Clayton · 4 years, 6 months ago
  51. dbcc1e0 [inspector] Extract Sampled Texture data by Ryan Harrison · 4 years, 6 months ago
  52. cc2305d [inspector] Extract Sampler resource binding information by Ryan Harrison · 4 years, 6 months ago
  53. 34a2eb1 Add Source parameter to decoration constructors by Ben Clayton · 4 years, 6 months ago
  54. 3529880 ast: Have all decorations derive from base class by Ben Clayton · 4 years, 6 months ago
  55. f8bd106 Fix all warnings when building with CMake + clang by Ben Clayton · 4 years, 6 months ago
  56. a28d19b Add tests for MinBufferBindingSize by Ryan Harrison · 4 years, 6 months ago
  57. d5fd7e0 Fixup lint errors. by dan sinclair · 4 years, 6 months ago
  58. 580d6c7 Produce end ranges for tokens and AST nodes by Ben Clayton · 4 years, 6 months ago
  59. a3bcde2 Rm line() & column() from wsgl::Token & ast::Node by Ben Clayton · 4 years, 6 months ago
  60. fc5a9cf Remove tint::Source(size_t, size_t) constructor by Ben Clayton · 4 years, 6 months ago
  61. 5bee67f Add File & Range information to tint::Source by Ben Clayton · 4 years, 6 months ago
  62. c8b2d23 [spirv-writer] Emit access control information. by dan sinclair · 4 years, 6 months ago
  63. c55fc39 [ast] Unify the access control types. by dan sinclair · 4 years, 6 months ago
  64. 512ecc2 Rename unwrap helpers. by dan sinclair · 4 years, 6 months ago
  65. bfd8109 [ast] Add AccessControlType. by dan sinclair · 4 years, 6 months ago
  66. fcbc6ef [inspector] Extract storage-buffer information by Ryan Harrison · 4 years, 6 months ago
  67. e6fda61 ast::Variable dumping now indicates is_const by David Neto · 4 years, 6 months ago
  68. 88d705d [inspector] Extract UBO information by Ryan Harrison · 4 years, 6 months ago
  69. 7156d3e [wgsl-reader] Add parsing of named structs. by dan sinclair · 4 years, 6 months ago
  70. 95dc655 [ast] Change module dump order. by dan sinclair · 4 years, 7 months ago
  71. 481ecff [ast] Require StructType to have a name by dan sinclair · 4 years, 7 months ago
  72. eb5d3e1 [wgsl-reader] Allow array decorations to have multiple blocks. by dan sinclair · 4 years, 7 months ago
  73. 5118c07 Add In/Out variables to returned EntryPoint by Ryan Harrison · 4 years, 7 months ago
  74. 1a63c49 Update structs to allow multiple decorations by dan sinclair · 4 years, 7 months ago
  75. 007dc42 [type-determiner][spirv-writer] Add arrayLength support by dan sinclair · 4 years, 7 months ago
  76. 56acec9 [msl-writer] Emit function constant information by dan sinclair · 4 years, 7 months ago
  77. dd516e6 Doxygen cleanup by dan sinclair · 4 years, 7 months ago
  78. b5e5b80 Reduce duplication of type format strings. by dan sinclair · 4 years, 7 months ago
  79. 9caffa4 [ast] Add constant id helper. by dan sinclair · 4 years, 7 months ago
  80. b403cb5 [transform] Add BufferArrayAccessors transform by dan sinclair · 4 years, 7 months ago
  81. 9e7f9dc [ast] Add constant_id decoration by dan sinclair · 4 years, 7 months ago
  82. 095f5f7 fix clang error by Sarah Mashayekhi · 4 years, 7 months ago
  83. 816764d [ast] Remove IsCast by dan sinclair · 4 years, 7 months ago
  84. 3c02592 Remove cast operator. by dan sinclair · 4 years, 7 months ago
  85. 5c948e4 [transform] Move the transform folder by dan sinclair · 4 years, 7 months ago
  86. a7d498e Rename 'as' to 'bitcast' by dan sinclair · 4 years, 7 months ago
  87. b4fee2f Update builtin methods. by dan sinclair · 4 years, 7 months ago
  88. 5f81262 Remove EntryPoint. by dan sinclair · 4 years, 7 months ago
  89. a8274b2 [spirv-writer] Emit entrypoint from function decoration. by dan sinclair · 4 years, 7 months ago
  90. 0592643 [type-determiner] Update to work with entry point and function stages. by dan sinclair · 4 years, 7 months ago
  91. 767ea85 [wgsl-reader] Parse stage decoration by dan sinclair · 4 years, 7 months ago
  92. d05f93f [wgsl-reader] Add workgroup_size parsing by dan sinclair · 4 years, 7 months ago
  93. 6438279 [ast][spirv-writer][hlsl-writer][wgsl-writer] Add workgroup_size decoration by dan sinclair · 4 years, 7 months ago
  94. 636d588 [ast] Add decorations to functions. by dan sinclair · 4 years, 7 months ago
  95. d3f75ca Add support for multisampled textures. by dan sinclair · 4 years, 7 months ago
  96. 03f5e2f [wgsl-reader] Parsing image storage type by Tomek Ponitka · 4 years, 8 months ago
  97. 4e2d248 [ast] Change intrinsic function names to camel case by Tomek Ponitka · 4 years, 8 months ago
  98. e7ec7f1 [wgsl-writer] Add GenerateEntryPoint by dan sinclair · 4 years, 8 months ago
  99. fd3ca9e [wgsl-reader] Parsing sampled texture type by Tomek Ponitka · 4 years, 8 months ago
  100. 1a61fc4 [type-determination] Adding builtin texture operations by Tomek Ponitka · 4 years, 8 months ago