diff options
Diffstat (limited to 'recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch')
-rw-r--r-- | recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch b/recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch index cc59ca6..872bc7b 100644 --- a/recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch +++ b/recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 393e90beb9f5e535b5ce5d9eba4bc74907a96afe Mon Sep 17 00:00:00 2001 | 1 | From 5acedbd1d27fe528687f27173d2af9b1786f580d 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: Sat, 6 Feb 2016 11:10:47 -0800 | 3 | Date: Sat, 6 Feb 2016 11:10:47 -0800 |
4 | Subject: [PATCH 06/19] zero-out wl buffers in egl_surface_free | 4 | Subject: [PATCH] zero-out wl buffers in egl_surface_free |
5 | 5 | ||
6 | origins from buildroot | 6 | origins from buildroot |
7 | 7 | ||
@@ -28,6 +28,3 @@ index 42350bf..1f923d9 100644 | |||
28 | } | 28 | } |
29 | #endif | 29 | #endif |
30 | } | 30 | } |
31 | -- | ||
32 | 2.22.0 | ||
33 | |||