1
0
Fork 0
forked from wry/wry
wry/src/render
Julian Orth e52a60b3b6 wayland: implement scaling
This involves many subsystems:

- config:
    - allow setting the connector scale
    - allow setting the cursor size
- cursors:
    - load server cursors for all requested sizes and scales
- wl_surface:
    - track the output the surface belongs to
    - send wl_surface.enter/leave
- wl_output:
    - implement wl_output.scale
- text:
    - pre-render texts for all used scales
- renderer:
    - properly align scale textures and rectangles
- wp_fractional_scale:
    - new interface for fractional scaling
2022-05-30 17:00:25 +02:00
..
egl wayland: add support for NV12 format 2022-05-28 22:04:00 +02:00
gl wayland: add support for NV12 format 2022-05-28 22:04:00 +02:00
renderer wayland: implement scaling 2022-05-30 17:00:25 +02:00
shaders wayland: add support for NV12 format 2022-05-28 22:04:00 +02:00
egl.rs autocommit 2022-04-07 17:31:31 CEST 2022-04-07 17:31:31 +02:00
ext.rs wayland: add support for NV12 format 2022-05-28 22:04:00 +02:00
gl.rs autocommit 2022-03-23 18:38:46 CET 2022-03-23 18:38:46 +01:00
proc.rs autocommit 2022-03-29 15:40:59 CEST 2022-03-29 15:40:59 +02:00
renderer.rs autocommit 2022-04-07 17:31:31 CEST 2022-04-07 17:31:31 +02:00