egl: Set EGL_IMAGE_PRESERVED_KHR on DMABUF import
Otherwise drivers would be free to alter the buffer content. While no
driver is known to do so, it's probably good to make things explicit.
See also import_simple_dmabuf()
in Weston.
And another trivial cleanup commit, split out from !2191 (merged)