ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
nerdopolis has quit [Ping timeout: 480 seconds]
co1umbarius has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
_DOOM_ has joined #wayland
<_DOOM_> I apologize in advance, as my question isn't entirely on topic. I'm trying to use pixman for rendering on a wayland client, but I can't seem to get it to render.
<_DOOM_> I was wondering if I could get some help and other eyes on the code to see if I'm doing anything wrong.
nerdopolis has joined #wayland
<bl4ckb0ne> surd
<bl4ckb0ne> sure*
tawonga has quit [Ping timeout: 480 seconds]
cool110 has joined #wayland
cool110 is now known as Guest6483
cool110- has quit [Ping timeout: 480 seconds]
Brainium has quit [Quit: Konversation terminated!]
julio7359 has joined #wayland
tawonga has joined #wayland
carlos_ has quit [Ping timeout: 480 seconds]
nerdopolis has quit [Ping timeout: 483 seconds]
tawonga has quit [Remote host closed the connection]
tawonga has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
julio7359 has quit [Ping timeout: 480 seconds]
julio7359 has joined #wayland
julio7359 has quit [Ping timeout: 480 seconds]
cool110_ has joined #wayland
cool110_ is now known as Guest6488
Guest6483 has quit [Ping timeout: 480 seconds]
Dami_Lu has quit [Remote host closed the connection]
tawonga has quit [Read error: Connection reset by peer]
tawonga has joined #wayland
tawonga has quit [Remote host closed the connection]
julio7359 has joined #wayland
tawonga has joined #wayland
<_DOOM_> bl4ckb0ne: Sorry for the late response, The code is here: https://github.com/MadcowOG/dwl-bar/tree/new.
<_DOOM_> The main rendering is in bar_draw, the buffers are allocated correctly as I've tried rendering with cairo and it was fine.
_DOOM_ has quit [Quit: WeeChat 4.0.2]
_DOOM_ has joined #wayland
Guest6488 has quit [Remote host closed the connection]
<bl4ckb0ne> i think the stride is wrong
<bl4ckb0ne> hmm no, maybe a format issue
Company has quit [Remote host closed the connection]
co1umbarius has quit [Remote host closed the connection]
co1umbarius has joined #wayland
rv1sr has joined #wayland
tawonga has quit [Read error: Connection reset by peer]
tawonga has joined #wayland
<_DOOM_> bl4ckb0ne: How so? The formats between pixman and wl_shm_pool_create_buffer match.
___nick___ has joined #wayland
rasterman has joined #wayland
<emersion> _DOOM_: i suggest you check the formats with https://pixfmtdb.emersion.fr/
<emersion> it's not obvious which are equivalent between 2 given APIs
tawonga has quit [Read error: Connection reset by peer]
sozuba has joined #wayland
tawonga has joined #wayland
sima has joined #wayland
julio7359 has quit [Ping timeout: 480 seconds]
iomari891 has joined #wayland
<_DOOM_> emersion: on it
<emersion> ah, and WL_SHM is same as DRM_
<emersion> in terms of format names
<_DOOM_> ok
<_DOOM_> pixman and wl_shm formats that I am using are compatible.
<_DOOM_> but thanks for the site I am going to keep this somewhere
<_DOOM_> *and thanks...
sozuba has left #wayland [Leaving]
sozuba has joined #wayland
manuel_ has joined #wayland
rgallaispou has joined #wayland
mvlad has joined #wayland
carlos_ has joined #wayland
manuel__ has joined #wayland
sozuba has quit [Ping timeout: 480 seconds]
manuel_ has quit [Remote host closed the connection]
tent405 has quit [Quit: tent405]
andyrtr has quit [Quit: ZNC 1.8.2 - https://znc.in]
andyrtr has joined #wayland
cmichael has joined #wayland
_DOOM_ has quit [Quit: WeeChat 4.0.2]
modin has quit [Quit: ZNC 1.8.2 - https://znc.in]
modin has joined #wayland
iomari891 has quit [Ping timeout: 480 seconds]
vyivel has quit [Remote host closed the connection]
vyivel has joined #wayland
MrCooper has quit [Remote host closed the connection]
MrCooper has joined #wayland
fmuellner has joined #wayland
junaid has joined #wayland
junaid has quit []
junaid has joined #wayland
kts has joined #wayland
junaid has quit [Remote host closed the connection]
Company has joined #wayland
kts has quit [Quit: Konversation terminated!]
kts has joined #wayland
rgallaispou has quit [Read error: Connection reset by peer]
rgallaispou has joined #wayland
SeunghunLee[m] has joined #wayland
<wlb> wayland Issue #398 opened by Kirill Chibisov (kchibisov) What client should do when receiving `null` offer in `wl_data_device::enter` https://gitlab.freedesktop.org/wayland/wayland/-/issues/398
<DodoGTA> Is there a Wayland equivalent of XDisplayName()?
<jadahl> no, you'll have to derive that yourself
<jadahl> i.e. check the env for WAYLAND_SOCKET, WAYLAND_DISPLAY and the "wayland-0" fallback
iomari892 has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
kts has quit [Quit: Konversation terminated!]
Company has quit [Read error: Connection reset by peer]
<MrCooper> ofourdan: re https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1139 I wonder if handle_libdecor_configure needs to commit at all? Is there a problem if we just wait for a commit from somewhere else?
kts has joined #wayland
<MrCooper> ah, I guess it's needed for any libdecor state changes to take effect
junaid has joined #wayland
bodiccea has joined #wayland
<ofourdan> yeah, I took example on libdecor's own demo program
columbarius has joined #wayland
co1umbarius has quit [Ping timeout: 480 seconds]
crazybyte6 has joined #wayland
<jadahl> MrCooper: waiting for a commit "later" is fine, the libdecor_frame_commit() just stages the subsurfaces so they'll be applied on the next toplevel commit
<MrCooper> the latter may never happen though, if the size doesn't change and Xwayland doesn't need to draw anything
<jadahl> then it needs a "damage" so that it does draw soon enough
crazybyte has quit [Ping timeout: 480 seconds]
crazybyte6 is now known as crazybyte
<ofourdan> actually, I think we should just remove the wl_surface_commit() entirely
manuel__ has quit [Quit: Leaving]
<cambrian_invader> pq: yes, it's the real binary
<cambrian_invader> pq: when I run it as a user service the logs go to the user journal\
<cambrian_invader> pq: however, when I run it as a system service there are no logs
<cambrian_invader> daniels: I'm using drm
eroux has joined #wayland
eroux__ has quit [Ping timeout: 480 seconds]
Company has joined #wayland
rasterman has joined #wayland
cmichael has quit [Quit: Leaving]
iomari892 has quit [Ping timeout: 480 seconds]
kts has quit [Quit: Konversation terminated!]
iomari892 has joined #wayland
kts has joined #wayland
bodiccea_ has joined #wayland
iomari892 has quit [Ping timeout: 480 seconds]
bodiccea has quit [Ping timeout: 480 seconds]
jmdaemon has quit [Ping timeout: 480 seconds]
iomari892 has joined #wayland
junaid has quit [Remote host closed the connection]
heapify has joined #wayland
jmdaemon has joined #wayland
kts has quit [Quit: Konversation terminated!]
modin has quit [Quit: ZNC 1.8.2 - https://znc.in]
modin has joined #wayland
agd5f has quit [Read error: Connection reset by peer]
agd5f has joined #wayland
___nick___ has quit []
___nick___ has joined #wayland
___nick___ has quit []
___nick___ has joined #wayland
iomari892 has quit [Ping timeout: 480 seconds]
mvlad has quit [Remote host closed the connection]
jmdaemon has quit [Ping timeout: 480 seconds]
<wlb> weston Merge request !1326 opened by Derek Foreman (derekf) Fix damage when switching back to primary plane https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1326 [Core compositor]
___nick___ has quit [Ping timeout: 480 seconds]
heapify has quit [Quit: heapify]
rv1sr has quit []
jmdaemon has joined #wayland
nerdopolis has joined #wayland
sima has quit [Ping timeout: 480 seconds]
cool110 has joined #wayland
cool110 is now known as Guest6556
narodnik has quit [Quit: WeeChat 3.8]
nerdopolis has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
flokli has quit [Quit: WeeChat 3.8]
flokli has joined #wayland
Brainium has joined #wayland
nerdopolis has joined #wayland
cvmn has quit []
nerdopolis has quit [Ping timeout: 480 seconds]
jmdaemon has quit [Ping timeout: 480 seconds]
jmdaemon has joined #wayland
nerdopolis has joined #wayland
Hypfer has quit [Quit: Ping timeout (120 seconds)]
Hypfer has joined #wayland
caveman has joined #wayland