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
columbarius has joined #wayland
columbar1 has quit [Ping timeout: 480 seconds]
floof58 has quit [Remote host closed the connection]
floof58 has joined #wayland
Seirdy has quit [Ping timeout: 480 seconds]
leon-p has quit [Quit: leaving]
boistordu has joined #wayland
boistordu_ex has quit [Ping timeout: 480 seconds]
ofourdan_ has joined #wayland
ofourdan has quit [Ping timeout: 480 seconds]
Seirdy has joined #wayland
ofourdan has joined #wayland
ofourdan_ has quit [Ping timeout: 481 seconds]
nerdopolis has quit [Ping timeout: 480 seconds]
tzimmermann has joined #wayland
dcz has joined #wayland
jgrulich has joined #wayland
hardening has joined #wayland
danvet has joined #wayland
leon-p has joined #wayland
audgirka has joined #wayland
rasterman has joined #wayland
pochu has joined #wayland
dcz_ has joined #wayland
dcz has quit [Ping timeout: 480 seconds]
<pq> swick, yeah, even on repaint-from-idle, a compositor can use drmWaitVBlank(don't wait) to get the last timestamp and seq. Weston does.
flacks has quit [Quit: Quitter]
flacks has joined #wayland
gryffus has joined #wayland
user_ has quit [Remote host closed the connection]
user_ has joined #wayland
oceanic has joined #wayland
oceanic has quit []
nerdopolis has joined #wayland
wolfshappen has joined #wayland
wolfshappen has quit []
wolfshappen has joined #wayland
reillybrogan has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
nerdopolis has quit [Ping timeout: 480 seconds]
reillybrogan has joined #wayland
zebrag has joined #wayland
jgrulich has quit [Remote host closed the connection]
<wlb> wayland Merge request !155 opened by Simon Ser (emersion) shm: add wl_shm_buffer_{get,set}_user_data https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/155
<wlb> wayland Merge request !156 opened by Pekka Paalanen (pq) wayland-util: avoid memcpy(NULL) in wl_array_copy() https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/156 [IPC library]
<wlb> wayland Merge request !157 opened by Simon Ser (emersion) shm: document wl_shm_buffer https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/157
<pq> mm, would be nice if CI generated a diff between built docs from main vs. MR, and made it viewable on the MR.
audgirka has quit [Quit: Leaving]
<wlb> wayland Merge request !158 opened by Simon Ser (emersion) shm: close FD on wl_resource_create error in shm_create_pool https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/158
wwalker has joined #wayland
hawk1 has joined #wayland
agd5f has quit [Remote host closed the connection]
agd5f has joined #wayland
hawk1 has quit []
hawk1 has joined #wayland
hawk1 has left #wayland [#wayland]
agd5f has quit [Read error: Connection reset by peer]
agd5f has joined #wayland
rgallaispou1 has left #wayland [#wayland]
gryffus has quit []
ice9 has joined #wayland
<ice9> does wayland support 120Hz?
<emersion> wayland is just a protocol, so doesn't care
<jadahl> ice9: wayland doesn't care about any Hz. a compositor might or might not, but I think most if not all do
<ice9> well, in x11 session, gnome setting show 120Hz for the display but in wayland session it's only 60Hz
<jadahl> might be miscalculated presentation of the refresh rate
<emersion> i suggest you ask in a GNOME channel, or open a GNOME bug
ammen99[m] has joined #wayland
<MrCooper> ice9: which version of GNOME, and which GPU & driver?
<ice9> MrCooper, gnome 3.38, intel 11th gen and nvidia prop driver
ryzokuken has joined #wayland
tzimmermann has quit [Quit: Leaving]
pochu has quit [Ping timeout: 481 seconds]
tlwoerner has quit [Read error: No route to host]
<wlb> weston Merge request !659 opened by Daniel Stone (daniels) backend-wayland: fix incorrect header https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/659 [Nested Wayland backend], [Build system]
<wlb> wayland/main: Simon Ser * shm: document wl_shm_buffer https://gitlab.freedesktop.org/wayland/wayland/commit/8899310fc8ff src/wayland-shm.c
<wlb> wayland Merge request !157 merged \o/ (shm: document wl_shm_buffer https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/157)
<wlb> weston/main: Chen Qi * backend-wayland: fix incorrect header https://gitlab.freedesktop.org/wayland/weston/commit/2f2e5da4c345 libweston/backend-wayland/meson.build
<wlb> weston Merge request !659 merged \o/ (backend-wayland: fix incorrect header https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/659)
pochu has joined #wayland
jgrulich has joined #wayland
pochu has quit [Ping timeout: 480 seconds]
<bl4ckb0ne> is there a way to check if a wl_array is empty?
<bl4ckb0ne> or is assuming size 0 alloc 0 data NULL enough
<immibis> presumably size null means empty, no?
<immibis> er size 0
<bl4ckb0ne> got my answers after finding the code in libwayland
Erandir has joined #wayland
<emersion> bl4ckb0ne: size==0 means empty
<emersion> mind, an array can have non-NULL data or non-zero alloc whilebeing empty
<bl4ckb0ne> yeah that's what I figured
<emersion> bl4ckb0ne: also the only thing wl_array_init does is essentially memset(0)
<emersion> so if you have a wl_array which happens to be zero-initialized, there's no real need to call wl_array_init
<bl4ckb0ne> i have `= {0}` my list already
<emersion> cool
<bl4ckb0ne> i wanted to be sure if I could use the struct directly or had to somehow init it like the wl_list
<bl4ckb0ne> but it's all good, even asan is happy :D
<emersion> yup :)
Narrat has joined #wayland
jgrulich has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
tlwoerner has joined #wayland
leon-p has quit [Quit: leaving]
dcz_ has quit [Ping timeout: 480 seconds]
hardening has quit [Ping timeout: 480 seconds]
AJ_Z0 has quit [Quit: I have to return some videotapes]
AJ_Z0 has joined #wayland
ecloud has quit [Ping timeout: 480 seconds]
nerdopolis has joined #wayland
ecloud has joined #wayland
boistordu has quit [Remote host closed the connection]
boistordu_ex has joined #wayland
andyrtr has quit [Remote host closed the connection]
andyrtr has joined #wayland
Narrat has quit []
danvet has quit [Ping timeout: 480 seconds]
Guest968 has quit []
<wlb> wayland Issue #220 opened by Robert Mader (rmader) Clarify that compositor must not modify attached buffers https://gitlab.freedesktop.org/wayland/wayland/-/issues/220 [Documentation]
zebrag has quit [Ping timeout: 480 seconds]
zebrag has joined #wayland