Commit 1ec085d
Roll DirectX Shader Compiler from 60a1c8568b40 to 62208ca7c966 (5 revisions)
https://chromium.googlesource.com/external/github.com/microsoft/DirectXShaderCompiler.git/+log/60a1c8568b40..62208ca7c966
2026-01-06 ascoleman@microsoft.com [SM6.10] Add dx.types.MatrixRef to DXIL (#8027)
2026-01-05 ychoi0407@gmail.com [SPIR-V] Handle vector element assignment for `asuint`. (#8011)
2025-12-31 ascoleman@microsoft.com [SM6.10] Reserve LinAlg HLSL intrinsics (#8026)
2025-12-31 ascoleman@microsoft.com [SM6.10] Reserve LinAlg DXIL Opcodes (#8015)
2025-12-29 stevenperron@google.com [SPIR-V] Support sizeof(vk::BufferPointer) (#8010)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/directx-shader-compiler-dawn
Please CC kainino@google.com,webgpu-developers@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in DirectX Shader Compiler: https://github.com/microsoft/DirectXShaderCompiler/issues/new/choose
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Bug: None
Tbr: kainino@google.com
Change-Id: I55e8586e1c2bd534f1a269f35bd8da762a95bb4e
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/283276
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>1 parent e7df23a commit 1ec085d
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| |||
- docs/DXIL.rst+25-3
- include/dxc/DXIL/DxilConstants.h+123-2
- include/dxc/DXIL/DxilInstructions.h+638
- include/dxc/DXIL/DxilOperations.h+2
- include/dxc/DXIL/DxilUtil.h+2
- include/dxc/HlslIntrinsicOp.h+21-1
- lib/DXIL/DxilOperations.cpp+380-2
- lib/DXIL/DxilUtil.cpp+21
- lib/HLSL/HLOperationLower.cpp+41
- tools/clang/lib/AST/ASTContext.cpp+13-1
- tools/clang/lib/SPIRV/SpirvEmitter.cpp+2-5
- tools/clang/lib/Sema/SemaExpr.cpp+11-3
- tools/clang/test/CodeGenSPIRV/intrinsics.asuint.hlsl+27
- tools/clang/test/CodeGenSPIRV/vk.buffer-pointer.sizeof.hlsl+13
- utils/hct/gen_intrin_main.txt+31
- utils/hct/hctdb.py+338
- utils/hct/hctdb_instrhelp.py+1
- utils/hct/hlsl_intrinsic_opcodes.json+22-2
0 commit comments