diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-11-24 23:04:24 -0800 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-11-25 17:57:12 +0000 |
| commit | fd83102af7b0a2ff2de33a2e71bdfbd87335d79b (patch) | |
| tree | 21f23605549d93ee321139c4e51ee58a72fdab08 /recipes-graphics/userland/files/0013-Implement-triple-buffering-for-wayland.patch | |
| parent | 6a53db2fb689d372c6acbb429f1a2211eca40aa5 (diff) | |
| download | meta-raspberrypi-fd83102af7b0a2ff2de33a2e71bdfbd87335d79b.tar.gz | |
userland: Upgrade to latest as of 20201027
refresh 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, 2 insertions, 5 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 d5702cb..b60928a 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 dd8017ebccfa9c439a4e8dd501872e2052016f10 Mon Sep 17 00:00:00 2001 | 1 | From ffdcdf7605f4f266b408cf161e7c76dab54d689b 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 13/21] Implement triple buffering for wayland | 4 | Subject: [PATCH] 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,6 +85,3 @@ index e328b77..58a3184 100644 | |||
| 85 | /* | 85 | /* |
| 86 | back_wl_buffer | 86 | back_wl_buffer |
| 87 | 87 | ||
| 88 | -- | ||
| 89 | 2.27.0 | ||
| 90 | |||
