1. f1fa60b Use Jamie's 7-layer burrito of Vulkan DEPS. by Stephen White · 3 years, 3 months ago
  2. bc21cfa Roll Tint from e6e704145b31 to 40b4928a73b7 (11 revisions) by Dawn Autoroller · 3 years, 3 months ago
  3. 40b4928 Implement clamping of runtime array accesses by Ben Clayton · 3 years, 3 months ago
  4. 6653c13 Fix ast_clone_fuzzer tests by Ben Clayton · 3 years, 3 months ago
  5. e9d7f7e src/transform: Reimplement tests in WGSL by Ben Clayton · 3 years, 3 months ago
  6. a84acc4 Enable CompressedTextureZeroInitTest on Win/Intel/Vulkan by Jiawei Shao · 3 years, 3 months ago
  7. ad0bec6 Revert "Update PrimitiveTopologyTests to use WGSL" by Austin Eng · 3 years, 3 months ago
  8. 995516e Add --demangle option to command example by David Neto · 3 years, 3 months ago
  9. 6cad63c spirv-reader: support OpArrayLength by David Neto · 3 years, 3 months ago
  10. 9894867 reader/wgsl: Fix parsing of matrices. by Ben Clayton · 3 years, 3 months ago
  11. a35b57f spirv-reader: rename to isNan, isInf by David Neto · 3 years, 3 months ago
  12. ca2c1ed Validate that runtime arrays aren't used as parameters by Ben Clayton · 3 years, 3 months ago
  13. 938ff5f spirv-reader: ImageQuerySize can be on readonly image by David Neto · 3 years, 3 months ago
  14. 849aa9c Roll Tint from 9a644c7903ca to e6e704145b31 (1 revision) by Dawn Autoroller · 3 years, 3 months ago
  15. 1637cbb cleanup: Refactor tests to use ast::Builder helpers by Ben Clayton · 3 years, 3 months ago
  16. dbfe2de reader/spirv: Move common test name to fixture name by Ben Clayton · 3 years, 3 months ago
  17. e6e7041 Remove all Source{} smell from tests by Ben Clayton · 3 years, 3 months ago
  18. b9641b8 Update PrimitiveTopologyTests to use WGSL by Austin Eng · 3 years, 3 months ago
  19. 200941c dawn_wire: Return early in callbacks after the server is destroyed by Austin Eng · 3 years, 3 months ago
  20. e3fd026 Use a common helper for std::nothrow by Austin Eng · 3 years, 3 months ago
  21. c120b02 Remove internal resolve buffer from Timestamp compute shader by Hao Li · 3 years, 3 months ago
  22. cdbd295 Get timestamp period from device by Hao Li · 3 years, 3 months ago
  23. 4110684 Vulkan: Fix a bug in the impl of T2T copy with 2D array textures by Jiawei Shao · 3 years, 3 months ago
  24. da2d927 Add TypeTraits.h for Dawn's additional type traits. by Corentin Wallez · 3 years, 3 months ago
  25. 9f0b827 Minor fix to build with MSVC: Removes constructor ambiguity by Carl Woffenden · 3 years, 3 months ago
  26. 8698001 Invalidate sampler with maxAnisotropy = 0 by shrekshao · 3 years, 3 months ago
  27. 9a38e5b Make HLSL cache key guard comment ASSERT more specific by Austin Eng · 3 years, 3 months ago
  28. 0eb6172 Enable CompressedTextureFormatTests on Win/Intel/Vulkan by Jiawei Shao · 3 years, 3 months ago
  29. c8d5277 IWYU: add missing include for ceil by Stephan Hartmann · 3 years, 3 months ago
  30. f8c5e4a Add maxAnisotropy to GPUSamplerDescriptor by shrekshao · 3 years, 3 months ago
  31. c082766 Add maximum limitation for query count in CreateQuerySet by Hao Li · 3 years, 3 months ago
  32. 700809a Update BindGroupTests to use WGSL by Austin Eng · 3 years, 3 months ago
  33. b3ab21e Update GpuMemorySynchronizationTests to use WGSL by Austin Eng · 3 years, 3 months ago
  34. a4fb42a Enable two dawn_end2end_tests on Win/Intel/Vulkan after bot upgrades by Jiawei Shao · 3 years, 3 months ago
  35. 33bf309 Update OpArrayLengthTests to use WGSL by Austin Eng · 3 years, 3 months ago
  36. 04e3078 Update DepthStencilSamplingTests to use WGSL by Austin Eng · 3 years, 3 months ago
  37. 600798b Update BufferZeroInitTests to use WGSL by Austin Eng · 3 years, 3 months ago
  38. 84997c5 Update ViewportOrientationTests to use WGSL by Austin Eng · 3 years, 3 months ago
  39. 65ae78e Update ViewportTests to use WGSL by Austin Eng · 3 years, 3 months ago
  40. 6442400 Update CreateReadyPipelineTests to use WGSL by Austin Eng · 3 years, 3 months ago
  41. 241cd0c Update PrimitiveTopologyTests to use WGSL by Austin Eng · 3 years, 3 months ago
  42. 58ce274 dawn_native/vulkan: Use EmitVertexPointSize transform by Ben Clayton · 3 years, 3 months ago
  43. 03d0309 Vulkan: Fix a typo in SwapChainVk.cpp by Jiawei Shao · 3 years, 3 months ago
  44. afcef3e Query API: Test the accuracy of timestamp compute shader by Hao Li · 3 years, 3 months ago
  45. 3272f9d GLES: Fix a bug in the impl of CopyBufferToTexture() with compressed formats by Jiawei Shao · 3 years, 3 months ago
  46. 3af532b Update BindingInfo to reflect new BindGroupLayoutEntry structure by Brandon Jones · 3 years, 3 months ago
  47. ec56b90 Skip all the dawn_end2end_tests using glTextureView() on GLES by Jiawei Shao · 3 years, 3 months ago
  48. 5d4fd88 Roll Tint from a57f842be951 to 9a644c7903ca (4 revisions) by Dawn Autoroller · 3 years, 3 months ago
  49. 9a644c7 spirv-reader: Restrict use of ConstOffset by David Neto · 3 years, 3 months ago
  50. 64c5d60 Update ComputeStorageBufferBarrierTests to use WGSL by Austin Eng · 3 years, 3 months ago
  51. d10774c Update DynamicBufferOffsetTests to use WGSL by Austin Eng · 3 years, 3 months ago
  52. ee977a0 Update MultisampledSamplingTests to use WGSL by Austin Eng · 3 years, 3 months ago
  53. 0243602 Update DepthStencilCopyTests to use WGSL - FragDepth by Austin Eng · 3 years, 3 months ago
  54. 8d38c01 Autogenerate all of the wire callback mocks by Austin Eng · 3 years, 3 months ago
  55. 3ec1d5e [inspector] test interference between sampled and multisampled resources by David Neto · 3 years, 3 months ago
  56. a1123d5 Roll third_party/spirv-tools/ 2c458414c..8f4b35c33 (26 commits) by David Neto · 3 years, 3 months ago
  57. d1469c6 spirv-reader: fix arity for depth texture builtins by David Neto · 3 years, 3 months ago
  58. 5ca12a8 Introduce SubresourceStorage (3/N): Inline data by Corentin Wallez · 3 years, 3 months ago
  59. 155241b Roll Tint from 8b40a67cf792 to a57f842be951 (7 revisions) by Dawn Autoroller · 3 years, 3 months ago
  60. b31cd87 Update majority of tests to use new BindGroupLayoutEntry format by Brandon Jones · 3 years, 3 months ago
  61. a57f842 Add Symbol to Variable. by dan sinclair · 3 years, 3 months ago
  62. b583993 Cleanup code using RegisterSymbol by dan sinclair · 3 years, 3 months ago
  63. e5d288b spirv-reader: ignore storing 1.0 to PointSize builtin by David Neto · 3 years, 3 months ago
  64. e9b90f7 spirv-reader: generalize skip reasons by David Neto · 3 years, 3 months ago
  65. 9968891 spirv-writer: sampled type must be f32,i32,or u32 by David Neto · 3 years, 3 months ago
  66. 307ece1 end2end: Enable textureLoad() tint tests by Ben Clayton · 3 years, 3 months ago
  67. 181d8ba Add helper for function creation. by dan sinclair · 3 years, 3 months ago
  68. 5e5e36e Add helper to create StructMember nodes. by dan sinclair · 3 years, 3 months ago
  69. 455dbfd Roll Tint from e07510293160 to 8b40a67cf792 (9 revisions) by Dawn Autoroller · 3 years, 3 months ago
  70. 8b40a67 Rename Index and Member builder helpers. by dan sinclair · 3 years, 3 months ago
  71. a7bb5a5 Remove the hardcoded device tick in Server::HandleCommands by Austin Eng · 3 years, 3 months ago
  72. cf820d7 Rename STRIDE_UNDEFINED to COPY_STRIDE_UNDEFINED by Kai Ninomiya · 3 years, 3 months ago
  73. 523b219 fix gcc error: changes meaning of Transform by Sarah Mashayekhi · 3 years, 3 months ago
  74. d94cbf6 reader/spirv: Fix permissive GCC warning by Ben Clayton · 3 years, 3 months ago
  75. 035c524 spirv-writer: Exit gracefully when bad inst outside function by David Neto · 3 years, 3 months ago
  76. fea4c14 Fix missing include that causes Skia builds to fail by Ryan Harrison · 3 years, 3 months ago
  77. b35ae00 Fix erroneous validation logic for BindGroupLayoutEntry by Brandon Jones · 3 years, 3 months ago
  78. e0a4d8f Fix comment that says "control case" when it isn't. by Corentin Wallez · 3 years, 3 months ago
  79. 36e22f0 Add symbol to member name. by dan sinclair · 3 years, 3 months ago
  80. 5699602 end2end: Enable DepthReplacing tint tests by Ben Clayton · 3 years, 3 months ago
  81. be96376 ast: Make all non-semantic fields const by Ben Clayton · 3 years, 3 months ago
  82. 9df857d Start cleaning up tests (5/N) by Ben Clayton · 3 years, 4 months ago
  83. 7e805ba Start cleaning up tests (4/N) by Ben Clayton · 3 years, 4 months ago
  84. 983e8dd ast::Builder: Remove zero-init Source constructors by Ben Clayton · 3 years, 4 months ago
  85. f46720f Roll Tint from 8df62847f40a to e07510293160 (1 revision) by Dawn Autoroller · 3 years, 4 months ago
  86. e075102 Fix HLSL emission of RWTextures by Ben Clayton · 3 years, 4 months ago
  87. 985db28 Roll Tint from 24bbbbb25f7d to 8df62847f40a (16 revisions) by Dawn Autoroller · 3 years, 4 months ago
  88. 0faa66a Introduce SubresourceStorage (2/N): Merge by Corentin Wallez · 3 years, 4 months ago
  89. 8df6284 spirv-writer: Emit the DepthReplacing execution mode by Ben Clayton · 3 years, 4 months ago
  90. 11276ef spirv-reader: Fix texture[Load|Store] with lod by Ben Clayton · 3 years, 4 months ago
  91. 0b93023 ast: Clone symbols instead of ever-growing by Ben Clayton · 3 years, 4 months ago
  92. f42b90d traits: Replace FirstParamType with ParamType by Ben Clayton · 3 years, 4 months ago
  93. 1523f5c Start cleaning up tests (3/N) by Ben Clayton · 3 years, 4 months ago
  94. 5180e16 Start cleaning up tests (2/N) by Ben Clayton · 3 years, 4 months ago
  95. 7eaf4b5 Start cleaning up tests (1/N) by Ben Clayton · 3 years, 4 months ago
  96. f4daa50 ast: Inject Source parameter into create calls if not provided by Ben Clayton · 3 years, 4 months ago
  97. 5aad70a Move all Source constructor params to be the first by Ben Clayton · 3 years, 4 months ago
  98. 43c39a1 Re-enable disabled unit tests by Ryan Harrison · 3 years, 4 months ago
  99. 7b2f8d0 spirv-reader: reject sampling operations on non-float textures by David Neto · 3 years, 4 months ago
  100. d408f24 Remove BlockStatement::insert() by Ben Clayton · 3 years, 4 months ago