1. 65edd3d Run SubstituteOverrides in fuzzers if needed. by dan sinclair · 2 years, 4 months ago
  2. b7da8f6 Fix out-of-bounds access in regex fuzzer by Alastair Donaldson · 2 years, 4 months ago
  3. e14a27b tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL by Antonio Maiorano · 2 years, 4 months ago
  4. 90b29e5 tint/transform/std140: Correctly handle nested / bare matrices by Ben Clayton · 2 years, 4 months ago
  5. 84b43d6 tint/writer: Handle unnested, uniform matCx2 matrices by Ben Clayton · 2 years, 4 months ago
  6. a3f2bf6 spirv-reader: phis as a particular case of hoisting to a var by David Neto · 2 years, 4 months ago
  7. ebc5bba tint: const eval of binary XOR by Antonio Maiorano · 2 years, 4 months ago
  8. d41981b Deprecate sampleType "float" with multisampled textures by Austin Eng · 2 years, 4 months ago
  9. 9218241 Implement timestampWrites on Metal by Li Hao · 2 years, 4 months ago
  10. 505e1a9 Revert "Make it invalid to use sampleType "float" with multisampled textures" by Austin Eng · 2 years, 4 months ago
  11. 233d640 Make the validation on inter-stage shader variables match latest WebGPU SPEC by Jiawei Shao · 2 years, 4 months ago
  12. 9b2f273 Make it invalid to use sampleType "float" with multisampled textures by Austin Eng · 2 years, 4 months ago
  13. 18dfc47 Track TextureViews in Textures so that they can be chain-destroyed. by Loko Kung · 2 years, 4 months ago
  14. 6ab0265 tint/spirv-reader: add support for GLSLstd450MatrixInverse by Antonio Maiorano · 2 years, 4 months ago chromium/5304
  15. 44754c5 Revert "Remove code to set Vulkan backend debug labels" by Austin Eng · 2 years, 4 months ago
  16. 945e264 Fix race with FencedDeleter and VkShaderModule labels in async creation by Austin Eng · 2 years, 4 months ago
  17. 060137a Replace NULL with nullptr by Jiawei Shao · 2 years, 4 months ago
  18. cd86ada loongarch: Add ASSERT() breakpoint support on loongarch architecture. by Wang Qing · 2 years, 4 months ago
  19. b74ca3f Block NaN and Inf constants value as invalid by Shrek Shao · 2 years, 4 months ago chromium/5302
  20. 751e668 tint/intrinsics.def: Implement saturate() by Ben Clayton · 2 years, 4 months ago
  21. f3d9ea4 tint: Error if statically indexing out of bounds. by Ben Clayton · 2 years, 4 months ago
  22. 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 4 months ago
  23. e667d77 tint/fuzzers/tint_concurrency_fuzzer: Reduce number of threads by Ben Clayton · 2 years, 4 months ago
  24. 0dfbaa9 tint: Make ForEachElemPair return value an enum instead of a bool by Antonio Maiorano · 2 years, 4 months ago
  25. e53b6f9 tint: const eval of binary bitwise AND and OR by Antonio Maiorano · 2 years, 4 months ago
  26. 5b3707a tint: Implement const eval of unary not by Antonio Maiorano · 2 years, 4 months ago
  27. 8175cff tint/const_eval_test: factor out testing framework from binary tests to use with unary tests by Antonio Maiorano · 2 years, 4 months ago
  28. c1f5112 Remove code to set Vulkan backend debug labels by Austin Eng · 2 years, 4 months ago
  29. 3ada731 Expand Mac Metal Intel suppression by Brian Sheedy · 2 years, 5 months ago chromium/5292
  30. 4b70776 tint: Fix transform errors when calling arrayLength() as a statement by Ben Clayton · 2 years, 5 months ago
  31. 3526bc4 Remove GLSL override generation by dan sinclair · 2 years, 5 months ago
  32. e1854b2 Remove SPIR-V override generation by dan sinclair · 2 years, 5 months ago
  33. f6a9404 Remove HLSL override generation by dan sinclair · 2 years, 5 months ago
  34. 5432767 Remove MSL override generation by dan sinclair · 2 years, 5 months ago
  35. 93df967 Update StructMember{Offset,Size}Attribute to expressions. by dan sinclair · 2 years, 5 months ago
  36. 14579b9 Add Overrides implementation for OpenGL/OpenGLES backend by shrekshao · 2 years, 5 months ago chromium/5291
  37. 7edef20 Add AHardwareBuffer support by Brandon Jones · 2 years, 5 months ago
  38. c4e076f Rename attribute values. by dan sinclair · 2 years, 5 months ago
  39. 7ca82ac dawn: Refactor device creation and add shader-f16 feature by Zhaoming Jiang · 2 years, 5 months ago
  40. f9eeed6 Convert `@location` to store expression internally. by dan sinclair · 2 years, 5 months ago
  41. 145337f Use SubstituteOverride transform to implement overrides by shrekshao · 2 years, 5 months ago
  42. 23cf74c Allow sem::GlobalVariable to hold a location. by dan sinclair · 2 years, 5 months ago
  43. 5881e73 d3d12: External image import using multiple wait fences and signal fence by Sunny Sachanandani · 2 years, 5 months ago
  44. 29aa613 tint: const eval of comparison operations by Antonio Maiorano · 2 years, 5 months ago
  45. 567f068 Add the "internal" error type by Brandon Jones · 2 years, 5 months ago chromium/5288
  46. eeda18d tint::transform::SingleEntryPoint: Preserve global 'const's by Ben Clayton · 2 years, 5 months ago
  47. 72c042d Disable toggle D3D12DontSetClearValueOnDepthTextureCreation on Intel Gen11 by Jiawei Shao · 2 years, 5 months ago
  48. 8f3d771 Add Vulkan extensions for AHardwareBuffer support by Brandon Jones · 2 years, 5 months ago chromium/5287
  49. 11e2571 tint: Minor improvements by Antonio Maiorano · 2 years, 5 months ago
  50. 185fd3d Add go tests to presubmit by Austin Eng · 2 years, 5 months ago
  51. 8b4ed50 tint: Fix / remove tests that access OOB by Ben Clayton · 2 years, 5 months ago chromium/5286
  52. 2b0fce7 Revert "Implement maxBindingsPerBindGroup limit" by Brandon Jones · 2 years, 5 months ago
  53. 72340d0 Add location into `sem::Parameter`. by dan sinclair · 2 years, 5 months ago
  54. 766a458 Store location value into `sem::Function`. by dan sinclair · 2 years, 5 months ago
  55. c8278e5 tint/transform: Fix hasher return type by Ben Clayton · 2 years, 5 months ago
  56. 97c9e0b Store struct member location into the sem. by dan sinclair · 2 years, 5 months ago
  57. d7d7188 tint: Add FriendlyName() to Program by Ben Clayton · 2 years, 5 months ago
  58. 0cd830c tint: Fix type is_signed_integer helpers which were ignoring abstracts by Ben Clayton · 2 years, 5 months ago
  59. 3740ac6 tint: implement const eval of binary divide by Antonio Maiorano · 2 years, 5 months ago chromium/5282 chromium/5283
  60. 679cf4f tint: HLSL and GLSL backends now emit 0 for inf and nan by Antonio Maiorano · 2 years, 5 months ago
  61. 1741f44 tint: add CheckedDiv for abstract numbers by Antonio Maiorano · 2 years, 5 months ago
  62. 89dd528 spirv-reader: Fix for SelectUsingReferenceVariable by Robert Stewart · 2 years, 5 months ago
  63. 8478dfc tint: improve error message for const eval operator overflow by Antonio Maiorano · 2 years, 5 months ago
  64. 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 5 months ago
  65. 822de46 spirv-reader: fix image write texel conversion for scalar integer cases by David Neto · 2 years, 5 months ago
  66. ece8078 spirv-reader: Fix texel type confusion in loop by Robert Stewart · 2 years, 5 months ago
  67. ae4d073 Revert "Skip tests about writeonly storage texture In render pass on ANGLE" by Stephen White · 2 years, 5 months ago
  68. 8b30ca3 tint/transform: Fix FoldTrivialSingleUseLet for abstracts by Ben Clayton · 2 years, 5 months ago
  69. 188be38 spirv-reader: UnwrapRef on image coords by Robert Stewart · 2 years, 5 months ago
  70. 648bd7b tint: Add TINT_REFLECT() & ForeachField() by Ben Clayton · 2 years, 5 months ago
  71. 657e61d tint: Add and use new Std140 transform by Ben Clayton · 2 years, 5 months ago
  72. 644d23b Update sample code WGSL. by dan sinclair · 2 years, 5 months ago
  73. 655db07 tint/sem: Rename sem::Manager to TypeManager by Ben Clayton · 2 years, 5 months ago
  74. c20c5df tint: Implement const eval of binary multiply by Antonio Maiorano · 2 years, 5 months ago
  75. 2b47c21 tint/sem: Add Find() to the type manager by Ben Clayton · 2 years, 5 months ago
  76. 426b47e tint: add missing F16 conversion expression support by Zhaoming Jiang · 2 years, 5 months ago
  77. 0df4e4a Disabled Swiftshader for Android Builds. by Brandon Jones · 2 years, 5 months ago
  78. 0c7c23b tint: Misc hash / container contract improvements by Ben Clayton · 2 years, 5 months ago
  79. 6a17e33 tint/writer: Remove spirv::Operand hasher by Ben Clayton · 2 years, 5 months ago
  80. b04d992 tint/utils: Fix Hashmap::GetOrCreate() for map mutation in create by Ben Clayton · 2 years, 5 months ago
  81. b6d52438 tint: Improve resolver test helper to specify more than one expression arg by Antonio Maiorano · 2 years, 5 months ago
  82. cd716e6 tint::CloneContext: Use Hashmap::Generation() by Ben Clayton · 2 years, 5 months ago
  83. 4e0335c tint/utils: Add Generation() to Hashmap and Hashset. by Ben Clayton · 2 years, 5 months ago
  84. 4d67a88 Implement maxBindingsPerBindGroup limit by Brandon Jones · 2 years, 5 months ago
  85. ff0295e tint: Fix AInt -> AFloat implicit conversion from construction by Antonio Maiorano · 2 years, 5 months ago
  86. 5361d9e Convert @id to an expression. by dan sinclair · 2 years, 5 months ago
  87. fb2c8fb Enable gbm VideoViewsTests by jchen10 · 2 years, 5 months ago
  88. 54bcbdb tint/resolver: Fix intrinsic table matching of AInt as AFloat by Ben Clayton · 2 years, 5 months ago
  89. ef8b50f Suppress an additional OOM allocation test on M1. by Corentin Wallez · 2 years, 5 months ago
  90. 7b332ab Remove cmake visibility flags. by dan sinclair · 2 years, 5 months ago
  91. 1105ec7 Merge DAWN_FORMAT_VALIDATION_ERROR in DAWN_VALIDATION_ERROR. by Corentin Wallez · 2 years, 5 months ago chromium/5272
  92. 1eb6d2d Convert a few remaining DAWN_VALIDATION_ERROR. by Corentin Wallez · 2 years, 5 months ago
  93. 7143450 Remove support for snake_case wgpu::Features. by Corentin Wallez · 2 years, 5 months ago
  94. 5fee3f9 Remove ToSampleTypeBit as it is unused. by Corentin Wallez · 2 years, 5 months ago
  95. 59b2ccc Remove TODO that's already done. by Corentin Wallez · 2 years, 5 months ago
  96. 3a53edc Promote LoseForTesting to ForceLoss device so that user agents can use. by Loko Kung · 2 years, 5 months ago
  97. be4c9f4 Convert @group to an expression by dan sinclair · 2 years, 5 months ago chromium/5270
  98. f9b831c Convert @binding to an expression by dan sinclair · 2 years, 5 months ago
  99. cbe8b36 tint: spir-v reader: add support for GLSLstd450Determinant by Antonio Maiorano · 2 years, 5 months ago
  100. c165937 Return false from IsDeviceIdle if there are pending callback tasks by Austin Eng · 2 years, 5 months ago