1. 47c4d18 Move intrinsic overload tests from Validator -> TypeDeterminer by Ben Clayton · 4 years, 1 month ago
  2. 2522b29 type_determiner_test.cc: Rename ImportData to Intrinsic by Ben Clayton · 4 years, 1 month ago
  3. 81da283 Add type::Type::UnwrapAliasIfNeeded() by Ben Clayton · 4 years, 1 month ago
  4. 46d78d7 ProgramBuilder: Add Symbol overloads of Var(), Const(), Global(), GlobalConst() by Ben Clayton · 4 years, 1 month ago
  5. faca02d IntrinsicTable: Fix a number of TODOs by Ben Clayton · 4 years, 1 month ago
  6. 2101c35 Stub sanitizer transforms for the hlsl, msl & spirv writers by Ben Clayton · 4 years, 1 month ago
  7. c2118b0 Fixup build issues. by dan sinclair · 4 years, 1 month ago
  8. 22a9f17 Add missing #include to fix CMake build by Ben Clayton · 4 years, 1 month ago
  9. dfd1714 [wgsl-writer] Emit globals in declared order by James Price · 4 years, 1 month ago
  10. 0c7f976 spirv-reader: support OpCompositeInsert by David Neto · 4 years, 1 month ago
  11. c0f3019 [validation] Validate globals in declared order by James Price · 4 years, 1 month ago
  12. 5583853 [ast] Capture global declaration order by James Price · 4 years, 1 month ago
  13. 3eaa450 [ast] Add ast::Module::AddFunction() by James Price · 4 years, 1 month ago
  14. cd17ea8 Implement data unpacking intrinsics by Alan Baker · 4 years, 1 month ago
  15. 2a284b2 [hlsl-writer] Add support for sample_mask builtins by James Price · 4 years, 1 month ago
  16. 2b5acac [msl-writer] Add support for sample_mask builtins by James Price · 4 years, 1 month ago
  17. 3e8060b Add type::Type::FriendlyName() by Ben Clayton · 4 years, 1 month ago
  18. 6f48851 writer/spirv: Validate arrayLength() by Ben Clayton · 4 years, 1 month ago
  19. 7b7d698 TypeResolver: Fix TypeOf() for CallExpression by Ben Clayton · 4 years, 1 month ago
  20. 8130244 Fix building with gcc. by dan sinclair · 4 years, 1 month ago
  21. ab10db4 writer/spirv: Fix intrinsic calls with ptr 'out' parameters by Ben Clayton · 4 years, 1 month ago
  22. 06d8db2 Add texture intrinsics to the IntrinsicTable by Ben Clayton · 4 years, 1 month ago
  23. 59d2473 Add IntrinsicTable by Ben Clayton · 4 years, 1 month ago
  24. 316f9f6 Add semantic::Intrinsic by Ben Clayton · 4 years, 1 month ago
  25. bab3197 ProgramBuilder: Add more helpers for Members / Arrays by Ben Clayton · 4 years, 1 month ago
  26. 4c51d97 Validator: Change the error message for v-0031 by Ben Clayton · 4 years, 1 month ago
  27. a51aa1f Fix intrinsic tests so arguments match an overload by Ben Clayton · 4 years, 1 month ago
  28. 21692de Skip SPIR-V validation when not generating SPIR-V by James Price · 4 years, 1 month ago
  29. b57c19d Change StorageTexture::SubTypeFor() signature by Ben Clayton · 4 years, 1 month ago
  30. 3b4f3d2 Fix tests so they only exercise legal texture overloads by Ben Clayton · 4 years, 1 month ago
  31. 599d8f8 Rename intrinsic.cc to sem_intrinsic. by Ben Clayton · 4 years, 1 month ago
  32. 052ab89 Rename semantic::Intrinsic to semantic::IntrinsicType by Ben Clayton · 4 years, 1 month ago
  33. 2ddb178 Add semantic::CallTarget, have Function derive from it by Ben Clayton · 4 years, 1 month ago
  34. 7efea88 spirv-reader: instance_index must have u32 store type by David Neto · 4 years, 1 month ago
  35. 61306b8 [wgsl-reader][wgsl-writer] Fix implicit handle storage class for textures by James Price · 4 years, 1 month ago
  36. 6d1687f spirv-reader: vertex_index always has u32 store-type by David Neto · 4 years, 1 month ago
  37. 3c568f1 Revert "spirv-reader: add disabled test for compare sampling with explicit Lod" by Corentin Wallez · 4 years, 1 month ago
  38. 4a7981e spirv-reader: add disabled test for compare sampling with explicit Lod by David Neto · 4 years, 1 month ago
  39. a2fa690 spirv-reader: sample_mask_in, sample_mask_out by David Neto · 4 years, 1 month ago
  40. 1f2d38c [wgsl-writer] Omit the storage class for handle types by James Price · 4 years, 1 month ago
  41. 0ff5e0b [wgsl-reader] Remove explicit storage class from samplers/textures by James Price · 4 years, 1 month ago
  42. ef6eefd spirv-reader: builtin conversions for sample_mask_in, sample_mask_out by David Neto · 4 years, 1 month ago
  43. 77f4f02 [type-determiner] Add test coverage for scoping rules by James Price · 4 years, 1 month ago
  44. f4329f5 spirv-reader: GLSLStd450RoundEven maps to round by David Neto · 4 years, 1 month ago
  45. c63e1c0 Implement data packing intrinsics by Alan Baker · 4 years, 1 month ago
  46. fbd47c7 writer/spriv: Promote the SPIR-V validation to the test helper by Ben Clayton · 4 years, 1 month ago
  47. c1052a4 Add semantic::MemberAccessorExpression, use it. by Ben Clayton · 4 years, 1 month ago
  48. df629c5 Fix all tests so TypeDetermination runs without errors by Ben Clayton · 4 years, 1 month ago
  49. ea9c86c ast: Move [Set]IsSwizzle() from IdentifierExpression to MemberAccessorExpression by Ben Clayton · 4 years, 1 month ago
  50. a568701 spirv-reader: support sample_id builtin variable by David Neto · 4 years, 1 month ago
  51. 1618f4b Add semantic::Call, IntrinsicCall, TextureIntrinsicCall, use them. by Ben Clayton · 4 years, 1 month ago
  52. 48b3841 type::StorageTexture: Remove set_type() by Ben Clayton · 4 years, 1 month ago
  53. b17aea1 Add semantic::Variable, use it. by Ben Clayton · 4 years, 1 month ago
  54. 401b96b Simplify usage of the TypeDeterminer in tests by Ben Clayton · 4 years, 1 month ago
  55. 87c78dd Add semantic::Function, use it. by Ben Clayton · 4 years, 1 month ago
  56. c694d43 ast: add sample_mask_in, ample_mask_out, sample_id by David Neto · 4 years, 1 month ago
  57. f2d6871 spirv-reader: support OpImageQuerySamples by David Neto · 4 years, 1 month ago
  58. 90da745 Program: Fix IsValid() state on TypeDeterminer error by Ben Clayton · 4 years, 1 month ago
  59. 42d1e09 Have ProgramBuilder::Func() register the function by Ben Clayton · 4 years, 1 month ago
  60. 611f727 [validation] Handle variable scoping for nested blocks by James Price · 4 years, 1 month ago
  61. d277f3a spirv-reader: support OpImageQueryLevels by David Neto · 4 years, 1 month ago
  62. 1d2bcb9 spirv-reader: support OpImageQuerySizeLod by David Neto · 4 years, 1 month ago
  63. 4d098a7 spirv-reader: WGSL does not support OpImageQueryLod by David Neto · 4 years, 1 month ago
  64. db67a28 Handle MSL and HLSL builtins more consistently by Alan Baker · 4 years, 1 month ago
  65. 7ecf92a spirv-reader: support OpImageQuerySize by David Neto · 4 years, 1 month ago
  66. 4cec142 Add tokens for left and right shift by James Price · 4 years, 1 month ago
  67. 222e097 EmitVertexPointSize: Don't share expressions between functions by Ben Clayton · 4 years, 1 month ago
  68. 2e6a1bb Remove special case type determination by Alan Baker · 4 years, 1 month ago
  69. e809fb3 Refactor unnecessary builtin checks by Alan Baker · 4 years, 1 month ago
  70. a6ced4d [wgsl-reader] Add support for constant_id decoration by James Price · 4 years, 1 month ago
  71. 3d20d49 src/types/bool_type.h: Undefine Bool if defined by Ben Clayton · 4 years, 1 month ago
  72. b1a7663 Roll gpuweb-cts, spirv-headers, spirv-tools by David Neto · 4 years, 2 months ago
  73. 45f1832 spirv-reader: support OpVectorInsertDynamic by David Neto · 4 years, 2 months ago
  74. 3335254 Migrate to using semantic::Expression by Ben Clayton · 4 years, 2 months ago
  75. 5c18662 Add semantic::Expression, implement semantic::Info by Ben Clayton · 4 years, 2 months ago
  76. 7fdfff1 Add semantic::Node by Ben Clayton · 4 years, 2 months ago
  77. e43c830 Add ProgramBuilder::Wrap() by Ben Clayton · 4 years, 2 months ago
  78. 708dc2d Simplify calls to ast::Node::[to_]str() by Ben Clayton · 4 years, 2 months ago
  79. dd1b6fc Introduce semantic::Info by Ben Clayton · 4 years, 2 months ago
  80. 63049a4 spirv-reader: support OpVectorExtractDynamic by David Neto · 4 years, 2 months ago
  81. ad27ee8 spirv-reader: Handle OpInBoundsAccessChain for storage class translation by David Neto · 4 years, 2 months ago
  82. 875e966 Revert "Remove support for the set decoration." by dan sinclair · 4 years, 2 months ago
  83. 60f8378 Rolling 3 dependencies by Ryan Harrison · 4 years, 2 months ago
  84. 5ad2d00 Revert "Remove support for the old _idx builtins." by dan sinclair · 4 years, 2 months ago
  85. 30c1f25 Reland "Remove support for # comments." by dan sinclair · 4 years, 2 months ago
  86. 186af2f [wgsl-reader] Fix struct constructor expressions by James Price · 4 years, 2 months ago
  87. d5c0b8e Restrict Windows to Win10 bots by Ryan Harrison · 4 years, 2 months ago
  88. dd69ac3 Automatically run the TypeDeterminer when building programs by Ben Clayton · 4 years, 2 months ago
  89. 844217f Add Diagnostics to Program, reader::[wgsl,spirv]::Parse() by Ben Clayton · 4 years, 2 months ago
  90. 21b52b6 Revert "Remove support for # comments." by dan sinclair · 4 years, 2 months ago
  91. 3a5b15d Record when an identifier expression is a swizzle. by dan sinclair · 4 years, 2 months ago
  92. 3619419 spirv-reader: textureLoad explicit Lod sometimes by David Neto · 4 years, 2 months ago
  93. 34ac1af Remove old texture type support. by dan sinclair · 4 years, 2 months ago
  94. c2972cf Remove support for the old _idx builtins. by dan sinclair · 4 years, 2 months ago
  95. 67beed1 Remove support for the set decoration. by dan sinclair · 4 years, 2 months ago
  96. 6e570a9 Remove support for # comments. by dan sinclair · 4 years, 2 months ago
  97. 1461cd9 Add diag::List::add_error() helper by Ben Clayton · 4 years, 2 months ago
  98. a6b9a8e Split Program into Program and ProgramBuilder by Ben Clayton · 4 years, 2 months ago
  99. 1f7e18b ast::Builder: Add shortcuts to the Program methods by Ben Clayton · 4 years, 2 months ago
  100. 8d391f7 ast::TypesBuilder: Change const fields to getters by Ben Clayton · 4 years, 2 months ago