1. b612c50 Inspector: Add input [[sample_mask]] to EntryPoint by Jiawei Shao · 3 years, 7 months ago chromium/4600
  2. b5025db Inspector: Add all fragment builtin inputs to EntryPoint by Jiawei Shao · 3 years, 7 months ago
  3. edecbb1 validation: pointer to handle is not allowed by Sarah · 3 years, 8 months ago
  4. dee93c6 Handle complex cases in Inspector::GenerateSamplerTargets by Ryan Harrison · 3 years, 8 months ago
  5. fd35aa8 Implement texture_depth_multisampled_2d by Ben Clayton · 3 years, 8 months ago
  6. fced350 sem::Type: Replace GetDefaultAlignAndSize() with Size() and Align() by Ben Clayton · 3 years, 8 months ago
  7. f5ed2ba sem: Rename `Vector::size()` to `Vector::Width()` by Ben Clayton · 3 years, 8 months ago
  8. 0f2d95d sem: Split sem::Variable into global, local and parameter by Ben Clayton · 3 years, 8 months ago
  9. fe3ba95 inspector: Use diagnostic lists by Ben Clayton · 3 years, 8 months ago
  10. ac9db20 inspector: reflect workgroup storage size by Ken Rockot · 3 years, 8 months ago
  11. b478f97 IntrinsicTable: De-duplicate returned Intrinsics by Ben Clayton · 3 years, 8 months ago
  12. 60dae24 Reland "Validate storage class constraints" by Antonio Maiorano · 3 years, 8 months ago
  13. 7f142c4 inspector: Remove legacy shader IO support by James Price · 3 years, 8 months ago
  14. 4166ecc Factor out the InspectorHelper from the Inspector test file by Ryan Harrison · 3 years, 8 months ago
  15. aa48b1a Revert "Validate storage class constraints" by Ben Clayton · 3 years, 8 months ago
  16. fd5829e Validate storage class constraints by Antonio Maiorano · 3 years, 8 months ago
  17. af89c72 writer: Move sanitizers into the backends by James Price · 3 years, 8 months ago
  18. 99a78ad validation: validate builtin pipeline stage and Input/Output by Sarah · 3 years, 8 months ago
  19. 15e3561 inspector: reflect storage size used by entrypoints by Ken Rockot · 3 years, 9 months ago
  20. d4c64af Expose interpolation and dimensional data about IO variables by Ryan Harrison · 3 years, 9 months ago
  21. 939ff86 [inspector] Report if sample_mask is returned by the entry point by Ryan Harrison · 3 years, 9 months ago
  22. e6cb51e validation: compute shader must include 'workgroup_size' in its attributes by Sarah · 3 years, 9 months ago
  23. 14c0b8a Validate that in/out storage classes are not used by James Price · 3 years, 9 months ago
  24. ffd28e2 diag: Add System enumerator to all diagnostics by Ben Clayton · 3 years, 9 months ago
  25. 3c9086d Revert "inspector: Remove legacy shader IO support" by Ben Clayton · 3 years, 9 months ago
  26. 055901b inspector: Remove legacy shader IO support by James Price · 3 years, 9 months ago
  27. 44382a1 Add sampler targets to inspector data by Ryan Harrison · 3 years, 9 months ago
  28. 7fe0106 resolver: Validate that a call statement has no return value by Ben Clayton · 3 years, 9 months ago
  29. 3832b8e Report referenced pipeline overridable constants by Ryan Harrison · 3 years, 9 months ago
  30. 8758f10 ast: Replace NamedType with TypeDecl by Ben Clayton · 3 years, 9 months ago
  31. 03d1072 Stop tint.h from including program_builder.h by Ben Clayton · 3 years, 9 months ago
  32. 93e8f52 wgsl: Deprecate [[access]] decorations by Ben Clayton · 3 years, 9 months ago
  33. 646f4a9 ast::AccessControl: Remove 'Only' suffix from enums by Ben Clayton · 3 years, 10 months ago
  34. 6cf7f2e Remove ast::AccessControl::kInvalid by Antonio Maiorano · 3 years, 10 months ago
  35. 19d3205 Remove typ::TypePair. by Ben Clayton · 3 years, 10 months ago
  36. 37c4e4a Have TypesBuilder pointer and structure methods return ast types by Ben Clayton · 3 years, 10 months ago
  37. 55ecfc4 Have TypesBuilder texture methods return ast types by Ben Clayton · 3 years, 10 months ago
  38. cf421bb Have TypesBuilder::i32() return ast::I32 by Ben Clayton · 3 years, 10 months ago
  39. 70f80bb ast: Support non-literal workgroup_size parameters by James Price · 3 years, 10 months ago
  40. ce8f868 Move workgroup_size property into sem::Function by James Price · 3 years, 10 months ago
  41. 9b54a2e Implement Pointers and References by Ben Clayton · 3 years, 10 months ago
  42. 7b25769 Add texture_external to inspector by Brandon Jones · 3 years, 10 months ago
  43. dc4e6c1 Remove sem::AccessControl by Antonio Maiorano · 3 years, 10 months ago
  44. 2edb8d4 inspector: Expose map of names to constant IDs by James Price · 3 years, 10 months ago
  45. f6c84e4 Use StorageClass::kNone for ast local var decls by Ben Clayton · 3 years, 10 months ago
  46. 3f968e7 Resolver: Validate resource binding decorations by Ben Clayton · 3 years, 10 months ago
  47. f14e0e1 Rename all type UnwrapXXX() methods by Ben Clayton · 3 years, 10 months ago
  48. fcda15e Move storage_class validation from wgsl to resolver by Ben Clayton · 3 years, 10 months ago
  49. 4cd5eea sem: Fold together sem::Array and sem::ArrayType by Ben Clayton · 3 years, 10 months ago
  50. ba6ab5e sem: Fold together sem::Struct and sem::StructType by Ben Clayton · 3 years, 10 months ago
  51. 02ebf0d ast: Migrate to using ast::Type by Ben Clayton · 3 years, 10 months ago
  52. e87ded8 Rename builtin constant_id to override by James Price · 3 years, 11 months ago
  53. f5f311e Global tweaks to handle having no sem::Type by Ben Clayton · 3 years, 11 months ago
  54. 109b18f ast: Remove types from ast::Literals by Ben Clayton · 3 years, 11 months ago
  55. e204f27 ProgramBuilder: Migrate any remaining types to typ::* by Ben Clayton · 3 years, 11 months ago
  56. 43073d8 tests: Use ProgramBuilder helpers where we can by Ben Clayton · 3 years, 11 months ago
  57. 4270834 resolver: Validate uniform buffer types by Ben Clayton · 3 years, 11 months ago
  58. 2dd3937 Require vertex shaders to return builtin(position) by James Price · 3 years, 11 months ago
  59. fec63b7 Resolver: Add ast -> sem type resolving by Ben Clayton · 3 years, 11 months ago
  60. de8f133 Validate Storage Textures and update existing tests by Ryan Harrison · 3 years, 11 months ago
  61. 913a2f4 sem::StructType remove symbol() by Ben Clayton · 3 years, 11 months ago
  62. 8a8d26b ast: Add type nodes by Ben Clayton · 3 years, 11 months ago
  63. aea9c68 Move type/* files to sem/ directory by Antonio Maiorano · 3 years, 11 months ago
  64. 3751fd2 Move all classes from namespace `type` to namespace `sem` by Antonio Maiorano · 3 years, 11 months ago
  65. 3aa2261 Rename type::Struct to type::StructType by Antonio Maiorano · 3 years, 11 months ago
  66. cf4057b Rename type::Array to type::ArrayType by Antonio Maiorano · 3 years, 11 months ago
  67. 85bfea6 resolver: Validate storage buffers have the [[block]] decoration by Ben Clayton · 3 years, 11 months ago
  68. 5cd71b8 Rename semantic to sem by Antonio Maiorano · 4 years ago
  69. edd4d3c Rename builtin(sample_mask_{in,out}) to builtin(sample_mask) by James Price · 4 years ago
  70. 3c1d487 [inspector] Add support for new entry point IO syntax by James Price · 4 years ago
  71. a12ccb2 [ast] Add helpers for searching a decoration list by James Price · 4 years ago
  72. d15391e Remove tint's usage of Validator by Antonio Maiorano · 4 years ago
  73. 90f43cf Replace all uses of assert() with TINT_ICE macros by Ben Clayton · 4 years ago
  74. 9ef1747 Add semantic::Variable::Type() and use it instead of ast::Variable::type() by Antonio Maiorano · 4 years ago
  75. 8ac7f8a Fix typo in enum by Ryan Harrison · 4 years ago
  76. 6b2fc05 Resolver: Check that initializers and assignments are valid by Ben Clayton · 4 years ago
  77. 9970ec6 Move struct validation from Validator to Resolver by Antonio Maiorano · 4 years ago
  78. ad97343 Add semantic::Struct::SizeNoPadding by Ben Clayton · 4 years ago
  79. 377acdd Add Storage Texture bindings to GetResourceBindings by Ryan Harrison · 4 years ago
  80. 935927d [inspector] Remove check that uniform buffers have an access wrapper by Ryan Harrison · 4 years ago
  81. d614dd5 Implement Default Struct Layout by Ben Clayton · 4 years ago
  82. 95d4077 Flatten ast::Decoration class hierarchy by James Price · 4 years ago
  83. f1773c6 [inspector] Include component type information for stage variables by Ryan Harrison · 4 years ago
  84. 5b36d2c Remove all unnecessary includes by Ben Clayton · 4 years ago
  85. 5f0ea11 Rename TypeDeterminer to Resolver by Ben Clayton · 4 years ago
  86. 04d93c8 Add inspector support for DepthTexture reflection by Ryan Harrison · 4 years ago
  87. 13dbbc6 Remove references 1D Array texture dimension by Ryan Harrison · 4 years, 1 month ago
  88. 4c4ceee Fix missing doxygen on enum warning by Ben Clayton · 4 years, 1 month ago
  89. 41e58d8 Clean up unresolved comments from review by Ryan Harrison · 4 years, 1 month ago
  90. 94cfbbe Extract more StorageTexture information by Ryan Harrison · 4 years, 1 month ago
  91. 1d5a7eb semantic::Function: Clean up ReferencedXXX() return types by Ben Clayton · 4 years, 1 month ago
  92. 81a29fe ProgramBuilder: Remove storage parameter from [Global]Const() by Ben Clayton · 4 years, 1 month ago
  93. 37571bc ProgramBuilder: Swap parameter order for Var and Const by Ben Clayton · 4 years, 1 month ago
  94. 45b18ce Fix CMake build, fix doxygen warning by Ben Clayton · 4 years, 1 month ago
  95. d086c14 Add support fo extracting information about Storage Textures by Ryan Harrison · 4 years, 1 month ago
  96. 5d64f60 Add ability to get all bound resources in a single call by Ryan Harrison · 4 years, 1 month ago
  97. 3b4f3d2 Fix tests so they only exercise legal texture overloads by Ben Clayton · 4 years, 1 month ago
  98. b17aea1 Add semantic::Variable, use it. by Ben Clayton · 4 years, 1 month ago
  99. 401b96b Simplify usage of the TypeDeterminer in tests by Ben Clayton · 4 years, 1 month ago
  100. 87c78dd Add semantic::Function, use it. by Ben Clayton · 4 years, 1 month ago