1. d018d2e Block comments must be terminated before end of input by David Neto · 3 years, 4 months ago chromium/4713
  2. be11f9f wgsl: float literals can have 'f' suffix by David Neto · 3 years, 4 months ago
  3. 8085671 test: Add missing cases for UBO dynamic loads by Ben Clayton · 3 years, 4 months ago
  4. bf7ec8f Add MultiplanarExternalTextureTransform and Tests by Brandon Jones · 3 years, 4 months ago
  5. ae4487f GLSL: rename all identifiers prefixed with gl_. by Stephen White · 3 years, 4 months ago
  6. 4b6eb0c Remove unreferenced variables in SingleEntryPoint Transform by shrekshao · 3 years, 4 months ago
  7. b9170c6 GLSL: fix vector relational ops. by Stephen White · 3 years, 4 months ago
  8. 90eb5aa Declare "role/configs.validator" binding. by Vadim Shtayura · 3 years, 4 months ago
  9. 2fe0f4b GLSL: add .expected.glsl files for all tests. by Stephen White · 3 years, 4 months ago
  10. 2551458 fix-tests: fix when gtest outputs absolute source paths by Antonio Maiorano · 3 years, 4 months ago
  11. 04e62a1 reader/wgsl: Remove type tracking from the parser by Ben Clayton · 3 years, 4 months ago chromium/4709 chromium/4710 chromium/4711 chromium/4712
  12. 8492d72 test: Shuffle files around. by Ben Clayton · 3 years, 4 months ago
  13. 735dca8 ast: Remove TypeConstructorExpression by Ben Clayton · 3 years, 4 months ago
  14. d12f488 wgsl-reader: give better diagnostic for bad token at end of input by David Neto · 3 years, 4 months ago
  15. bf209ff GLSL: implement texture sample and store functions. by Stephen White · 3 years, 4 months ago
  16. 6d643de GLSL: fix "mix" intrinsic. by Stephen White · 3 years, 4 months ago
  17. e1761d5 GLSL: fix Position built-in variable. by Stephen White · 3 years, 4 months ago chromium/4708
  18. 4cfa725 Use ProgramBuilder::Construct() where possible by Ben Clayton · 3 years, 4 months ago chromium/4704 chromium/4705 chromium/4706 chromium/4707
  19. 5a40c65 sem: Add new TypeConstructor and TypeCast CallTargets by Ben Clayton · 3 years, 4 months ago
  20. 2194a84 ProgramBuilder: Remove Literal() helpers by Ben Clayton · 3 years, 4 months ago
  21. 9de93ca ProgramBuilder: Don't wrap call-exprs with a call-stmts by Ben Clayton · 3 years, 4 months ago
  22. a539d8d utils: Add utils::Transform by Ben Clayton · 3 years, 4 months ago
  23. e7a9496 BUILD.gn: Fix gn check error by Ben Clayton · 3 years, 4 months ago chromium/4703
  24. 6cdb1bf resolver: Fix constant propagation for POC by Ben Clayton · 3 years, 4 months ago
  25. 3fe243b BUILD.gn: Split up unit tests into separate source sets by Ben Clayton · 3 years, 4 months ago
  26. 1a8171c traits: Add SignatureOf helper by Ben Clayton · 3 years, 4 months ago
  27. 5c9a80b ast: Add 'Expression' suffix to literals (2/2) by Ben Clayton · 3 years, 4 months ago
  28. 6595b38 ast: Rename 'array accessor' to 'index accessor' by Ben Clayton · 3 years, 4 months ago
  29. 8bc1a30 HLSL: workaround FXC sometimes failing with 'not all control paths return a result' in functions with discard by Antonio Maiorano · 3 years, 4 months ago
  30. bb1a993 test-runner: don't generate for excluded paths on Windows by Antonio Maiorano · 3 years, 4 months ago
  31. ae4b3ff spirv-reader: Add interpolate(flat) to integral pipeline IO by James Price · 3 years, 4 months ago
  32. 72b6bb9 ast: Remove ConstructorExpression by Ben Clayton · 3 years, 4 months ago
  33. a838bb7 ast: Rename ArrayAccessorExpression to IndexAccessorExpression by Ben Clayton · 3 years, 4 months ago
  34. 30848b6 ast: Add 'Expression' suffix to literals by Ben Clayton · 3 years, 4 months ago
  35. 575c4ef Remove ScalarConstructorExpression by Ben Clayton · 3 years, 4 months ago
  36. f3f8ec3 Update test expectation files by Antonio Maiorano · 3 years, 4 months ago
  37. 11ab43d docs: Add a doc about end-to-end testing by Ben Clayton · 3 years, 4 months ago
  38. e9c6a64 test-runner: Add support for GLSL by Ben Clayton · 3 years, 4 months ago
  39. 51aed1c main: Return non-zero status code on GLSL validation error by Ben Clayton · 3 years, 4 months ago
  40. 02acf59 HLSL backend: work around FXC ignoring switch with only default case by Antonio Maiorano · 3 years, 4 months ago
  41. 189dc7d instrinsics: Implement dot() for integer vector types by Ben Clayton · 3 years, 4 months ago
  42. a9156ff Rework Resolver so that we construct semantic types in a single pass. by Ben Clayton · 3 years, 4 months ago
  43. 2423df3 sem: Rename Function methods by Ben Clayton · 3 years, 4 months ago chromium/4693 chromium/4694 chromium/4695 chromium/4696 chromium/4697 chromium/4698 chromium/4699 chromium/4700 chromium/4701 chromium/4702
  44. cc26a41 utils: Add index operators to UniqueVector by Ben Clayton · 3 years, 4 months ago
  45. 89d8b2b Clean up the ScopeStack interface by Ben Clayton · 3 years, 4 months ago
  46. 307eff0 utils: Add more functionality to EnumSet by Ben Clayton · 3 years, 4 months ago
  47. 85170d7 Disallow taking the address of a vector component by James Price · 3 years, 4 months ago
  48. def9d97 spirv-reader: Sink pointer-to-vector-component by James Price · 3 years, 4 months ago
  49. e7323f1 Cleanup intrinsic table tests by Ben Clayton · 3 years, 4 months ago
  50. c5aab61 GLSL: implement bitcast operators. by Stephen White · 3 years, 4 months ago
  51. e0e45a4 Remove --dump-ast from help text and README by James Price · 3 years, 4 months ago chromium/4691
  52. e9216ce GLSL: emit [] for runtime-sized arrays, not [0]. by Stephen White · 3 years, 4 months ago chromium/4690
  53. d148be4 Infra: Use Python 3 for the Tint recipe by Ryan Harrison · 3 years, 4 months ago
  54. d3f628b Fully support initializing fuzzer utilities using a seed value by Ryan Harrison · 3 years, 4 months ago
  55. 98dc043 spirv-reader: Add test for mixed-size vector shuffle by David Neto · 3 years, 4 months ago chromium/4689
  56. 85a4282 GLSL: perform Y flip in vertex shader. by Stephen White · 3 years, 4 months ago chromium/4686 chromium/4687 chromium/4688
  57. 2f17549 resolver: Add test for sem::Function::CallSites() by James Price · 3 years, 4 months ago
  58. 8d7551c Add a helper for DisableValidationDecoration by James Price · 3 years, 4 months ago
  59. e548db9 msl: Handle buffer variables in transform by James Price · 3 years, 4 months ago
  60. c6ce578 GLSL: don't emit "set=<group>" layout qualifier. by Stephen White · 3 years, 4 months ago chromium/4685
  61. 97c692d Support reflecting if pipeline overrideable constants has numeric ID specified by Shrek Shao · 3 years, 4 months ago chromium/4684
  62. e7ca884 Add seed value constructor to DataBuilder by Ryan Harrison · 3 years, 4 months ago chromium/4683
  63. 6c4effe writer/spirv: Fix [[override]] for zero-init defaults by Ben Clayton · 3 years, 4 months ago
  64. 0436d04 GLSL: ensure interface blocks have unique names. by Stephen White · 3 years, 4 months ago
  65. 91689fb Add support for matrix construction from scalars by James Price · 3 years, 4 months ago
  66. c73b57f Address late review comments from 67064 by Ben Clayton · 3 years, 4 months ago chromium/4682
  67. 33c13c6 writer/hlsl: Do not emit `(void) call_expr;` by Ben Clayton · 3 years, 4 months ago
  68. 7b776f1 Deprecate Ignore() by Ben Clayton · 3 years, 5 months ago chromium/4679 chromium/4680 chromium/4681
  69. c2fa68e Migrate more tests from Ignore() to phony-assignment by Ben Clayton · 3 years, 5 months ago
  70. cc7c4f3 ProgramBuilder: Migrate away from using Ignore() by Ben Clayton · 3 years, 5 months ago
  71. a41694e validation: Allow interpolate(flat) on integral IO by James Price · 3 years, 5 months ago
  72. 1aa98e6 Implement phony assignment by Ben Clayton · 3 years, 5 months ago
  73. 0923268 GLSL: emit UBO and SSBO interface blocks. by Stephen White · 3 years, 5 months ago
  74. 1e89600 GLSL: Don't use a typedef for array returns. by Stephen White · 3 years, 5 months ago
  75. f164a4a ast: Add TraverseExpressions() by Ben Clayton · 3 years, 5 months ago
  76. 72789de resolver: Remove rule that call statements to functions must return void by Ben Clayton · 3 years, 5 months ago
  77. 38ed53c GLSL: factor out the emission of struct members. by Stephen White · 3 years, 5 months ago
  78. 8fca345 ast: Add PhonyExpression by Ben Clayton · 3 years, 5 months ago
  79. 042bd02 fuzzers: Fix build by Ben Clayton · 3 years, 5 months ago chromium/4678
  80. 8cab28c intrinsics: Add scalar overload of all() & any() by Ben Clayton · 3 years, 5 months ago
  81. 347c74e wgsl: decimal float: point is optional; can use E for exponent by David Neto · 3 years, 5 months ago
  82. e81d7dc reader/wgsl: Lex underscore tokens by Ben Clayton · 3 years, 5 months ago chromium/4677
  83. 0da0c95 Silence -Wunused-but-set-variable in new code. by Peter Kasting · 3 years, 5 months ago
  84. 7103f51 writer/msl: Fix swizzling on packed vectors by Ben Clayton · 3 years, 5 months ago
  85. 8645953 Refactor Inspector fuzzing by Ryan Harrison · 3 years, 5 months ago
  86. 54180d6 Remove WGSL and SPIR-V reader fuzzers by Alastair Donaldson · 3 years, 5 months ago
  87. c34f08d Turn fuzzers' FatalError into a macro by Alastair Donaldson · 3 years, 5 months ago chromium/4676
  88. 8648120 Make all ast and sem pointers const by Ben Clayton · 3 years, 5 months ago
  89. 7d0fc07 Add knob for omitting certain storage classes in Robustness transform by Ryan Harrison · 3 years, 5 months ago chromium/4675
  90. 5f5d43f Disallow copy and assign for DataBuilder & RandomGenerator by Ryan Harrison · 3 years, 5 months ago
  91. 8045166 Remove RandomGenerator destructor by emiljanogj · 3 years, 5 months ago chromium/4674
  92. 540992b Fix storage buffer structs, test output. by Stephen White · 3 years, 5 months ago chromium/4672 chromium/4673
  93. 186618d add test for tint::utils::ReplaceAll by David Neto · 3 years, 5 months ago
  94. 153f09e CMakeLists: Make it easier to override options by Ben Clayton · 3 years, 5 months ago
  95. 8c94582 ast: Simplify SizeExprToString() by Ben Clayton · 3 years, 5 months ago
  96. 9e631b1 GLSL: add gl_ reserved words. by Stephen White · 3 years, 5 months ago
  97. 2bd1321 ast: Remove pointless deleted copy constructors by Ben Clayton · 3 years, 5 months ago
  98. 4f3ff57 ast: Keep style consistent by Ben Clayton · 3 years, 5 months ago
  99. b3e6c0d validation: Reject nested shader IO structures by James Price · 3 years, 5 months ago
  100. 5029e70 ast: Remove helpers from ast::Type by Ben Clayton · 3 years, 5 months ago