summaryrefslogtreecommitdiffstats
path: root/src/egl
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-11-13 14:02:56 +0000
committerEmil Velikov <[email protected]>2017-11-16 14:03:11 +0000
commit6614804d1e9848ffd3402e4b23f4c57d39a59b7c (patch)
tree6a71a024680a005daeff0e52154b98115d06e46e /src/egl
parent8d745abc00903d4685ab7caa3f49573523d83049 (diff)
egl: add note about missing $plat_teardown
Some platforms are missing a proper teardown function. Add a small TODO to make it obvious. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/egl')
-rw-r--r--src/egl/drivers/dri2/egl_dri2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c
index 28a3591ed49..c362206a431 100644
--- 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;
}