diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-07-13 14:01:29 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-07-14 17:16:50 +0100 |
commit | 497a90a220086c1b23f6bd53a502adfa7bb060b9 (patch) | |
tree | b22c1227ce2d068d1825aa659d3330383d9cdc8a /recipes-graphics/userland/files/0013-Implement-triple-buffering-for-wayland.patch | |
parent | 372dc40ae390afa3d586e641952b5e639edefb8e (diff) | |
download | meta-raspberrypi-497a90a220086c1b23f6bd53a502adfa7bb060b9.tar.gz |
userland: Update to 2020-06-24 top commit
Forward port patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/files/0013-Implement-triple-buffering-for-wayland.patch')
-rw-r--r-- | recipes-graphics/userland/files/0013-Implement-triple-buffering-for-wayland.patch | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-graphics/userland/files/0013-Implement-triple-buffering-for-wayland.patch b/recipes-graphics/userland/files/0013-Implement-triple-buffering-for-wayland.patch index 3df1f6d..d5702cb 100644 --- a/recipes-graphics/userland/files/0013-Implement-triple-buffering-for-wayland.patch +++ b/recipes-graphics/userland/files/0013-Implement-triple-buffering-for-wayland.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 2e1e3c857cdf365c5a13bcd5d09685cf12f8047c Mon Sep 17 00:00:00 2001 | 1 | From dd8017ebccfa9c439a4e8dd501872e2052016f10 Mon Sep 17 00:00:00 2001 |
2 | From: Jeff Wannamaker <jeff_wannamaker@cable.comcast.com> | 2 | From: Jeff Wannamaker <jeff_wannamaker@cable.comcast.com> |
3 | Date: Thu, 19 Jan 2017 18:56:07 +0000 | 3 | Date: Thu, 19 Jan 2017 18:56:07 +0000 |
4 | Subject: [PATCH] Implement triple buffering for wayland | 4 | Subject: [PATCH 13/21] Implement triple buffering for wayland |
5 | 5 | ||
6 | Change from double to triple buffering for wayland. | 6 | Change from double to triple buffering for wayland. |
7 | This enables higher frame rates without tearing artifacts | 7 | This enables higher frame rates without tearing artifacts |
@@ -85,3 +85,6 @@ index e328b77..58a3184 100644 | |||
85 | /* | 85 | /* |
86 | back_wl_buffer | 86 | back_wl_buffer |
87 | 87 | ||
88 | -- | ||
89 | 2.27.0 | ||
90 | |||