1. b2e6b7b tint/resolver: Consistently use ConstEval::Result by Ben Clayton · 1 year, 4 months ago
  2. 8a68537 Check buffer state is not destroyed before internally calling unmap by Austin Eng · 1 year, 4 months ago
  3. e02377c [ir] Testing updates. by dan sinclair · 1 year, 4 months ago
  4. 3769b4b Roll vulkan-deps from 02a2dfb562a1 to 96f4fdc41b84 (3 revisions) by dawn-autoroll · 1 year, 4 months ago
  5. c94696a BUILD.gn: Make toolchain.ninja not contain system absolute paths. by Corentin Wallez · 1 year, 4 months ago
  6. ccd3698 Roll ANGLE from 356b2a590e11 to 12fa46f07dfc (1 revision) by Dawn Autoroller · 1 year, 4 months ago chromium/5434
  7. 51ecf65 [ir] Stub remaining AST walk structure. by dan sinclair · 1 year, 4 months ago
  8. edbeeee Fix cache default on condition. by Loko Kung · 1 year, 4 months ago
  9. be17904 Roll vulkan-deps from a3f4f653c783 to 02a2dfb562a1 (5 revisions) by dawn-autoroll · 1 year, 4 months ago
  10. 15806ea Roll ANGLE from cbc756332d8d to 356b2a590e11 (3 revisions) by Dawn Autoroller · 1 year, 4 months ago
  11. aa527ba Adds toggle to disable blob cache. by Loko Kung · 1 year, 4 months ago
  12. a32b6b4 [spirv-reader] Remove `forced` param from `MakeBranchDetailed`. by dan sinclair · 1 year, 4 months ago
  13. 2f60bbd tools: Add tint-bench by Ben Clayton · 1 year, 4 months ago
  14. 81ce4b6 tint/transform: Include diagnostics in TINT_PRINT_PROGRAM_FOR_EACH_TRANSFORM by Ben Clayton · 1 year, 4 months ago
  15. 87bccb7 tint/transform: Handle arrays of complex override lengths by Ben Clayton · 1 year, 4 months ago
  16. efe9c49 Add const-eval for `degrees` and `radians` by dan sinclair · 1 year, 4 months ago
  17. d114055 tools/src: Move template logic of 'gen' to package by Ben Clayton · 1 year, 4 months ago
  18. 619f9bd tint/transform: Fix ICE when combining polyfills by Ben Clayton · 1 year, 4 months ago
  19. f5eec81 tint: enable smoothstep error tests for f32 and f16 by Antonio Maiorano · 1 year, 4 months ago chromium/5433
  20. 1eaeb31 tint: fail on creation of a non-finite constant by Antonio Maiorano · 1 year, 4 months ago
  21. 7255139 tint: remove ConstEval::current_source member and pass down source through function calls by Antonio Maiorano · 1 year, 4 months ago
  22. 8933160 tint: emit an error for float conversions that are not representable by Antonio Maiorano · 1 year, 4 months ago
  23. 92b32e8 Generate and load CTS cache by Austin Eng · 1 year, 4 months ago
  24. 8bc6463 tools/run-cts: Append --data flag to node by Ben Clayton · 1 year, 4 months ago
  25. fcac2f8 tint: Strip aliases that reference unused overrides by James Price · 1 year, 4 months ago
  26. 5008af2 Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR by Jason Erb · 1 year, 4 months ago
  27. 95df1ef Roll vulkan-deps from a06b38399dc7 to a3f4f653c783 (1 revision) by dawn-autoroll · 1 year, 4 months ago chromium/5432
  28. d6be419 Roll ANGLE from 0c0bbcf5889a to cbc756332d8d (1 revision) by Dawn Autoroller · 1 year, 4 months ago
  29. 998234d Roll SwiftShader from d89bb0110384 to d34588e0d62f (1 revision) by Dawn Autoroller · 1 year, 4 months ago
  30. 228f755 Roll vulkan-deps from 8ac52203964b to a06b38399dc7 (1 revision) by dawn-autoroll · 1 year, 4 months ago chromium/5431
  31. 1def488 Roll vulkan-deps from 44ceb8d22560 to 8ac52203964b (1 revision) by dawn-autoroll · 1 year, 4 months ago chromium/5430
  32. ae7b1b6 Roll vulkan-deps from 219cada1c868 to 44ceb8d22560 (3 revisions) by dawn-autoroll · 1 year, 4 months ago chromium/5429
  33. e4e7d44 Roll ANGLE from ec4245920037 to 0c0bbcf5889a (6 revisions) by Dawn Autoroller · 1 year, 4 months ago chromium/5428
  34. fcae662 Roll vulkan-deps from eb108f5f3b15 to 219cada1c868 (5 revisions) by dawn-autoroll · 1 year, 4 months ago
  35. b097bf2 Switch one more debug message UNREACHABLE to ASSERT(false) by Austin Eng · 1 year, 4 months ago chromium/5427
  36. 5469875 Roll SwiftShader from 6a259c87ef52 to d89bb0110384 (2 revisions) by Dawn Autoroller · 1 year, 4 months ago
  37. 45b372a Roll ANGLE from 386ef2eefe63 to ec4245920037 (5 revisions) by Dawn Autoroller · 1 year, 4 months ago
  38. 542db5c tint: Fix TINT_PRINT_PROGRAM_FOR_EACH_TRANSFORM by Ben Clayton · 1 year, 4 months ago
  39. bb7e4aa Roll vulkan-deps from bc68bad4a65c to eb108f5f3b15 (4 revisions) by dawn-autoroll · 1 year, 4 months ago
  40. 0d2aedf Run ./tools/format by Ben Clayton · 1 year, 4 months ago
  41. 543dd18 tint: Remove textureSampleLevel(texture_external) by Ben Clayton · 1 year, 4 months ago
  42. aedda6a tint: remove all inf/nan input cases for const-eval builtin tests by Antonio Maiorano · 1 year, 4 months ago chromium/5426
  43. aff1656 tint/spriv-reader: emit error on non-finite literal by Antonio Maiorano · 1 year, 4 months ago
  44. 003ed55 tint: delete e2e tests with inf/nan args to const eval expressions by Antonio Maiorano · 1 year, 4 months ago
  45. 0da91e0 tint: make const eval of binary ops on concrete values fail on NaN/Inf by Antonio Maiorano · 1 year, 4 months ago
  46. e956a04 Suppress MaxLimitTests.MaxBufferBindingSize on Linux/Vulkan/Nvidia. by Loko Kung · 1 year, 4 months ago
  47. ea12bfa Roll SwiftShader from dd35c62aef80 to 6a259c87ef52 (1 revision) by Dawn Autoroller · 1 year, 4 months ago
  48. 16d7e30 Roll ANGLE from c3bad4b3287b to 386ef2eefe63 (5 revisions) by Dawn Autoroller · 1 year, 4 months ago
  49. 9f2829f Roll vulkan-deps from 02b24470f12b to bc68bad4a65c (3 revisions) by dawn-autoroll · 1 year, 4 months ago
  50. c264613 D3D12: Allocate 2D textures with CopyDst as committed resources on Intel GPUs by Jiawei Shao · 1 year, 4 months ago
  51. 62df815 Roll third_party/webgpu-cts/ 622cac9c6..992c9a857 (1 commit) by Ben Clayton · 1 year, 4 months ago
  52. 19f6cf9 tools cts/roll: Generate cache file list by Ben Clayton · 1 year, 4 months ago
  53. a88b90a Remove ListNode from any LinkedList in dtor. by Loko Kung · 1 year, 4 months ago
  54. 9e15952 tint: Fix set of overrides in the shader interface by James Price · 1 year, 4 months ago
  55. e32457f Revert "Add assertions to ServerInlineMemoryTransferService to catch corrupted states while fuzzing with DawnWireServerFuzzer and tests." by Brendon Tiszka · 1 year, 4 months ago
  56. 83cef52 tint/resolver: Error when quantizeToF16 value is unrepresentable by Ben Clayton · 1 year, 4 months ago
  57. f6181d0 Change UNREACHABLE to ASSERT(false) in OnDebugUtilsCallback by Austin Eng · 1 year, 4 months ago
  58. c2e2013 tint/resolver: Fix DBZ with explicit strides of invalid arrays by Ben Clayton · 1 year, 4 months ago
  59. 7bae191 Roll vulkan-deps from 95eae82def2a to 02b24470f12b (7 revisions) by dawn-autoroll · 1 year, 4 months ago
  60. e412c8d Remove tint::Source::data_view by Ben Clayton · 1 year, 4 months ago
  61. 6a4c918 [ir] Sketch out tree walk by dan sinclair · 1 year, 4 months ago
  62. 5fbce71 Change some kNone to kUnknown. by dan sinclair · 1 year, 4 months ago
  63. 4d65fc9 tint: Implement pointer alias analysis by James Price · 1 year, 4 months ago
  64. d6f9a8a Enable some disabled test. by dan sinclair · 1 year, 4 months ago
  65. 46682e7 tint: remove redundant insertBits tests by Antonio Maiorano · 1 year, 4 months ago
  66. b3077e7 Roll third_party/webgpu-cts/ d7e8d005d..622cac9c6 (2 commits) by Antonio Maiorano · 1 year, 4 months ago
  67. 7df9800 Roll ANGLE from 3f9223b265d5 to c3bad4b3287b (7 revisions) by Dawn Autoroller · 1 year, 4 months ago chromium/5425
  68. ae483da Roll vulkan-deps from c5e93331a728 to 95eae82def2a (8 revisions) by dawn-autoroll · 1 year, 4 months ago chromium/5424
  69. 8fbfacf tint: fix insertBits edge case by Antonio Maiorano · 1 year, 4 months ago
  70. 9979636 Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) by Ben Clayton · 1 year, 4 months ago
  71. 32c28cb Add const-eval for `smoothstep` by dan sinclair · 1 year, 4 months ago
  72. 19e5042 Add const-eval for `round` by dan sinclair · 1 year, 4 months ago
  73. c214cbe Add a `none` format. by dan sinclair · 1 year, 4 months ago
  74. 4d89ce1 tint/number: add Checked* overloads for f32 and f16 by Antonio Maiorano · 1 year, 4 months ago
  75. bca96d9 PRESUBMIT: Check that generated files aren't stale by Ben Clayton · 1 year, 4 months ago
  76. 6be02b6 tint: Fix stability of intrinsic_table.inl by Ben Clayton · 1 year, 4 months ago
  77. 2d90ded Add const-eval for `sqrt` by dan sinclair · 1 year, 4 months ago
  78. 92af2b5 Add const-eval for `trunc` by dan sinclair · 1 year, 4 months ago
  79. 130b8b3 Roll ANGLE from 2fa255da8c82 to 3f9223b265d5 (5 revisions) by Dawn Autoroller · 1 year, 4 months ago
  80. 26c5648 Roll SwiftShader from dbdf74996a2c to dd35c62aef80 (1 revision) by Dawn Autoroller · 1 year, 4 months ago
  81. c6d4699 [ir] Add framework to dump IR to text by dan sinclair · 1 year, 4 months ago
  82. fad31fe dawn: fix 'control reaches end of non-void function' warning by Ben Clayton · 1 year, 4 months ago
  83. 4b260af Roll ANGLE from 3e13ab1c8798 to 2fa255da8c82 (9 revisions) by Dawn Autoroller · 1 year, 4 months ago chromium/5423
  84. 5d59ba0 Roll vulkan-deps from 8384d293b2e8 to c5e93331a728 (5 revisions) by dawn-autoroll · 1 year, 4 months ago
  85. a541560 Roll SwiftShader from aac11f84562f to dbdf74996a2c (1 revision) by Dawn Autoroller · 1 year, 4 months ago
  86. acce83d Add const-eval for `min` and `max` by dan sinclair · 1 year, 4 months ago chromium/5422
  87. 6924d6e Remove unused function declarations by Jiawei Shao · 1 year, 4 months ago
  88. b8651bb Roll ANGLE from 44d8fef850af to 3e13ab1c8798 (4 revisions) by Dawn Autoroller · 1 year, 4 months ago
  89. 01bd3aa Roll vulkan-deps from 4407b3fc33d4 to 8384d293b2e8 (4 revisions) by dawn-autoroll · 1 year, 4 months ago
  90. d0353f3 Roll SwiftShader from 87d41aad5e71 to aac11f84562f (1 revision) by Dawn Autoroller · 1 year, 4 months ago chromium/5421
  91. f7e113d Add test to reproduce Intel driver issues with CreatePlacedResource() by Jiawei Shao · 1 year, 4 months ago
  92. 7f06aa0 spirv-reader: support NumWorkgroups by David Neto · 1 year, 4 months ago
  93. 267f174 Remove infrastructure for fallthrough by dan sinclair · 1 year, 4 months ago
  94. bf586f6 Remove fallthrough from WGSL parser. by dan sinclair · 1 year, 4 months ago
  95. d8a986b Remove fallthrough support from SPIRV-Reader. by dan sinclair · 1 year, 4 months ago
  96. f0e6f57 Roll ANGLE from 8149baafec8f to 44d8fef850af (5 revisions) by Dawn Autoroller · 1 year, 4 months ago
  97. 06b49b3 Roll vulkan-deps from 131d736c57d4 to 4407b3fc33d4 (2 revisions) by dawn-autoroll · 1 year, 4 months ago
  98. 3c32758 spirv-reader: Support texture and sampler args to user-defined functions by David Neto · 1 year, 4 months ago
  99. 1db8831 tint: fold error cases into regular case in const eval binary op unit tests by Antonio Maiorano · 1 year, 4 months ago
  100. 208fc35 spirv-reader: refactor getting handle type by David Neto · 1 year, 4 months ago