It took me longer than I hoped to get back to this, but I have now tested
Quentin Glidic's two patches (the revert followed by the revised fix) plus
my "Restore keyboard focus after VT switch", applied to Weston 4. With all
three patches applied, Weston passes my tests. Hooray!
And just to be sure
Hi Daniel ,
Thank you for the resources , I figured it out actually it was a stupid
question . I have opened a merge request on the issue ([1] Support
EGL_KHR_partial_update for performance )if you could check it .
[1] https://gitlab.freedesktop.org/wayland/weston/merge_requests/15/diffs
Than
Hi Rohan,
On Sat, 1 Sep 2018 at 11:28, rohan julka wrote:
> how can I check if there is a compilation error after editing the code in
> Weston , apologies for the rookie question I am just trying to understand on
> how to build and run Weston , it seems a bit confusing any help would be
> appr
This series, Acked-by: Sinclair Yeh
On Wed, Sep 05, 2018 at 05:18:15PM -0700, Deepak Rawat wrote:
> Not all drivers support fb2 modifiers so read the capability before
> using drmModeAddFB2WithModifiers.
>
> Signed-off-by: Deepak Rawat
> ---
> libweston/compositor-drm.c | 20 +++---