1. 2e6fefb Revert "Generate shader corpora for fuzzers" by Ben Clayton · 2 years, 10 months ago
  2. f07ad67 ast: Add InvariantDecoration by James Price · 2 years, 10 months ago
  3. bf1ec30 reader/wgsl: Remove old token methods. by dan sinclair · 2 years, 10 months ago
  4. ea41b9d Roll Tint from e027e81bf27d to 9569e2c790c5 (2 revisions) by Dawn Autoroller · 2 years, 10 months ago
  5. 966b309 Suppress tests failing on Linux Intel OpenGL by Brandon Jones · 2 years, 10 months ago
  6. 9569e2c writer/msl: Emit helper functions for atomicCompareExchangeWeak by Ben Clayton · 2 years, 10 months ago
  7. 5a187dc Roll Tint from 1843c0b8d7ab to e027e81bf27d (2 revisions) by Dawn Autoroller · 2 years, 10 months ago
  8. 659bcbe validation: organize validate type constructor unittests by Sarah · 2 years, 10 months ago
  9. e027e81 writer/hlsl: Emit helper functions for storage class atomic intrinsics by Ben Clayton · 2 years, 10 months ago
  10. e285911 validation: validate struct constructor by Sarah · 2 years, 10 months ago
  11. 36cb8b3 Roll Tint from 3d9f0e99c253 to 1843c0b8d7ab (1 revision) by Dawn Autoroller · 2 years, 10 months ago
  12. 1843c0b [writer/hlsl]: Fix order of atomic method arguments. by Ben Clayton · 2 years, 10 months ago
  13. 9749f5a Move a function to TextureFormatUtils.h|.cpp and rename these two util files by Yunchao He · 2 years, 10 months ago
  14. 3185d9c Implement 3D texture read/write via storage usage on D3D12 by Yunchao He · 2 years, 10 months ago
  15. c5aae6e Roll Tint from 5d922d02fc65 to 3d9f0e99c253 (7 revisions) by Dawn Autoroller · 2 years, 10 months ago
  16. 6e680fc MapAsync update: keep read/write handle through lifetime of mappable buffers by shrekshao · 2 years, 10 months ago
  17. 15838b9 Switch to new Tint generator API by James Price · 2 years, 10 months ago
  18. 3d9f0e9 [fuzzers] Add checks that bad SPIRV isn't getting through by Ryan Harrison · 2 years, 10 months ago
  19. 1b03f0a reader/wgsl: Generate ForLoopStatements by Ben Clayton · 2 years, 10 months ago
  20. 03c8393 [writer/msl]: Implement modf and frexp by Ben Clayton · 2 years, 10 months ago
  21. e4fd4a2 test/intrinsics/gen: Use '0' for level parameters by Ben Clayton · 2 years, 10 months ago
  22. 79fae01 Remove texture_external overload for textureSample by Brandon Jones · 2 years, 10 months ago
  23. 54cfa0b [tools]: Add remote-compile by Ben Clayton · 2 years, 10 months ago
  24. 31930e7 Enable use_tint_generator by default, disable shader_float16 by Austin Eng · 2 years, 10 months ago
  25. d09317c Generate shader corpora for fuzzers by Alastair Donaldson · 2 years, 10 months ago
  26. 48de25e Roll Tint from ea1a4680d490 to 5d922d02fc65 (11 revisions) by Dawn Autoroller · 2 years, 10 months ago chromium/4570 chromium/4571 chromium/4572 chromium/4573 chromium/4574
  27. 5d922d0 Revert "writer/hlsl: Special case negative zero" by Ben Clayton · 2 years, 10 months ago
  28. af89c72 writer: Move sanitizers into the backends by James Price · 2 years, 10 months ago
  29. 08b0ab9 resolver: Fix build. Enum member was renamed. by Ben Clayton · 2 years, 10 months ago
  30. 70a3fa1 [intrinsics] rm f32 overloads of reflect, faceForward by Ben Clayton · 2 years, 10 months ago
  31. 99a78ad validation: validate builtin pipeline stage and Input/Output by Sarah · 2 years, 10 months ago
  32. a7392fb [test]: Add test case for tint:369 by Ben Clayton · 2 years, 10 months ago
  33. 97bddee [transform] Add ForLoopToLoop by Ben Clayton · 2 years, 10 months ago
  34. 2ba8315 [test]: Add some test cases for for-loops by Ben Clayton · 2 years, 10 months ago
  35. 1e15361 [utils]: Add TINT_DEFER() by Ben Clayton · 2 years, 10 months ago
  36. 2f51bfc Implement 3D texture storage binding types by Yunchao He · 2 years, 10 months ago
  37. 170ea75 Add test for fragment outputs not covered by render attachments by Austin Eng · 2 years, 10 months ago
  38. 2f258d1 Converting to Atomic-Free Plain to Constructible by Ryan Harrison · 2 years, 10 months ago
  39. 54232c7 Roll Tint from facb5ced00ae to ea1a4680d490 (1 revision) by Dawn Autoroller · 2 years, 10 months ago chromium/4569
  40. 26b6edc writer/hlsl: Special case negative zero by Ben Clayton · 2 years, 10 months ago
  41. ea1a468 [writer] Allow for out of order text generation by Ben Clayton · 2 years, 10 months ago
  42. c45c7a4 Extend Intel graphics driver version to 2 fields by Yang Gu · 2 years, 10 months ago
  43. 4a81104 Roll Tint from 9545fb76b66d to facb5ced00ae (1 revision) by Dawn Autoroller · 2 years, 10 months ago
  44. facb5ce tools: Add --filename-column-width to test runner by James Price · 2 years, 10 months ago
  45. cb29adb Roll Tint from 692fc2079778 to 9545fb76b66d (1 revision) by Dawn Autoroller · 2 years, 10 months ago
  46. f78c28d Add support for dump_translated_shaders to the Metal backend by Corentin Wallez · 2 years, 10 months ago chromium/4568
  47. 2583b8d D3D12: Improve dump_translated_shaders debugging by Ben Clayton · 2 years, 10 months ago
  48. 6ceaac3 Roll Tint from 5d8eb4a7582d to 692fc2079778 (1 revision) by Dawn Autoroller · 2 years, 10 months ago
  49. 2828f35 D3D12: Re-enable FXC tests by Ben Clayton · 2 years, 10 months ago
  50. 9545fb7 Remove depreated APIs and WGSL by Ben Clayton · 2 years, 10 months ago
  51. 692fc20 [writer/hlsl,msl] Correctly generate inf and nan literals by Ben Clayton · 2 years, 10 months ago
  52. 435ebfc Roll Tint from b4ff73e250ab to 5d8eb4a7582d (2 revisions) by Dawn Autoroller · 2 years, 10 months ago
  53. 5d8eb4a reader/wgsl: Improve reserved keyword error messages by Ben Clayton · 2 years, 10 months ago
  54. ffe7978 resolver: Validate vector types by Ben Clayton · 2 years, 10 months ago
  55. 14f3813 Roll Tint from 5cb31a8a7fb5 to b4ff73e250ab (7 revisions) by Dawn Autoroller · 2 years, 10 months ago
  56. b4ff73e [hlsl] transform: Zero init arrays with a loop by Ben Clayton · 2 years, 10 months ago
  57. b045521 Add refract intrinsic by Ben Clayton · 2 years, 10 months ago
  58. 892aaf3 tools: Fixes for intrinsic-gen on windows by Ben Clayton · 2 years, 10 months ago
  59. f83e406 reader/wgsl: Fix parsing of stride on return type by James Price · 2 years, 10 months ago
  60. 537ed0bb Update expected MSL for bug 926 E2E test by James Price · 2 years, 10 months ago
  61. 4135ea5 writer/hlsl: Don't wrap arrays in structures by Ben Clayton · 2 years, 10 months ago
  62. 7ae959d Allowed mismatch sampler/comparison sampler when using SPIRV-Cross by Corentin Wallez · 2 years, 10 months ago
  63. 3be1200 Roll Tint from 0e4174728128 to 5cb31a8a7fb5 (1 revision) by Dawn Autoroller · 2 years, 10 months ago chromium/4567
  64. 106ac29 Remove accidental commit by Ben Clayton · 2 years, 10 months ago
  65. 5cb31a8 spirv-reader: support Flat decoration by David Neto · 2 years, 10 months ago
  66. aeff235 Drop deprecated rowsPerImage/bytesPerRow behavior by Brandon Jones · 2 years, 10 months ago
  67. fc37b32 Vulkan: Check for required limits when initializing adapters by Corentin Wallez · 2 years, 10 months ago chromium/4566
  68. 14d4a3b Roll Tint from 3124d43fda3f to 0e4174728128 (6 revisions) by Dawn Autoroller · 2 years, 10 months ago
  69. 49a4c68 Roll Tint from 9bf951eee520 to 3124d43fda3f (6 revisions) by Dawn Autoroller · 2 years, 10 months ago
  70. 0e41747 writer/hlsl: Emit for-loops where possible. by Ben Clayton · 2 years, 10 months ago
  71. 9ad49e4 test: Add more reported bug cases by Ben Clayton · 2 years, 10 months ago
  72. e1f30f1 writer: Add TextBuffer to TextGenerator by Ben Clayton · 2 years, 10 months ago
  73. 5e60768 transform: Add LoopToForLoop by Ben Clayton · 2 years, 10 months ago
  74. 75cd592 transform: Add FoldTrivialSingleUseLets by Ben Clayton · 2 years, 10 months ago
  75. c2da12b tools: Add --fxc option to test-runner by Ben Clayton · 2 years, 10 months ago
  76. 3124d43 writer/hlsl: Use unsigned indices for UBOs by Ben Clayton · 2 years, 10 months ago
  77. 2bb4538 writer/hlsl: Zero initialize with (T) 0 by Ben Clayton · 2 years, 10 months ago
  78. efc46c1 writer/wgsl: Handle for-loops by Ben Clayton · 2 years, 10 months ago
  79. f4075a7 resolver: Resolve for-loops by Ben Clayton · 2 years, 10 months ago
  80. 65cd259 ast: Add ForLoopStatement node by Ben Clayton · 2 years, 10 months ago
  81. a56358d Roll Tint from 37cabbb46828 to 9bf951eee520 (1 revision) by Dawn Autoroller · 2 years, 10 months ago
  82. 15e3561 inspector: reflect storage size used by entrypoints by Ken Rockot · 2 years, 10 months ago
  83. 9bf951e spirv-reader: infer function storage class on OpAccessChain without indices by David Neto · 2 years, 10 months ago
  84. 551e7a1 Fix internal storage buffer usage by Li Hao · 2 years, 10 months ago chromium/4564 chromium/4565
  85. c7d0325 Roll third_party/swiftshader/ 8f075627d..314508f78 (15 commits) by Corentin Wallez · 2 years, 10 months ago
  86. a5f24e5 Validate textures with filtering/non-filtering/comparison samplers by Austin Eng · 2 years, 10 months ago
  87. 8d72a7e Roll Tint from d4c64af11783 to 37cabbb46828 (1 revision) by Dawn Autoroller · 2 years, 10 months ago chromium/4563
  88. 37cabbb validation: structures cannot be empty by James Price · 2 years, 10 months ago
  89. 2b1b145 Roll Tint from d18f2e0d6ee6 to d4c64af11783 (17 revisions) by Dawn Autoroller · 2 years, 10 months ago
  90. 211b4aa Remove null-deref in test by Kai Ninomiya · 2 years, 10 months ago
  91. d4c64af Expose interpolation and dimensional data about IO variables by Ryan Harrison · 2 years, 10 months ago
  92. 62c8f2a spirv-reader: handle locations on structure members by David Neto · 2 years, 10 months ago
  93. a8f58ef validation: simplify validating function parameters by Sarah · 2 years, 10 months ago
  94. 885488d writer/msl: Use UniqueIdentifier() for padding field names by Ben Clayton · 2 years, 10 months ago
  95. fb4e751 test: Add tests to verify variables are zero initialized by Ben Clayton · 2 years, 10 months ago
  96. 71a1f58 test: move test/var files to test/var/uses by Ben Clayton · 2 years, 10 months ago
  97. 939ff86 [inspector] Report if sample_mask is returned by the entry point by Ryan Harrison · 2 years, 10 months ago
  98. 3a75b1c CMake: update backend selection by Sergey Karchevsky · 2 years, 10 months ago chromium/4562
  99. 5e2d8af test: Add missing .expected files by Ben Clayton · 2 years, 10 months ago
  100. e58ecaa transform::Robustness: Clamp texture[Load|Store] coordinates by Ben Clayton · 2 years, 10 months ago