1. 0273f1a transform: Rename BoundArrayAccessors to Robustness by Ben Clayton · 2 years, 11 months ago
  2. bf832f0 Remove all use of deprecated tint APIs and WGSL syntax by Ben Clayton · 2 years, 11 months ago
  3. 1ce20bf Fix -Wunreachable-code-aggressive. by Peter Kasting · 2 years, 11 months ago
  4. 863e285 writer/hlsl: Add some comments to pack_level_in_coords by Ben Clayton · 2 years, 11 months ago
  5. 0ecfece Metal: make (robustness AND tint) => vertex pulling by Corentin Wallez · 2 years, 11 months ago chromium/4561
  6. 51b9da4 writer/hlsl: Fix level packing for textureLoad() by Ben Clayton · 2 years, 11 months ago
  7. b293f51 Implement FXC workaround for vector access in loops resulting in failed loop unrolling by Antonio Maiorano · 2 years, 11 months ago
  8. 53069b2 Fix TextGenerator::UniqueIdentifier() failing with empty string arg by Antonio Maiorano · 2 years, 11 months ago
  9. c035366 validation: cleaning up name uniqueness rules by Sarah · 2 years, 11 months ago
  10. 288c8ad test-runner: Fix printing on windows by Ben Clayton · 2 years, 11 months ago
  11. d3ebb17 Roll Tint from 077fe64b11b9 to d18f2e0d6ee6 (11 revisions) by Dawn Autoroller · 2 years, 11 months ago chromium/4559 chromium/4560
  12. e6cb51e validation: compute shader must include 'workgroup_size' in its attributes by Sarah · 2 years, 11 months ago
  13. d18f2e0 writer/spirv: Do not add Flat to fragment outputs by James Price · 2 years, 11 months ago
  14. 2a5fd58 Remove double test instantiation with/without use_tint_generator by Austin Eng · 2 years, 11 months ago
  15. 9432c97 validation: validate function parameters by Sarah · 2 years, 11 months ago
  16. 5a88ec8 resolver: Remove error codes by Ben Clayton · 2 years, 11 months ago
  17. 91622e3 spirv-reader: flatten output matrix, array, struct by David Neto · 2 years, 11 months ago
  18. c15dbfa spirv-reader: flatten struct pipeline inputs by David Neto · 2 years, 11 months ago
  19. 1d2f08b spirv-reader: flatten input IO arrays and matrices by David Neto · 2 years, 11 months ago
  20. 5ea0fe0 writer/spirv: Add Flat decoration to integers by James Price · 2 years, 11 months ago
  21. 230295d test-runner: Don't print PASS rows by default by Ben Clayton · 2 years, 11 months ago
  22. d960328 transform/VertexPulling: Implement remaining work by Ben Clayton · 2 years, 11 months ago
  23. f2ec7f3 writer/msl: Implement atomics by Ben Clayton · 2 years, 11 months ago
  24. 4b7af8d writer/spirv: Handle terminators in BlockStatements by Ben Clayton · 2 years, 11 months ago
  25. 3194a08 Roll Tint from cb0309ed6c05 to 077fe64b11b9 (8 revisions) by Dawn Autoroller · 2 years, 11 months ago
  26. 077fe64 intrinsics: Add missing select() overload by James Price · 2 years, 11 months ago
  27. 73b7cd6 Add missing WebGPU limits to Constants.h by Corentin Wallez · 2 years, 11 months ago
  28. 895bc93 Implement zero-sized QuerySet by Li Hao · 2 years, 11 months ago
  29. 9b6872d Fix examples linking error when building with CMake by Sergey Karchevsky · 2 years, 11 months ago
  30. 405bec1 Implement 3D texture sampling with e2e tests by Yunchao He · 2 years, 11 months ago
  31. 98ab91b Update compute shaders tests to include workgroup_size by Sarah · 2 years, 11 months ago
  32. c7aa21e writer/spirv: Implement interpolate attributes by James Price · 2 years, 11 months ago
  33. 0dd41c6 writer/hlsl: Implement interpolate attributes by James Price · 2 years, 11 months ago
  34. f8e0b7d writer/msl: Implement interpolate attributes by James Price · 2 years, 11 months ago
  35. 6a25bf9 transform: Propagate interpolate attributes by James Price · 2 years, 11 months ago
  36. 545f4e0 writer/wgsl: Implement interpolate attributes by James Price · 2 years, 11 months ago
  37. 03a7522 reader/wgsl: Add support for interpolate attribute by James Price · 2 years, 11 months ago
  38. 989a8e4 validation: Validate interpolation attributes by James Price · 2 years, 11 months ago
  39. 1c7c088 Roll Tint from f24b37e12257 to cb0309ed6c05 (4 revisions) by Dawn Autoroller · 2 years, 11 months ago
  40. 27b0162 Remove explicit test instantiation with use_tint_generator by Austin Eng · 2 years, 11 months ago
  41. cb0309e validation: fix error msg for assign to 'let' and 'function parameter' by Sarah · 2 years, 11 months ago
  42. 0db69f0 Fix compilation error when building with CMake and Clang by Sergey Karchevsky · 2 years, 11 months ago chromium/4558
  43. 55a3897 Deprecated StoreOp::Clear in favor of Discard by Brandon Jones · 2 years, 11 months ago
  44. 81372da Add placeholder virtual functions to dawn_wire Read/WriteHandle by shrekshao · 2 years, 11 months ago
  45. e37044a ast: Add InterpolateDecoration and related enums by James Price · 2 years, 11 months ago
  46. a68489f CopyTextureForBrowser(): Fix macro declaration by Corentin Wallez · 2 years, 11 months ago
  47. 97a4f05 Roll Tint from 67993b955eea to f24b37e12257 (5 revisions) by Dawn Autoroller · 2 years, 11 months ago
  48. c41c7cd reader/wgsl: Only resync if num errors less than limit by Ben Clayton · 2 years, 11 months ago
  49. 65cb20c test: Move 'splat' tests to expressions, split up by Ben Clayton · 2 years, 11 months ago
  50. f24b37e writer/msl: Rework string printing by Ben Clayton · 2 years, 11 months ago
  51. a5715e3 validation: unary operands by Sarah · 2 years, 11 months ago
  52. ac5dbd2 validation: add an internal decoration to allow atomic function parameters by Sarah · 2 years, 11 months ago
  53. 3cbbeaf sample: add a --fxc option to validate HLSL with FXC by Corentin Wallez · 2 years, 11 months ago
  54. ed77bfe Roll Tint from c03a09c10656 to 67993b955eea (1 revision) by Dawn Autoroller · 2 years, 11 months ago
  55. db7def5 common: RefBase fixes and improvements by Ben Clayton · 2 years, 11 months ago
  56. 220ff07 dawn_native: Add a force_wgsl_step toggle. by Corentin Wallez · 2 years, 11 months ago
  57. 1b1d963 Validate attributes on function return types by James Price · 2 years, 11 months ago
  58. 67993b9 Improve docs in the spirv_tools_fuzzer by Vasyl Teliman · 2 years, 11 months ago
  59. 0cb3d48 Enable testing of Metal with Tint MSL generator by James Price · 2 years, 11 months ago
  60. a0b31e0 Add missing structure padding to test by James Price · 2 years, 11 months ago
  61. 610de1d CMake: couple fixes for UWP by 陈俊嘉 · 2 years, 11 months ago
  62. 3d5402c OpenGL: Return error when calling writeTexture() on stencil aspect by Jiawei Shao · 2 years, 11 months ago chromium/4557
  63. f7cde7e Fix wrong declaration in BufferZeroInitTest.BoundAsReadonlyStorageBuffer by Jiawei Shao · 2 years, 11 months ago
  64. 134d85e Roll Tint from e25a8fc7f0d3 to c03a09c10656 (1 revision) by Dawn Autoroller · 2 years, 11 months ago chromium/4556
  65. c03a09c writer/hlsl: Rework string printing by Ben Clayton · 2 years, 11 months ago
  66. 788f00a Roll Tint from e225b556c6fa to e25a8fc7f0d3 (2 revisions) by Dawn Autoroller · 2 years, 11 months ago
  67. 448e1e9 D3D12: Reenable EncodeManyUBOAndSamplers test by Ben Clayton · 2 years, 11 months ago chromium/4555
  68. e25a8fc Doxygen: set warning format for MSVC builds by Antonio Maiorano · 2 years, 11 months ago
  69. 2c460f9 Roll Tint from 5b9203cc0581 to e225b556c6fa (2 revisions) by Dawn Autoroller · 2 years, 11 months ago
  70. 6241f96 Kokoro-Linux: fail on Doxygen warnings by Antonio Maiorano · 2 years, 11 months ago
  71. e225b55 fuzzers: Silence doxygen warnings by Ben Clayton · 2 years, 11 months ago
  72. b5cd10c Program: Track what transforms have been applied by Ben Clayton · 2 years, 11 months ago
  73. cbabb48 Roll Tint from ae0bf04ad224 to 5b9203cc0581 (12 revisions) by Dawn Autoroller · 2 years, 11 months ago chromium/4554
  74. 17686f7 Test that UBO and SB layout rules are correct and consistent for all backends by Ben Clayton · 2 years, 11 months ago
  75. df4c605 Add stress test for memory allocation and free on D3D12 by Li Hao · 2 years, 11 months ago
  76. 396b7df Vulkan: Check for required features when initializing adapters by Corentin Wallez · 2 years, 11 months ago
  77. a9faf7f Fix misplaced ASSERT in bind group validation by Austin Eng · 2 years, 11 months ago
  78. 5b9203c test: Emit expected HLSL file by Ben Clayton · 2 years, 11 months ago
  79. 700a5fb Add scoped autoreleasepool to tests and examples by Austin Eng · 2 years, 11 months ago chromium/4553
  80. 07b59ca writer/spirv: Generate load of atomic value arguments by Ben Clayton · 2 years, 11 months ago
  81. 9d3e2ac Remove accidential commit by Ben Clayton · 2 years, 11 months ago
  82. 0b3611b Add spirv-tools fuzzer by Vasyl Teliman · 2 years, 11 months ago
  83. c3f1908 Validate attributes on function parameters by James Price · 2 years, 11 months ago
  84. 14c0b8a Validate that in/out storage classes are not used by James Price · 2 years, 11 months ago
  85. ffd28e2 diag: Add System enumerator to all diagnostics by Ben Clayton · 2 years, 11 months ago
  86. 261643b Fix doxygen warnings by Antonio Maiorano · 2 years, 11 months ago
  87. 9548531 validation: workgroup memory cannot be used in vertex/fragment stage by Sarah · 2 years, 11 months ago
  88. c843488 writer/hlsl: Swizzle depth texture intrinsics by Ben Clayton · 2 years, 11 months ago
  89. 9cae45e writer/wgsl: Remove builtin unit test by James Price · 2 years, 11 months ago
  90. b911a96 Roll third_party/swiftshader/ 4a304244d..8f075627d (2 commits) by Corentin Wallez · 2 years, 11 months ago
  91. b2bc57a Add UWP compilation support in CMake by 陈俊嘉 · 2 years, 11 months ago
  92. 1af81e3 Validate the buffer offset in T2B and B2T for depth/stencil texture by Zhaoming Jiang · 2 years, 11 months ago
  93. 75c5067 Implement initialization of multisampled textures by Austin Eng · 2 years, 11 months ago
  94. 2a57db7 update compute shaders to include workgroup_size in their attribute by Sarah · 2 years, 11 months ago
  95. 57a737b validation: validate store type of builtin variables by Sarah · 2 years, 11 months ago
  96. 1317636 Add a few tests for copies and fix bugs found by new tests by Yunchao He · 2 years, 11 months ago
  97. 00c999a Guard against some arithmetic overflows by Austin Eng · 2 years, 11 months ago
  98. d5f44ce Rolling build dependencies for new d3dcompiler_47.dll by Corentin Wallez · 2 years, 11 months ago
  99. a7173fc Metal: Pass fixed sample mask to MSL transform by James Price · 2 years, 11 months ago
  100. 59dffe0 Vulkan: Ensure fences are properly tracked if vkQueueSubmit fails by Austin Eng · 2 years, 11 months ago