diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-07-25 23:44:16 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-08-16 15:17:26 +0100 |
commit | a374ab0e4e5f2d17d506f28498b0de37798549fb (patch) | |
tree | feeb903ad401d24fe81b0ba5dd03565c0f75d337 /recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch | |
parent | f961726634dc84b2f535ebd5eb323a3235785f30 (diff) | |
download | meta-raspberrypi-a374ab0e4e5f2d17d506f28498b0de37798549fb.tar.gz |
userland: Upgrade to latest
Fix build with glibc 2.30
Forward patches to 20190724 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch')
-rw-r--r-- | recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch b/recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch index 20a3743..a075b1e 100644 --- a/recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch +++ b/recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From c7acd48a9044e24d64ef453ff35202d6a697eb5d Mon Sep 17 00:00:00 2001 | 1 | From ea3f7c3822efd33cec96a79eb9a345544b942d9e Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Tue, 29 Mar 2016 20:38:30 -0700 | 3 | Date: Tue, 29 Mar 2016 20:38:30 -0700 |
4 | Subject: [PATCH 10/18] Fix for framerate with nested composition | 4 | Subject: [PATCH 10/19] Fix for framerate with nested composition |
5 | 5 | ||
6 | frame rate appears irregular and lower than expected when using nested composition. | 6 | frame rate appears irregular and lower than expected when using nested composition. |
7 | 7 | ||
@@ -56,5 +56,5 @@ index 03fe67b..13a110c 100644 | |||
56 | #ifdef ANDROID | 56 | #ifdef ANDROID |
57 | CLIENT_UNLOCK(); | 57 | CLIENT_UNLOCK(); |
58 | -- | 58 | -- |
59 | 2.21.0 | 59 | 2.22.0 |
60 | 60 | ||