i509VCB

Results 178 issues of i509VCB

For parity with the Winit backend, we probably want to implement touch event support for the X11 backend. Regarding implementation, we can optionally depend on the xinput extension to receive...

difficulty: average
component: backend
type: improvement

Discovered this while working on #371 and forgot to create the dmabuf globals. Reproduction: - Comment out the code inside winit (or the X11 backend from #371) that registers the...

component: backend
type: bug
status: needs investigation

My testing by running some of the intellij ides inside the winit backend shows that for some reason no elements in swing are rendered. Setting `_JAVA_AWT_WM_NONREPARENTING=1` fixes this issue since...

component: xwayland
status: needs discussion

I've found the idea of using winit to test a compositor in a window to be very intriguing, however at the moment using the winit backend also pulls in an...

status: needs discussion

This also fixes the event_created_child macro to match a `pat` to allow paths and expressions to work.

https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/218/diffs

**Checklist** - [X] Run `cargo clippy`. - [X] Run `RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown` if applicable. - [ ] Add change to CHANGELOG.md. See simple instructions inside file. **Connections** Fixes...

Wayland is inherently a mailbox system and hence should be noted as always supporting Mailbox (at least on Vulkan where it's explicitly known, the Wayland EGL platform isn't too clear...

**Is your feature request related to a problem? Please describe.** In order to support images imported from external memory in the Vulkan hal, the images must have queue ownership transferred...

**Description** wgpu when libwayland is installed will try to use the EGL Wayland platform but fail to present to an X11 window. **Repro steps** With libwayland-client installed and a running...

type: bug
help wanted
area: wsi