1. 455f5ee Roll SwiftShader from 1144d58f8be5 to 90fdde382489 (5 revisions) by Dawn Autoroller · 1 year, 10 months ago
  2. 831296d Implement RenderPassDescriptor.maxDrawCount by Takahiro · 1 year, 10 months ago
  3. dc3d45f Roll vulkan-deps from 6aff2983cd8c to 76c2f42ea652 (5 revisions) by dawn-autoroll · 1 year, 10 months ago
  4. 8866b11 Roll ANGLE from 3224b16a4dea to 785353fd3501 (6 revisions) by Dawn Autoroller · 1 year, 10 months ago
  5. c0d51f1 tint: spirv reader: detect and replace loads and stores of atomic variables with atomicLoad/Store by Antonio Maiorano · 1 year, 10 months ago
  6. c7d6ab6 tint: Prevent function calls at module-scope by Ben Clayton · 1 year, 10 months ago chromium/5152
  7. aa037ac tint: Refactor sem::Constant to be less memory-hungry by Ben Clayton · 1 year, 10 months ago
  8. 7a64127 api_cpp.h: Fix alignas declaration following ChainedStruct. by Corentin Wallez · 1 year, 10 months ago
  9. cf52af7 tint: Have Number equality consider sign by Ben Clayton · 1 year, 10 months ago
  10. 4287a53 Roll SwiftShader from ec31f547750c to 1144d58f8be5 (1 revision) by Dawn Autoroller · 1 year, 10 months ago
  11. 9434949 GL: implement EGL context creation in Dawn native. by Stephen White · 1 year, 10 months ago
  12. 3a2a279 Fixup various warnings in Tint which were accidentally suppressed. by dan sinclair · 1 year, 10 months ago
  13. ad10eb5 Roll vulkan-deps from 4e6188c82519 to 6aff2983cd8c (1 revision) by dawn-autoroll · 1 year, 10 months ago
  14. 2b4df78 tint/number: Fix CheckedConvert() logic by Ben Clayton · 1 year, 10 months ago chromium/5151
  15. 368f95a Roll ANGLE from fd256b0d9ad1 to 3224b16a4dea (2 revisions) by Dawn Autoroller · 1 year, 10 months ago
  16. 72876c1 tint/sem/constant.h: Remove #include to program_builder.h by Ben Clayton · 1 year, 10 months ago
  17. f1060ad set $build/goma["use_luci_auth"] = True by Fumitoshi Ukai · 1 year, 10 months ago
  18. c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 1 year, 10 months ago chromium/5150
  19. 03f88e6 test/tint/expressions/type_ctor: Use 'var' instead of 'let' by Ben Clayton · 1 year, 10 months ago
  20. 86a8d76 D3D12: Re-enable the workaround for T2T copy issue on Intel GPUs by Jiawei Shao · 1 year, 10 months ago
  21. b4eaca2 Roll ANGLE from 2a5193f6ceca to fd256b0d9ad1 (8 revisions) by Dawn Autoroller · 1 year, 10 months ago
  22. 3fa3e56 dawn::wire::client: ReserveTexture: remove defaulting of descriptor by Corentin Wallez · 1 year, 10 months ago
  23. d23f296 tint: Implement acosh, asinh, atanh by dan sinclair · 1 year, 10 months ago
  24. 6058882 tint/resolver: Add f16 types, constructor, and conversions by Zhaoming Jiang · 1 year, 10 months ago chromium/5149
  25. 53af158 tint/reader: Allow module-scope 'var' type inferencing by Ben Clayton · 1 year, 10 months ago
  26. 19576e9 tint/writer: Handle and emit 'const' variables by Ben Clayton · 1 year, 10 months ago
  27. b3b324c Roll ANGLE from 8f6889a111eb to 2a5193f6ceca (9 revisions) by Dawn Autoroller · 1 year, 10 months ago chromium/5148
  28. e093819 Mark another flaky f32_logical inputSource="const" as Failure on Linux by Austin Eng · 1 year, 10 months ago
  29. 6c167a0 msl: Promote local private vars to function scope by dan sinclair · 1 year, 10 months ago
  30. 1a758d8 D3D12: Remove tempBuffers in ExecuteCommandList() by Jiawei Shao · 1 year, 10 months ago
  31. 65d35f8 Report javascript duration in CTS tooling by Austin Eng · 1 year, 10 months ago
  32. 14e6dfb Remove failing depth32float-stencil8 expectations by Brandon Jones · 1 year, 10 months ago
  33. 7ebcfc7 tint/transform: PromoteInitializersToLet by Ben Clayton · 1 year, 10 months ago
  34. ce466c0 tint: spir-v writer: Fix matrix constructor from matrix variable by Antonio Maiorano · 1 year, 10 months ago
  35. 7c5255a Roll ANGLE from 89e38b5799cc to 8f6889a111eb (2 revisions) by Dawn Autoroller · 1 year, 10 months ago
  36. 2f1b0dc Roll SwiftShader from 26243894edb8 to ec31f547750c (35 revisions) by Dawn Autoroller · 1 year, 10 months ago chromium/5147
  37. 8a29038 GN: Wayland build overrides by Antonio Caggiano · 1 year, 10 months ago
  38. 9111e75 Roll vulkan-deps from 3da2aaf1f8a5 to 4e6188c82519 (1 revision) by dawn-autoroll · 1 year, 10 months ago
  39. dadf119 Clamp clear color value to legal range for uint/sint formats by Jiawei Shao · 1 year, 10 months ago chromium/5146
  40. ceb7236 Roll ANGLE from de109f9ef3be to 89e38b5799cc (1 revision) by Dawn Autoroller · 1 year, 10 months ago
  41. 7ce3c2d Add Device.CreateErrorExternalTexture() by Yan,Shaobo · 1 year, 10 months ago
  42. 54b3da9 tint/transform: Handle 'const' for Unshadow. by Ben Clayton · 1 year, 10 months ago
  43. fcf9fdc tint/writer/wgsl: Emit 'const' variables by Ben Clayton · 1 year, 10 months ago chromium/5145
  44. f903133 tint/reader/wgsl: Drop const_expr parsing by Ben Clayton · 1 year, 10 months ago
  45. e48ef8e tint/reader: Enable 'const' parsing for unit-tests by Ben Clayton · 1 year, 10 months ago
  46. 511529f tint/resolver: Clean up workgroup-size error diagnostic by Ben Clayton · 1 year, 10 months ago
  47. 410a3bd tint/resolver: Propagate constant values between 'const's by Ben Clayton · 1 year, 10 months ago chromium/5144
  48. e3834c4 tint/resolver: Resolve 'const' variables by Ben Clayton · 1 year, 10 months ago
  49. 1534059 Roll ANGLE from 4c5e9d476bc7 to de109f9ef3be (4 revisions) by Dawn Autoroller · 1 year, 10 months ago chromium/5143
  50. e741b8f Roll vulkan-deps from 87d2649aa928 to 3da2aaf1f8a5 (2 revisions) by dawn-autoroll · 1 year, 10 months ago
  51. 01208e7 tint: Rename Global() -> GlobalVar() by Ben Clayton · 1 year, 10 months ago
  52. 41486e1 tint: Rename GlobalConst() -> GlobalLet() by Ben Clayton · 1 year, 10 months ago
  53. bd8449f tint/test: Regenerate expectations by Ben Clayton · 1 year, 10 months ago chromium/5142
  54. 7289bca Add dawn version hash to cache keys. by Loko Kung · 1 year, 10 months ago
  55. b4ff8c8 tint/resolver: Simplify array size evaluation by Ben Clayton · 1 year, 10 months ago
  56. 268d7b8 tint: Add support for atomic ops to spirv reader by Antonio Maiorano · 1 year, 10 months ago
  57. 57810d8 Roll vulkan-deps from 54dba77e8a94 to 87d2649aa928 (6 revisions) by dawn-autoroll · 1 year, 10 months ago
  58. ebed939 tint/resolver: Tidy up variable_test.cc by Ben Clayton · 1 year, 10 months ago
  59. 0490ee8 Roll ANGLE from 79185677cb63 to 4c5e9d476bc7 (3 revisions) by Dawn Autoroller · 1 year, 10 months ago
  60. ebafa81 Suppress ASAN failing D3D12 pipeline caching tests until debugged. by Loko Kung · 1 year, 10 months ago
  61. 68ae36e tint/resolver: Rename var_let_*test.cc -> variable_*test.cc by Ben Clayton · 1 year, 10 months ago
  62. dfeaf29 tint: Add sem::IndexAccessorExpression by Antonio Maiorano · 1 year, 10 months ago
  63. 90ec3d1 Change base directory for CTS runner, part 2 by Austin Eng · 1 year, 10 months ago
  64. c8a276a Skip inputSource="const";* f32_logical on Win NVIDIA x86 by Austin Eng · 1 year, 10 months ago chromium/5141
  65. 32cb9cf tint/writer: Disable constant inlining for lets by Ben Clayton · 1 year, 10 months ago
  66. 431c7a4 Add maxInterStageShaderVariables Limits by Brandon Jones · 1 year, 10 months ago
  67. c5f7e8f tint: Fix emitting identity matrix ctor in HLSL by Zhaoming Jiang · 1 year, 10 months ago
  68. f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 1 year, 10 months ago
  69. 3c05430 tint/sem: Support arrays for sem::Constant by Ben Clayton · 1 year, 10 months ago
  70. c174692 OpenGL: Make Device::gl private. by Stephen White · 1 year, 10 months ago
  71. e8d47d5 tint/sem: Add more checks to constant_test.cc by Ben Clayton · 1 year, 10 months ago
  72. ab70ff7 tint/writer/spirv: Clean up accessor tests by Ben Clayton · 1 year, 10 months ago
  73. 7400a55 Roll vulkan-deps from 470172656108 to 54dba77e8a94 (4 revisions) by dawn-autoroll · 1 year, 10 months ago
  74. 3a68ab4 tint/writer: Minor generator cleanup. by Ben Clayton · 1 year, 10 months ago
  75. 01e4d44 Roll third_party/webgpu-cts/ 5a30cb44c..cef4c7678 (33 commits) by Brandon Jones · 1 year, 10 months ago
  76. 5041480 tint/writer: Clean up EmitConstant() methods by Ben Clayton · 1 year, 10 months ago
  77. 18b9663 tint: remove duplicated ending newline in ctor_conv_intrinsic.cc by Zhaoming Jiang · 1 year, 10 months ago
  78. 245e91d Add AlignTo method to make a Blob's contents aligned by Austin Eng · 1 year, 10 months ago
  79. d69c5d2 Land Khronos's latest egl.h and eglplatform.h in third_party/khronos. by Stephen White · 1 year, 11 months ago
  80. 8255851 Roll ANGLE from 6c8bb1f31ed4 to 79185677cb63 (7 revisions) by Dawn Autoroller · 1 year, 11 months ago
  81. 6241cf9 Change base directory for CTS runner, part 1 by Austin Eng · 1 year, 11 months ago chromium/5140
  82. ff2d2d8 Suppress running dawn_end2end_tests on Windows Intel Vulkan by Austin Eng · 1 year, 11 months ago
  83. c1cb9dc tint/resolver: Evaluate constant index accessors by Ben Clayton · 1 year, 11 months ago
  84. c9787e7 Roll ANGLE from 72f69e847033 to 6c8bb1f31ed4 (3 revisions) by Dawn Autoroller · 1 year, 11 months ago
  85. f99671b tint: spir-v reader: fix atomicCompareExchangeWeak with var comparator by Antonio Maiorano · 1 year, 11 months ago chromium/5139
  86. 606abfb Roll vulkan-deps from 20ef3c4c476b to 470172656108 (3 revisions) by dawn-autoroll · 1 year, 11 months ago chromium/5138
  87. 0532bfd Roll ANGLE from d55e06557bc7 to 72f69e847033 (10 revisions) by Dawn Autoroller · 1 year, 11 months ago
  88. 7223a5e Fix incorrect indentation in version generator script. by Loko Kung · 1 year, 11 months ago
  89. 77bf233 Move tint unittest behind a build flag. by dan sinclair · 1 year, 11 months ago
  90. 32bcc04 Roll vulkan-deps from f730434aca70 to 20ef3c4c476b (2 revisions) by dawn-autoroll · 1 year, 11 months ago
  91. 1ed376b tint/sem: Add range overload of Constant::AllZero() by Ben Clayton · 1 year, 11 months ago chromium/5137
  92. 01cea78 Roll ANGLE from 32c38e55ed44 to d55e06557bc7 (3 revisions) by Dawn Autoroller · 1 year, 11 months ago chromium/5136
  93. 7d2b9d9 Add alternative method to use a version/git hash from a file. by Loko Kung · 1 year, 11 months ago
  94. ef62b58 Skip Gamma and Gamut conversions for BT.709->SRGB by jchen10 · 1 year, 11 months ago
  95. 797f0f8 tint/sem: Return vector for Type::ElementOf(matrix) by Ben Clayton · 1 year, 11 months ago
  96. 9be6b99 Roll vulkan-deps from 1765af41ecf5 to f730434aca70 (7 revisions) by dawn-autoroll · 1 year, 11 months ago
  97. 44eb108 tint/resolver: Change return type of EvaluateConstantValue() by Ben Clayton · 1 year, 11 months ago
  98. b6c150d Report WebGPU CTS JS time by Brian Sheedy · 1 year, 11 months ago
  99. e021566 tint/reader/wgsl: Lex 'const' by Ben Clayton · 1 year, 11 months ago
  100. 194c177 CMake cleanup by dan sinclair · 1 year, 11 months ago