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]
<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