ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput | register your nick to speak
masoudd has quit [Remote host closed the connection]
mtj has joined #wayland
cabal704 has quit [Quit: WeeChat 3.4]
jmdaemon has quit [Ping timeout: 480 seconds]
jmdaemon has joined #wayland
thx has joined #wayland
rv1sr has quit []
thx has quit []
thx has joined #wayland
pnowack has quit [Quit: pnowack]
jmdaemon has quit [Ping timeout: 480 seconds]
co1umbarius has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
jmdaemon has joined #wayland
evx256 has quit [Ping timeout: 480 seconds]
msuperdock has joined #wayland
<msuperdock> In tinywl, firefox doesn't seem to redraw properly--for example, if I type in the address bar or a text box, I don't see the typed text until I move my mouse or change focus to/from the firefox window. Is this a known issue? (I'm trying to build a compositor with tinywl as a starting point, but this issue is making me wonder whether I need to switch from using wlr_scene to a direct rendering approach.)
pounce has joined #wayland
Emet-Selch has joined #wayland
Azem has quit [Ping timeout: 480 seconds]
fmuellner has quit [Ping timeout: 480 seconds]
txtsd has quit [Ping timeout: 480 seconds]
txtsd has joined #wayland
msuperdock has quit [Quit: Page closed]
msuperdock has joined #wayland
Company has quit [Quit: Leaving]
Company has joined #wayland
shankaru has joined #wayland
msuperdock has quit [Remote host closed the connection]
txtsd is now known as Guest177
txtsd has joined #wayland
Guest177 has quit [Ping timeout: 480 seconds]
eroux has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zebrag has quit [Quit: Konversation terminated!]
Company has quit [Quit: Leaving]
maxzor has quit [Ping timeout: 480 seconds]
maxzor has joined #wayland
floof58 has quit [Ping timeout: 480 seconds]
spstarr has joined #wayland
Lyude has quit [Quit: WeeChat 3.4]
Lyude has joined #wayland
eroux has joined #wayland
dcz_ has joined #wayland
danvet has joined #wayland
thx has quit []
thx has joined #wayland
tzimmermann has joined #wayland
bim9262 has joined #wayland
Major_Biscuit has joined #wayland
MajorBiscuit has joined #wayland
bim9262_ has quit [Ping timeout: 480 seconds]
l4s8g has joined #wayland
l4s8g has quit [Remote host closed the connection]
txtsd has quit [Quit: WeeChat 3.4]
masoudd has joined #wayland
___nick___ has joined #wayland
Major_Biscuit has quit [Ping timeout: 480 seconds]
immibis has quit [Ping timeout: 480 seconds]
txtsd has joined #wayland
hardening has joined #wayland
l4s8g has joined #wayland
l4s8g has quit [Remote host closed the connection]
rgallaispou has joined #wayland
ecloud has quit [Ping timeout: 480 seconds]
ecloud has joined #wayland
immibis has joined #wayland
mvlad has joined #wayland
rgallaispou has quit [Ping timeout: 480 seconds]
cvmn has joined #wayland
rgallaispou has joined #wayland
manuel1985 has quit [Remote host closed the connection]
manuel1985 has joined #wayland
cvmn has quit [Ping timeout: 480 seconds]
radu242 has quit [Ping timeout: 480 seconds]
fmuellner has joined #wayland
manuel1985 has quit [Ping timeout: 480 seconds]
l4s8g has joined #wayland
rasterman has joined #wayland
l4s8g_ has joined #wayland
l4s8g_ has quit [Remote host closed the connection]
l4s8g has quit [Ping timeout: 480 seconds]
agd5f has quit [Read error: Connection reset by peer]
kenny has quit [Remote host closed the connection]
kenny has joined #wayland
cabal704 has joined #wayland
cabal704 has quit [Ping timeout: 480 seconds]
floof58 has joined #wayland
wout has joined #wayland
devilhorns has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
fmuellner has joined #wayland
jmdaemon has quit [Ping timeout: 480 seconds]
<wlb> weston Issue #588 closed \o/ (Build always fails when giving -Dshell-desktop=false https://gitlab.freedesktop.org/wayland/weston/-/issues/588)
<wlb> weston/main: Daniel Stone * tests: Add dependency on screenshooter client protocol https://gitlab.freedesktop.org/wayland/weston/commit/2ac6b6b084a8 tests/meson.build
<wlb> weston Merge request !790 merged \o/ (tests: Add dependency on screenshooter client protocol https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/790)
eroux has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fmuellner has quit [Ping timeout: 480 seconds]
eroux has joined #wayland
kenny has quit [Remote host closed the connection]
kenny has joined #wayland
shankaru has quit [Quit: Leaving.]
rgallaispou has quit [Ping timeout: 480 seconds]
Company has joined #wayland
kenny has quit [Ping timeout: 480 seconds]
agd5f has joined #wayland
The_Company has joined #wayland
Shimmy has quit []
cafuffu has joined #wayland
Company has quit [Read error: Connection reset by peer]
Shimmy0 has joined #wayland
<cafuffu> hey. i'm writing a vulkan application. i have a VkSurfaceKHR but how do i resize it? i can't see any analogue to wl_egl_window_resize()
<wlb> weston Merge request !798 opened by () kiosk-shell: Allow mapping/activation of windows w/o a seat https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/798
<daniels> cafuffu: I believe you need to create a new VkSwapchainKHR
<cafuffu> ok, so i shouldn't go through the out_of_date mechanism?
<cafuffu> that solves the mistery at least, thanks
rgallaispou has joined #wayland
cabal704 has joined #wayland
<daniels> cafuffu: surfaces don't have an inherent size in Wayland like they do in X11; the size is determined purely by what the client specifies, in terms of buffer size and scaling etc
<daniels> so the client can never be out of date wrt size, because the size is just whatever the client tells the server it is
<daniels> (wl_egl_window_resize doesn't post any Wayland requests, it just stashes the new-size request somewhere the EGL client implementation checks at frame boundaries)
<cafuffu> i know, i just thought there was something like wl_egl_window_resize for vulkan, but indeed there's no need to
<daniels> :)
dblsaiko has quit [Quit: ZNC 1.8.2 - https://znc.in]
dblsaiko has joined #wayland
<wlb> weston/main: Pekka Paalanen * tests: add rgb[] alias in color_float https://gitlab.freedesktop.org/wayland/weston/commit/401206222848 tests/ alpha-blending-test.c color-shaper-matrix-test.c color_util.c color_util.h
<wlb> weston/main: Pekka Paalanen * tests: use color_float rgb[] alias more https://gitlab.freedesktop.org/wayland/weston/commit/29d4472e1357 tests/ alpha-blending-test.c color-shaper-matrix-test.c color_util.c
<wlb> weston Merge request !793 merged \o/ (tests: add rgb[] alias in color_float https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/793)
devilhorns has quit []
devilhorns has joined #wayland
eroux has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Seirdy has quit []
bittin has joined #wayland
tzimmermann has quit [Quit: Leaving]
zebrag has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
cafuffu has quit [Ping timeout: 480 seconds]
immibis is now known as Guest225
immibis has joined #wayland
Guest225 has quit [Ping timeout: 480 seconds]
maxzor has quit [Ping timeout: 480 seconds]
jmdaemon has joined #wayland
MajorBiscuit has quit [Ping timeout: 480 seconds]
wout has quit []
cafuffu has joined #wayland
rgallaispou has quit [Ping timeout: 480 seconds]
devilhorns has quit []
manuel1985 has joined #wayland
<wlb> weston Merge request !701 closed (tests: Set clip rect for drm_screenshot_no_damage test)
fmuellner has joined #wayland
manuel1985 has quit [Ping timeout: 480 seconds]
maxzor has joined #wayland
maxzor has quit [Remote host closed the connection]
maxzor has joined #wayland
cafuffu has quit [Read error: No route to host]
cafuffu has joined #wayland
maxzor_ has joined #wayland
maxzor_ has quit []
fmuellner has quit [Ping timeout: 480 seconds]
cafuffu has quit [Ping timeout: 480 seconds]
jmdaemon has quit [Ping timeout: 480 seconds]
cafuffu has joined #wayland
___nick___ has quit [Ping timeout: 480 seconds]
cvmn has joined #wayland
fmuellner has joined #wayland
jmdaemon has joined #wayland
dcz_ has quit [Ping timeout: 480 seconds]
hardening_ has joined #wayland
cvmn has quit [Ping timeout: 480 seconds]
hardening has quit [Ping timeout: 480 seconds]
remanifest has joined #wayland
mvlad has quit [Remote host closed the connection]
jmdaemon has quit [Ping timeout: 480 seconds]
zebrag has quit [Ping timeout: 480 seconds]
jmdaemon has joined #wayland
kenny has joined #wayland
danvet has quit [Ping timeout: 480 seconds]
cafuffu has quit [Ping timeout: 480 seconds]
zebrag has joined #wayland
remanifest has quit [Remote host closed the connection]
remanifest has joined #wayland
remanifest has quit [Remote host closed the connection]