1. 94cfbbe Extract more StorageTexture information by Ryan Harrison · 4 years, 1 month ago
  2. 15daded hlsl/writer: Fix output for texture intrinsics and types by Ben Clayton · 4 years, 1 month ago
  3. 1d5a7eb semantic::Function: Clean up ReferencedXXX() return types by Ben Clayton · 4 years, 1 month ago
  4. 3a9a55e ICE macros: Use '<<' for error message by Ben Clayton · 4 years, 1 month ago
  5. 4108550 Add hlsl::TestHelperBase::Validate() by Ben Clayton · 4 years, 1 month ago
  6. ce7e18e Add tint::Command by Ben Clayton · 4 years, 1 month ago
  7. a87fda9 Add tint::TmpFile by Ben Clayton · 4 years, 1 month ago
  8. 7206e25 Remove deprecated APIs by Ben Clayton · 4 years, 1 month ago
  9. 6b4924f Add TINT_UNREACHABLE() and TINT_ICE() helper macros by Ben Clayton · 4 years, 1 month ago
  10. c7ca766 Fix TypesBuilder::builder pointer initialization by Ben Clayton · 4 years, 1 month ago
  11. 34ae7d2 wgsl/parser: Avoid stack overflows by Ben Clayton · 4 years, 1 month ago
  12. 52296de Add tint::Cloneable base class by Ben Clayton · 4 years, 1 month ago
  13. f81df12 Add utils/unique_vector.h from TypeDeterminer by Ben Clayton · 4 years, 1 month ago
  14. 43a160d Validator: Strip out unreachable code by Ben Clayton · 4 years, 1 month ago
  15. 4602ce7 ast: Remove @notes about semantic info not being cloned by Ben Clayton · 4 years, 1 month ago
  16. 81a29fe ProgramBuilder: Remove storage parameter from [Global]Const() by Ben Clayton · 4 years, 1 month ago
  17. 37571bc ProgramBuilder: Swap parameter order for Var and Const by Ben Clayton · 4 years, 1 month ago
  18. 4b9e7f9 transform::Hlsl: Hoist array initializers out of expressions by Ben Clayton · 4 years, 1 month ago
  19. f77771e CloneContext: Add InsertBefore() by Ben Clayton · 4 years, 1 month ago
  20. e909744 CloneContext: Use As<T>() instead of static_cast<T> by Ben Clayton · 4 years, 1 month ago
  21. ea9e471 [spirv-writer] Add support for sample index/mask builtins by James Price · 4 years, 1 month ago
  22. 1413733 [wgsl-reader] Add support for sample index/mask builtins by James Price · 4 years, 1 month ago
  23. c9af597 [semantic] Add semantic::Variable::Users() by James Price · 4 years, 1 month ago
  24. 45b18ce Fix CMake build, fix doxygen warning by Ben Clayton · 4 years, 1 month ago
  25. f97b9c9 Add semantic::Statement by Ben Clayton · 4 years, 1 month ago
  26. e7dab3c [ast] Rename Builtin::kSampleId to Builtin::kSampleIndex by James Price · 4 years, 1 month ago
  27. d086c14 Add support fo extracting information about Storage Textures by Ryan Harrison · 4 years, 1 month ago
  28. 652d40a wgsl-reader: Add support for nested array accessors by Vasyl Teliman · 4 years, 1 month ago
  29. 909c166 spirv-reader: ignore NonSemantic. extended instructions by David Neto · 4 years, 1 month ago
  30. c8fa020 Add missing WGSL writer test files to BUILD.gn by James Price · 4 years, 1 month ago
  31. 545c974 Cloning: move arguments to create() into temporary locals by Ben Clayton · 4 years, 1 month ago
  32. 7b6bcb6 Fix AST declaration order when cloning Programs by Ben Clayton · 4 years, 1 month ago
  33. dc9d3e0 Roll dependencies by dan sinclair · 4 years, 1 month ago
  34. 5585f07 Add SymbolTable::New() by Ben Clayton · 4 years, 1 month ago
  35. 5d64f60 Add ability to get all bound resources in a single call by Ryan Harrison · 4 years, 1 month ago
  36. 5bde7c0 tint.h: Remove the type_determiner.h include by Ben Clayton · 4 years, 1 month ago
  37. 8b1906d Validation tests: Check the Program is valid by Ben Clayton · 4 years, 1 month ago
  38. 47c4d18 Move intrinsic overload tests from Validator -> TypeDeterminer by Ben Clayton · 4 years, 1 month ago
  39. 2522b29 type_determiner_test.cc: Rename ImportData to Intrinsic by Ben Clayton · 4 years, 1 month ago
  40. 81da283 Add type::Type::UnwrapAliasIfNeeded() by Ben Clayton · 4 years, 1 month ago
  41. 46d78d7 ProgramBuilder: Add Symbol overloads of Var(), Const(), Global(), GlobalConst() by Ben Clayton · 4 years, 1 month ago
  42. faca02d IntrinsicTable: Fix a number of TODOs by Ben Clayton · 4 years, 1 month ago
  43. 2101c35 Stub sanitizer transforms for the hlsl, msl & spirv writers by Ben Clayton · 4 years, 1 month ago
  44. c2118b0 Fixup build issues. by dan sinclair · 4 years, 1 month ago
  45. 22a9f17 Add missing #include to fix CMake build by Ben Clayton · 4 years, 1 month ago
  46. dfd1714 [wgsl-writer] Emit globals in declared order by James Price · 4 years, 1 month ago
  47. 0c7f976 spirv-reader: support OpCompositeInsert by David Neto · 4 years, 1 month ago
  48. c0f3019 [validation] Validate globals in declared order by James Price · 4 years, 1 month ago
  49. 5583853 [ast] Capture global declaration order by James Price · 4 years, 1 month ago
  50. 3eaa450 [ast] Add ast::Module::AddFunction() by James Price · 4 years, 1 month ago
  51. cd17ea8 Implement data unpacking intrinsics by Alan Baker · 4 years, 1 month ago
  52. 2a284b2 [hlsl-writer] Add support for sample_mask builtins by James Price · 4 years, 1 month ago
  53. 2b5acac [msl-writer] Add support for sample_mask builtins by James Price · 4 years, 1 month ago
  54. 3e8060b Add type::Type::FriendlyName() by Ben Clayton · 4 years, 1 month ago
  55. 6f48851 writer/spirv: Validate arrayLength() by Ben Clayton · 4 years, 1 month ago
  56. 7b7d698 TypeResolver: Fix TypeOf() for CallExpression by Ben Clayton · 4 years, 1 month ago
  57. 8130244 Fix building with gcc. by dan sinclair · 4 years, 1 month ago
  58. ab10db4 writer/spirv: Fix intrinsic calls with ptr 'out' parameters by Ben Clayton · 4 years, 1 month ago
  59. 06d8db2 Add texture intrinsics to the IntrinsicTable by Ben Clayton · 4 years, 1 month ago
  60. 59d2473 Add IntrinsicTable by Ben Clayton · 4 years, 1 month ago
  61. 316f9f6 Add semantic::Intrinsic by Ben Clayton · 4 years, 1 month ago
  62. bab3197 ProgramBuilder: Add more helpers for Members / Arrays by Ben Clayton · 4 years, 1 month ago
  63. 4c51d97 Validator: Change the error message for v-0031 by Ben Clayton · 4 years, 1 month ago
  64. a51aa1f Fix intrinsic tests so arguments match an overload by Ben Clayton · 4 years, 1 month ago
  65. 21692de Skip SPIR-V validation when not generating SPIR-V by James Price · 4 years, 1 month ago
  66. b57c19d Change StorageTexture::SubTypeFor() signature by Ben Clayton · 4 years, 1 month ago
  67. 3b4f3d2 Fix tests so they only exercise legal texture overloads by Ben Clayton · 4 years, 1 month ago
  68. 599d8f8 Rename intrinsic.cc to sem_intrinsic. by Ben Clayton · 4 years, 1 month ago
  69. 052ab89 Rename semantic::Intrinsic to semantic::IntrinsicType by Ben Clayton · 4 years, 1 month ago
  70. 2ddb178 Add semantic::CallTarget, have Function derive from it by Ben Clayton · 4 years, 1 month ago
  71. 7efea88 spirv-reader: instance_index must have u32 store type by David Neto · 4 years, 1 month ago
  72. 61306b8 [wgsl-reader][wgsl-writer] Fix implicit handle storage class for textures by James Price · 4 years, 1 month ago
  73. 6d1687f spirv-reader: vertex_index always has u32 store-type by David Neto · 4 years, 1 month ago
  74. 3c568f1 Revert "spirv-reader: add disabled test for compare sampling with explicit Lod" by Corentin Wallez · 4 years, 1 month ago
  75. 4a7981e spirv-reader: add disabled test for compare sampling with explicit Lod by David Neto · 4 years, 1 month ago
  76. a2fa690 spirv-reader: sample_mask_in, sample_mask_out by David Neto · 4 years, 1 month ago
  77. 1f2d38c [wgsl-writer] Omit the storage class for handle types by James Price · 4 years, 1 month ago
  78. 0ff5e0b [wgsl-reader] Remove explicit storage class from samplers/textures by James Price · 4 years, 1 month ago
  79. ef6eefd spirv-reader: builtin conversions for sample_mask_in, sample_mask_out by David Neto · 4 years, 1 month ago
  80. 77f4f02 [type-determiner] Add test coverage for scoping rules by James Price · 4 years, 1 month ago
  81. f4329f5 spirv-reader: GLSLStd450RoundEven maps to round by David Neto · 4 years, 1 month ago
  82. c63e1c0 Implement data packing intrinsics by Alan Baker · 4 years, 1 month ago
  83. fbd47c7 writer/spriv: Promote the SPIR-V validation to the test helper by Ben Clayton · 4 years, 1 month ago
  84. c1052a4 Add semantic::MemberAccessorExpression, use it. by Ben Clayton · 4 years, 1 month ago
  85. df629c5 Fix all tests so TypeDetermination runs without errors by Ben Clayton · 4 years, 1 month ago
  86. ea9c86c ast: Move [Set]IsSwizzle() from IdentifierExpression to MemberAccessorExpression by Ben Clayton · 4 years, 1 month ago
  87. a568701 spirv-reader: support sample_id builtin variable by David Neto · 4 years, 1 month ago
  88. 1618f4b Add semantic::Call, IntrinsicCall, TextureIntrinsicCall, use them. by Ben Clayton · 4 years, 1 month ago
  89. 48b3841 type::StorageTexture: Remove set_type() by Ben Clayton · 4 years, 1 month ago
  90. b17aea1 Add semantic::Variable, use it. by Ben Clayton · 4 years, 1 month ago
  91. 401b96b Simplify usage of the TypeDeterminer in tests by Ben Clayton · 4 years, 1 month ago
  92. 87c78dd Add semantic::Function, use it. by Ben Clayton · 4 years, 1 month ago
  93. c694d43 ast: add sample_mask_in, ample_mask_out, sample_id by David Neto · 4 years, 1 month ago
  94. f2d6871 spirv-reader: support OpImageQuerySamples by David Neto · 4 years, 1 month ago
  95. 90da745 Program: Fix IsValid() state on TypeDeterminer error by Ben Clayton · 4 years, 1 month ago
  96. 42d1e09 Have ProgramBuilder::Func() register the function by Ben Clayton · 4 years, 1 month ago
  97. 611f727 [validation] Handle variable scoping for nested blocks by James Price · 4 years, 1 month ago
  98. d277f3a spirv-reader: support OpImageQueryLevels by David Neto · 4 years, 1 month ago
  99. 1d2bcb9 spirv-reader: support OpImageQuerySizeLod by David Neto · 4 years, 1 month ago
  100. 4d098a7 spirv-reader: WGSL does not support OpImageQueryLod by David Neto · 4 years, 1 month ago