gpu-dawn: build with Wayland support by default; send CL to Dawn for runtime Wayland support #511
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#511
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?
Dawn must be built with Wayland support, right now defaulting to x11 only:
github.com/hexops/mach-gpu-dawn@62d4583994/sdk.zig (L12-L13)I proposed to the Dawn developers at Google we allow for Dawn to detect X11/Wayland at runtime, similar to how GLFW does it. They agreed, I need to send a CL for it:
Once we have this, we should be able to build Dawn with Wayland support by default and then #376 should be possible.
#669 discovered we don't actually need to do much here, the little we did need to patch Ali sent for us upstream to Google: https://dawn-review.googlesource.com/c/dawn/+/116922