dawn: source bundle trimming #758
Labels
No labels
CI
all
basisu
blog
bug
build
contributor-friendly
core
correctness
deferred
dev
direct3d-headers
docs
driver-os-issue
duplicate
dxcompiler
editor
examples
experiment
feature-idea
feedback
flac
freetype
gamemode
gkurve
glfw
gpu
gpu-dawn
harfbuzz
help welcome
in-progress
infrastructure
invalid
libmach
linux-audio-headers
long-term
mach
mach.gfx
mach.math
mach.physics
mach.testing
model3d
needs-triage
object
opengl-headers
opus
os/linux
os/macos
os/wasm
os/windows
package-manager
priority
proposal
proposal-accepted
question
roadmap
slipped
stability
sysaudio
sysgpu
sysjs
validating-fix
vulkan-zig-generated
wayland-headers
website
wontfix
wrench
www
x11-headers
xcode-frameworks
zig-update
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hexops/mach#758
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Most users don't have to download a Dawn source tarball. Still, we should try to trim it down further.
Downloading a source tarball for Dawn + all its dependencies is 91MB, right now. Noting some things for myself to follow up on to reduce that.
The uncompressed archive is 856M:
We should be able to reduce that to ~124M if we do the following:
test can likely be removed:
We could also remove swiftshader (software vulkan implementation), we don't use anything from it afaik (same for angle the opengl es software impl?):
We should be able to remove
gn, or at least webgpu-cts:Lastly, we can remove vulkan-headers as it is duplicative of https://github.com/hexops/vulkan-headers
https://github.com/hexops/mach/issues/1166#issuecomment-2212990680