15:13 pq: re: wayland-protocols meeeting that just ended; all repos are linked from https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/14 description.
15:14 pq: This !14 is the the upstream protocol MR, with links to color-and-hdr doc repo and Sebastian's fork where the protocol changes and discussions happen.
15:16 swick[m]: pq: do you have the renaming script somewhere?
15:17 pq: it's in the Weston branch...
15:17 pq: https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1356
15:17 swick[m]: ah perfect
15:18 pq: first patch
15:19 pq: it's pretty much 'sed s/wp_/xx_/g' but not in those words :-)
15:32 pq: https://gitlab.freedesktop.org/pq/color-and-hdr/-/blob/main/doc/design_goals.rst is still good, right?
16:51 wlb: weston Issue #836 opened by Kirill Primak (vyivel) If an xdg_popup isn't destroyed in response to xdg_popup.popup_done, switching focus leads to NULL dereference https://gitlab.freedesktop.org/wayland/weston/-/issues/836
16:52 wlb: weston Issue #837 opened by Kirill Primak (vyivel) xdg_popup.grab in combination with wl_data_device.start_drag can lead to visual artifacts https://gitlab.freedesktop.org/wayland/weston/-/issues/837
17:34 bl4ckb0ne: > Usecase: Medical devices with proprietary pixel formats combining multiple pixels (8bit) into a single high bit depth pixel.
17:34 bl4ckb0ne: til about proprietary pixel formats
17:36 JEEB: you can look up the implementation of D company's IPTv2 with per-frame reshaping in libplacebo
17:36 JEEB: that's one Very Proprietary colorspace
17:37 JEEB: but that description just sounds like >8bit pixel format
17:37 JEEB: if it's imaging related, possibly bayer?