Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions inputfiles/patches/webgpu.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
removals {
enum GPUBlendFactor {
one-minus-src1 // Blink only as of 2024-11
one-minus-src1-alpha // Blink only as of 2024-11
src1 // Blink only as of 2024-11
src1-alpha // Blink only as of 2024-11
}

enum GPUFeatureName {
clip-distances // Blink only as of 2024-11
dual-source-blending // Blink only as of 2024-11
float32-blendable // Blink only as of 2024-11
texture-compression-astc-sliced-3d // No implementation as of 2024-11
texture-compression-bc-sliced-3d // No implementation as of 2024-11
}

enum GPUVertexFormat {
float16 // Blink only as of 2024-11
sint16 // Blink only as of 2024-11
sint8 // Blink only as of 2024-11
snorm16 // Blink only as of 2024-11
snorm8 // Blink only as of 2024-11
uint16 // Blink only as of 2024-11
uint8 // Blink only as of 2024-11
unorm16 // Blink only as of 2024-11
unorm8 // Blink only as of 2024-11
unorm8x4-bgra // Blink only as of 2024-11
}

dictionary GPURequestAdapterOptions {
member featureLevel // Blink experimental only as of 2024-11
}

dictionary GPUShaderModuleDescriptor {
member compilationHints // Blink only as of 2024-11
}

dictionary GPUTextureViewDescriptor {
member usage // Blink only as of 2024-11
}
}
52 changes: 0 additions & 52 deletions inputfiles/removedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,6 @@
"ConnectionType": {
"value": ["wimax"]
},
"GPUBlendFactor": {
"value": [
"one-minus-src1", // Blink only as of 2024-11
"one-minus-src1-alpha", // Blink only as of 2024-11
"src1", // Blink only as of 2024-11
"src1-alpha" // Blink only as of 2024-11
]
},
"GPUFeatureName": {
"value": [
"clip-distances", // Blink only as of 2024-11
"dual-source-blending", // Blink only as of 2024-11
"float32-blendable", // Blink only as of 2024-11
"texture-compression-astc-sliced-3d", // No implementation as of 2024-11
"texture-compression-bc-sliced-3d" // No implementation as of 2024-11
]
},
"GPUVertexFormat": {
"value": [
"float16", // Blink only as of 2024-11
"sint16", // Blink only as of 2024-11
"sint8", // Blink only as of 2024-11
"snorm16", // Blink only as of 2024-11
"snorm8", // Blink only as of 2024-11
"uint16", // Blink only as of 2024-11
"uint8", // Blink only as of 2024-11
"unorm16", // Blink only as of 2024-11
"unorm8", // Blink only as of 2024-11
"unorm8x4-bgra" // Blink only as of 2024-11
]
},
"KeyFormat": {
"value": [
"raw-private", // No implementation as of 2025-09
Expand Down Expand Up @@ -338,27 +307,6 @@
}
}
},
"GPURequestAdapterOptions": {
"members": {
"member": {
"featureLevel": null // Blink experimental only as of 2024-11
}
}
},
"GPUShaderModuleDescriptor": {
"members": {
"member": {
"compilationHints": null // Blink only as of 2024-11
}
}
},
"GPUTextureViewDescriptor": {
"members": {
"member": {
"usage": null // Blink only as of 2024-11
}
}
},
"ImageDataSettings": {
"members": {
"member": {
Expand Down