Re: I'm adding features to VKMS! What would you like to see?

2022-07-29 Thread Thomas Zimmermann
amage handling might be useful. Userspace tests can set damage areas and readback the the results or CRC checksum. See the kernel's drm_plane_enable_fb_damage_clips() and struct drm_atomic_helper_damage_iter. Best regards Thomas Thanks! -- Jim -- Thomas Zimmermann Graphics Drive

Re: I would like to learn how this project build Wayland

2018-11-05 Thread Thomas Zimmermann
> > Have a nice day, > Valentino Bocchino > P.S.: Excuse me for my English, but because it’s my third language I’m trying > to do my best. > ___ > wayland-devel mailing list > wayland-devel@lists.freedesktop.org > https://lists.

Re: weston: Add config option to enable pixman-based rendering

2018-09-21 Thread Thomas Zimmermann
BI "use-pixman=" true >> +Enables pixman-based rendering for all outputs on backends that support it. >> +Boolean, defaults to >> +.BR false . >> +There is also a command line option to do the same. >> >> .SH "LIBINPUT SECTION" >>

weston: Add config option to enable pixman-based rendering

2018-06-06 Thread Thomas Zimmermann
true into 'weston.ini' enables pixman-based rendering for all backends that support it. With this change, pixman has to be enabled once. Signed-off-by: Thomas Zimmermann --- compositor/main.c | 39 +++ man/weston.ini.man | 6 ++ 2 files changed,