projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d745ab
)
egl: add note about missing $plat_teardown
author
Emil Velikov
<emil.velikov@collabora.com>
Mon, 13 Nov 2017 14:02:56 +0000
(14:02 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Thu, 16 Nov 2017 14:03:11 +0000
(14:03 +0000)
Some platforms are missing a proper teardown function. Add a small TODO
to make it obvious.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/egl/drivers/dri2/egl_dri2.c
patch
|
blob
|
history
diff --git
a/src/egl/drivers/dri2/egl_dri2.c
b/src/egl/drivers/dri2/egl_dri2.c
index 28a3591ed494784da3ffa7e2989982e1d2b2513a..c362206a4311212235f02dc7ac951b41518c6265 100644
(file)
--- a/
src/egl/drivers/dri2/egl_dri2.c
+++ b/
src/egl/drivers/dri2/egl_dri2.c
@@
-998,6
+998,7
@@
dri2_display_destroy(_EGLDisplay *disp)
dri2_teardown_wayland(disp);
break;
default:
+ /* TODO: add teardown for other platforms */
break;
}