ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
jmdaemon has joined #wayland
rv1sr has joined #wayland
co1umbarius has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
<wlb> wayland-protocols Merge request !242 opened by zorowk (zorowk) unstable/xdg-output: identify a primary display. https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/242
newbthenewbd has quit [Ping timeout: 480 seconds]
nerdopolis has quit [Ping timeout: 480 seconds]
nerdopolis has joined #wayland
ciara has quit [Read error: Connection reset by peer]
ciara has joined #wayland
nerdopolis has quit [Ping timeout: 480 seconds]
rgallaispou has quit [Remote host closed the connection]
<wlb> weston Issue #790 opened by Tomohito Esaki (etom) Cannot build drm-backend with libgbm 21.0 or before https://gitlab.freedesktop.org/wayland/weston/-/issues/790
sangoma has quit [Ping timeout: 480 seconds]
kabaka has joined #wayland
kabaka is now known as Guest7659
ciara has quit [Read error: Connection reset by peer]
kien has joined #wayland
kien has quit [Quit: Leaving]
ciara has joined #wayland
Company has quit [Quit: Leaving]
ciara has quit [Read error: Connection reset by peer]
ciara has joined #wayland
junaid has joined #wayland
ciara has quit [Ping timeout: 480 seconds]
lsd|2 has joined #wayland
lsd|2 has quit []
lsd|2 has joined #wayland
lsd|2 has quit []
junaid has quit [Ping timeout: 480 seconds]
ciara has joined #wayland
ciara has quit [Read error: Connection reset by peer]
newbthenewbd has joined #wayland
junaid has joined #wayland
mvlad has joined #wayland
tent405 has quit [Quit: tent405]
<wlb> weston Merge request !1331 opened by Marius Vlad (mvlad) backend-drm/meson.build: Require at least mesa 21.1.1 https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1331 [Backport to weston 10], [Backport to weston 11], [Backport to weston 12], [DRM/KMS backend]
ciara has joined #wayland
i509vcb has quit [Quit: Connection closed for inactivity]
iomari891 has joined #wayland
leon-anavi has joined #wayland
crombie has joined #wayland
sima has joined #wayland
crombie_ has joined #wayland
crombie has quit [Ping timeout: 480 seconds]
carlos_ has joined #wayland
junaid has quit [Ping timeout: 480 seconds]
rasterman has joined #wayland
caveman has quit [Remote host closed the connection]
caveman has joined #wayland
puck_ has quit [Quit: -w-]
puck_ has joined #wayland
<wlb> weston/main: Philipp Zabel * gl-renderer: Stop reading presentation clock without shaders to time https://gitlab.freedesktop.org/wayland/weston/commit/51d23a409ad8 libweston/renderer-gl/gl-shaders.c
<wlb> weston/main: Philipp Zabel * libweston: Set the presentation clock in the compositor https://gitlab.freedesktop.org/wayland/weston/commit/1d59530e4b72 compositor/main.c include/libweston/libweston.h libweston/backend-drm/kms.c libweston/backend-headless/headless.c libweston/backend-pipewire/pipewire.c libweston/backend-rdp/rdp.c libweston/backend-vnc/vnc.c libweston/backend-wayland/wayland.c libweston/ba
<wlb> weston Merge request !1325 merged \o/ (libweston: set the presentation clock in the compositor https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1325)
<wlb> weston/main: Derek Foreman * libweston: Fix "fix paint_node_damage_below" https://gitlab.freedesktop.org/wayland/weston/commit/ea4700c81f03 libweston/compositor.c
<wlb> weston/main: Derek Foreman * libweston: Delete paint nodes when views change layers https://gitlab.freedesktop.org/wayland/weston/commit/b75f1c0fd142 libweston/compositor.c
<wlb> weston Merge request !1328 merged \o/ (More damage fixes https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1328)
iomari891 has quit [Ping timeout: 480 seconds]
iomari891 has joined #wayland
jmdaemon has quit [Ping timeout: 480 seconds]
senatorM has joined #wayland
<senatorM> thasounds to millions of facts if encoded by minification in a clock cycle
<senatorM> you will notice that those people say what i say, and overall there are flaws in calculating data allocations, memory wasting , so that needs new design
iomari891 has quit [Read error: Connection reset by peer]
iomari891 has joined #wayland
senatorM was banned on #wayland by ChanServ [*!~kelmid@*]
senatorM was kicked from #wayland by ChanServ [You are not permitted on this channel]
iomari892 has joined #wayland
iomari891 has quit [Read error: Connection reset by peer]
godvino has joined #wayland
iomari892 has quit [Ping timeout: 480 seconds]
lsd|2 has joined #wayland
lsd|2 has quit []
lsd|2 has joined #wayland
lsd|2 has quit []
lsd|2 has joined #wayland
lsd|2 has quit []
lsd|2 has joined #wayland
cmichael has joined #wayland
junaid has joined #wayland
junaid has quit []
junaid has joined #wayland
nerdopolis has joined #wayland
junaid has quit [Remote host closed the connection]
crombie_ has quit [Ping timeout: 480 seconds]
kts has joined #wayland
nerdopolis has quit [Remote host closed the connection]
nerdopolis has joined #wayland
MajorBiscuit has joined #wayland
<Zeroine> There's 2 different sets of functions, variables, struct, etc. for the wayland client and wayland server library and header files, right? Like for example, after installing the wayland package I got one wayland-client shared library which I think contains the implementation of both the functions declared by the header file for low-level wire protocol and the high-level one which is
<Zeroine> used for creating compositors or wayland clients. Is this correct so far?
<Zeroine> I'm not sure which of the header files is exactly the low-level one and which is the high-level one. Wikipedia says the high-level one is generated by the XML. For me this is wayland-client-protocol.h which is identical to what `wayland-scanner client-header /usr/share/wayland/wayland.xml` returns but the wayland-client.h file which just includes both core and and protocol headers
<Zeroine> says including only the core is encouraged (I think this implies it's the higher level API that's encouraged to be used)
<Zeroine> So both of those statements conflict.
crombie_ has joined #wayland
crombie__ has joined #wayland
<Zeroine> I noticed the functions that return wl_proxy (which according to the documentation aren't supposed to be used directly) are declared in the core header but they're only being used in the protocol header
crombie_ has quit [Ping timeout: 480 seconds]
<Zeroine> actually nevermind
godvino has quit [Quit: WeeChat 3.6]
kts has quit [Quit: Leaving]
Company has joined #wayland
nerdopolis has quit [Ping timeout: 480 seconds]
<Zeroine> don't know why the protocol header contains the definitions of functions though, I thought it would just be the declarations and the implementation is in pre-compiled in libwayland-client or libwayland-server
<kennylevinsen> Zeroine: those functions are specific to the generated protocol. libwayland does just has the wire protocol logic, it has no knowledge of the protocols you run wayland-scanner on.
<Zeroine> ah okay thanks
<wlb> weston Issue #790 closed \o/ (Cannot build drm-backend with libgbm 21.0 or before https://gitlab.freedesktop.org/wayland/weston/-/issues/790)
<wlb> weston/main: Marius Vlad * backend-drm/meson.build: Require at least mesa 21.1.1 https://gitlab.freedesktop.org/wayland/weston/commit/0713ea7ee621 libweston/backend-drm/meson.build
<wlb> weston Merge request !1331 merged \o/ (backend-drm/meson.build: Require at least mesa 21.1.1 https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1331)
<wlb> weston Merge request !1332 opened by Marius Vlad (mvlad) Fixes for Weston 11.0 https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1332
psykose has joined #wayland
crombie__ has quit [Read error: Connection reset by peer]
nerdopolis has joined #wayland
<wlb> weston Merge request !1333 opened by Marius Vlad (mvlad) Fixes for Weston 12.0 https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1333
<wlb> weston Merge request !1334 opened by Marius Vlad (mvlad) backend-drm/meson.build: Require at least mesa 21.1.1 https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1334
<JPEW> Sorry, is something wrong with the gitlab CI? I can't figure out why https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1330 doesn't pass on the x86 builds (doesn't even seem to start them really(
glennk has quit [Read error: Connection reset by peer]
glennk has joined #wayland
<MrCooper> JPEW: it's because some of the "Base container" stage jobs really failed to complete their work, but incorrectly returned success; this could be fixed by updating to a newer ci-templates snapshot, meanwhile you can try manually retrying the base container jobs and then the failed build/test jobs
<JPEW> MrCooper: Got it. I'll try that. Thanks
<wlb> wayland Merge request !333 opened by Simon Ser (emersion) ci: upgrade ci-templates, Debian and FreeBSD https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/333 [Testing]
nerdopolis has quit [Ping timeout: 480 seconds]
glennk has quit [Quit: Leaving]
glennk has joined #wayland
<wlb> weston/10.0: Marius Vlad * backend-drm/meson.build: Require at least mesa 21.1.1 https://gitlab.freedesktop.org/wayland/weston/commit/00624d45b7b4 libweston/backend-drm/meson.build
<wlb> weston Merge request !1334 merged \o/ (backend-drm/meson.build: Require at least mesa 21.1.1 https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1334)
<wlb> weston/11.0: Liu, Kai1 * xwm: WM_TRANSIENT_FOR should not point to override-redirect window https://gitlab.freedesktop.org/wayland/weston/commit/38eb0a96e01d xwayland/window-manager.c
<wlb> weston/11.0: Marius Vlad * backend-drm/meson.build: Require at least mesa 21.1.1 https://gitlab.freedesktop.org/wayland/weston/commit/263702cf7d2d libweston/backend-drm/meson.build
<wlb> weston Merge request !1332 merged \o/ (Fixes for Weston 11.0 https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1332)
<wlb> weston Merge request !1333 merged \o/ (Fixes for Weston 12.0 https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1333)
<wlb> weston Merge request !1335 opened by Marius Vlad (mvlad) build: bump to version 12.0.2 for the point release https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1335
MajorBiscuit has quit [Ping timeout: 480 seconds]
<wlb> weston/12.0: Marius Vlad * build: bump to version 12.0.2 for the point release https://gitlab.freedesktop.org/wayland/weston/commit/55986c428890 meson.build
<wlb> weston Merge request !1335 merged \o/ (build: bump to version 12.0.2 for the point release https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1335)
<wlb> weston Merge request !1336 opened by Philipp Zabel (pH5) libweston: Extend weston_compositor_backends_loaded to init no-op color manager https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1336
heapify has joined #wayland
<Max1> jadahl: could you maybe take a look at https://gitlab.freedesktop.org/wayland/weston/-/issues/775? I think you originally wrote the code in question
kts has joined #wayland
kts has quit [Remote host closed the connection]
kts has joined #wayland
kts has quit [Remote host closed the connection]
<wlb> weston Merge request !1337 opened by Marius Vlad (mvlad) build: bump to version 11.0.3 for the point release https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1337
i509vcb has joined #wayland
<wlb> weston/11.0: Marius Vlad * build: bump to version 11.0.3 for the point release https://gitlab.freedesktop.org/wayland/weston/commit/742ad74bc0db meson.build
<wlb> weston Merge request !1337 merged \o/ (build: bump to version 11.0.3 for the point release https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1337)
<wlb> weston Merge request !1338 opened by Marius Vlad (mvlad) build: bump to version 10.0.5 for the point release https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1338
lsd|2 has quit [Ping timeout: 480 seconds]
<wlb> weston/10.0: Marius Vlad * build: bump to version 10.0.5 for the point release https://gitlab.freedesktop.org/wayland/weston/commit/2e543aef219b meson.build
<wlb> weston Merge request !1338 merged \o/ (build: bump to version 10.0.5 for the point release https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1338)
junaid has joined #wayland
<wlb> wayland.freedesktop.org Merge request !60 opened by Marius Vlad (mvlad) releases: add weston 10.0.5 release https://gitlab.freedesktop.org/wayland/wayland.freedesktop.org/-/merge_requests/60
<wlb> wayland.freedesktop.org Merge request !60 merged \o/ (releases: add weston 10.0.5 release https://gitlab.freedesktop.org/wayland/wayland.freedesktop.org/-/merge_requests/60)
<wlb> wayland.freedesktop.org/main: Marius Vlad * releases: add weston 10.0.5 release https://gitlab.freedesktop.org/wayland/wayland.freedesktop.org/commit/b94b5f855bbc releases/weston-10.0.5.tar.xz releases/weston-10.0.5.tar.xz.sig releases.html
cmichael has quit [Quit: Leaving]
rasterman has quit [Read error: Connection reset by peer]
rasterman has joined #wayland
leon-anavi has quit [Quit: Leaving]
heapify is now known as heapheap
jmdaemon has joined #wayland
heapheap has quit []
junaid has quit [Remote host closed the connection]
junaid has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
junaid has quit [Ping timeout: 480 seconds]
<wlb> wayland.freedesktop.org Merge request !61 opened by Marius Vlad (mvlad) releases: add weston 11.0.3 release https://gitlab.freedesktop.org/wayland/wayland.freedesktop.org/-/merge_requests/61
<wlb> wayland.freedesktop.org/main: Marius Vlad * releases: add weston 11.0.3 release https://gitlab.freedesktop.org/wayland/wayland.freedesktop.org/commit/e2aee2cb6b09 releases/weston-11.0.3.tar.xz releases/weston-11.0.3.tar.xz.sig releases.html
<wlb> wayland.freedesktop.org Merge request !61 merged \o/ (releases: add weston 11.0.3 release https://gitlab.freedesktop.org/wayland/wayland.freedesktop.org/-/merge_requests/61)
rv1sr has quit []
<wlb> wayland.freedesktop.org Merge request !62 opened by Marius Vlad (mvlad) releases: add weston 12.0.2 release https://gitlab.freedesktop.org/wayland/wayland.freedesktop.org/-/merge_requests/62
<wlb> wayland.freedesktop.org/main: Marius Vlad * releases: add weston 12.0.2 release https://gitlab.freedesktop.org/wayland/wayland.freedesktop.org/commit/765e5cee068a releases/weston-12.0.2.tar.xz releases/weston-12.0.2.tar.xz.sig releases.html
<wlb> wayland.freedesktop.org Merge request !62 merged \o/ (releases: add weston 12.0.2 release https://gitlab.freedesktop.org/wayland/wayland.freedesktop.org/-/merge_requests/62)
mvlad has quit [Remote host closed the connection]
sima has quit [Ping timeout: 480 seconds]
lsd|2 has joined #wayland
nerdopolis has joined #wayland
nerdopolis has quit [Ping timeout: 480 seconds]