summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch
diff options
context:
space:
mode:
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.patch7
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 @@
1From 393e90beb9f5e535b5ce5d9eba4bc74907a96afe Mon Sep 17 00:00:00 2001 1From 5acedbd1d27fe528687f27173d2af9b1786f580d Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 6 Feb 2016 11:10:47 -0800 3Date: Sat, 6 Feb 2016 11:10:47 -0800
4Subject: [PATCH 06/19] zero-out wl buffers in egl_surface_free 4Subject: [PATCH] zero-out wl buffers in egl_surface_free
5 5
6origins from buildroot 6origins from buildroot
7 7
@@ -28,6 +28,3 @@ index 42350bf..1f923d9 100644
28 } 28 }
29 #endif 29 #endif
30 } 30 }
31--
322.22.0
33