ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
kestrel has quit [Quit: The Lounge - https://thelounge.chat]
kestrel has joined #wayland
mahkoh has quit [Ping timeout: 480 seconds]
mahkoh has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
garnacho has quit [Ping timeout: 480 seconds]
feaneron has quit [Ping timeout: 480 seconds]
glennk has quit [Ping timeout: 480 seconds]
nerdopolis has quit [Ping timeout: 480 seconds]
alarumbe has quit []
ecloud has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
ecloud has joined #wayland
vincejv has quit []
blueberrysnake4 has joined #wayland
eluks has quit [Remote host closed the connection]
eluks has joined #wayland
vincejv has joined #wayland
blueberrysnake has quit [Ping timeout: 480 seconds]
vincejv is now known as Guest26163
vincejv has joined #wayland
Guest26163 has quit [Ping timeout: 480 seconds]
kts has joined #wayland
kts has quit []
kts has joined #wayland
kts has quit [Quit: Konversation terminated!]
sima has joined #wayland
tzimmermann has joined #wayland
glennk has joined #wayland
leon-anavi has joined #wayland
rasterman has joined #wayland
iomari891 has quit [Ping timeout: 480 seconds]
coldfeet has joined #wayland
coldfeet has quit [Quit: Lost terminal]
fmuellner has joined #wayland
alarumbe has joined #wayland
coldfeet has joined #wayland
tzimmermann has quit [Ping timeout: 480 seconds]
coldfeet has quit [Quit: Lost terminal]
garnacho has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
fmuellner has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
fmuellner has joined #wayland
<wlb> weston/main: Robert Mader * gitlab-ci: Collapse Vulkan-Headers installation https://gitlab.freedesktop.org/wayland/weston/commit/68d036e2b113 .gitlab-ci/build-deps.sh
<wlb> weston/main: Robert Mader * gitlab-ci: Bump Mesa to 25.2.2 https://gitlab.freedesktop.org/wayland/weston/commit/516e86222fd4 .gitlab-ci.yml .gitlab-ci/build-deps.sh .gitlab-ci/debian-install.sh
<wlb> weston Merge request !1818 merged \o/ (gitlab-ci: Bump Mesa to 25.2.2 https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1818)
fmuellner has quit [Ping timeout: 480 seconds]
coldfeet has joined #wayland
kts has joined #wayland
coldfeet has quit [Quit: Lost terminal]
tzimmermann has joined #wayland
kts has quit [Quit: Konversation terminated!]
feaneron has joined #wayland
<wlb> weston Merge request !1832 opened by Robert Mader (rmader) tests: drm-smoke: Stop hardcoding output name to Virtual-1 https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1832 [Testing]
Moprius has joined #wayland
mripard has joined #wayland
nerdopolis has joined #wayland
<wlb> weston/main: Robert Mader * tests: drm-smoke: Stop hardcoding output name to Virtual-1 https://gitlab.freedesktop.org/wayland/weston/commit/67de2a196781 tests/drm-smoke-test.c
<wlb> weston Merge request !1832 merged \o/ (tests: drm-smoke: Stop hardcoding output name to Virtual-1 https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1832)
Moprius has quit []
emilioPTObackSept16th[m] has joined #wayland
kts has joined #wayland
kts has quit [Quit: Konversation terminated!]
Drakulix has quit [Ping timeout: 480 seconds]
Drakulix has joined #wayland
mahkoh has quit [Ping timeout: 480 seconds]
mahkoh has joined #wayland
agd5f_ has quit []
agd5f has joined #wayland
andyrtr_ has joined #wayland
andyrtr has quit [Ping timeout: 480 seconds]
andyrtr_ is now known as andyrtr
kts has joined #wayland
mahkoh has quit [Read error: Connection reset by peer]
mahkoh has joined #wayland
fangzhoug has joined #wayland
mahkoh has quit [Ping timeout: 480 seconds]
coldfeet has joined #wayland
mahkoh has joined #wayland
coldfeet has quit [Quit: Lost terminal]
kts has quit [Ping timeout: 480 seconds]
mahkoh has quit [Read error: Connection reset by peer]
mahkoh has joined #wayland
kts has joined #wayland
kts has quit [Quit: Konversation terminated!]
dviola has quit [Quit: WeeChat 4.7.1]
tzimmermann has quit [Quit: Leaving]
kts has joined #wayland
dviola has joined #wayland
feaneron has quit [Quit: feaneron]
sally has quit []
kts has quit [Quit: Konversation terminated!]
sally has joined #wayland
sally has quit []
sally has joined #wayland
fmuellner has joined #wayland
feaneron has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
leon-anavi has quit [Quit: Leaving]
opotin65 has joined #wayland
garnacho has quit [Quit: garnacho]
garnacho has joined #wayland
iomari891 has joined #wayland
sima has quit [Ping timeout: 480 seconds]
linkmauve has left #wayland [Disconnected: closed]
amadaluzia has joined #wayland
linkmauve has joined #wayland
di has quit [Remote host closed the connection]
di has joined #wayland
Ariadne has quit [Ping timeout: 480 seconds]
Ariadne has joined #wayland
mmediouni[m] has joined #wayland
<mmediouni[m]> Hello, I've been playing around with porting Wayland to macOS and one of the issues I've hit is that IOSurfaces (think dma-buf equivalent) cannot be transferred over Unix sockets but only over Mach ports (or the higher level XPC interface). The alternative is to publish the IOSurface as global and send over the number but that breaks the Wayland sec model. Would it be fine upstream to have a separate transport for Wayland on macOS?
<emersion> upstream doesn't even build on macOS
<mmediouni[m]> Making that work is why I'm asking this :) eventual goal is to be able to get rid of Xquartz and use Xwayland instead and enabling waypipe to work
glennk has quit [Ping timeout: 480 seconds]
mohit81582263530690 has quit [Remote host closed the connection]
<kennylevinsen> not everything uses libwayland so it would be quite difficult to propagate support for a new transport
<kennylevinsen> but maybe start with shm only, then figure out how a darwin_iosurface would work later, including whether it requires the caller to make a mach port call as preparation for sending such request
<kennylevinsen> you also have to export a dmabuf first before you can send an fd, so i guess one could stretch a bit what the required setup is
immibis has joined #wayland
immibis has quit [autokilled: point. - Contact support@oftc.net for help. (2025-09-09 22:32:24)]
jkrhlkerv has joined #wayland
bitblt has quit [Ping timeout: 480 seconds]
daz has quit [Ping timeout: 480 seconds]
d42 has joined #wayland
hergertme_ has joined #wayland
hergertme_ has quit [Read error: Connection reset by peer]
hergertme_ has joined #wayland
Hypfer has quit [Ping timeout: 480 seconds]
hergertme has quit [Ping timeout: 480 seconds]
Hypfer has joined #wayland