egl: add note about missing $plat_teardown
[mesa.git] / src / egl / drivers / dri2 / egl_dri2.c
index 28a3591ed494784da3ffa7e2989982e1d2b2513a..c362206a4311212235f02dc7ac951b41518c6265 100644 (file)
@@ -998,6 +998,7 @@ dri2_display_destroy(_EGLDisplay *disp)
       dri2_teardown_wayland(disp);
       break;
    default:
+      /* TODO: add teardown for other platforms */
       break;
    }