[WIP] Headless export-dmabuf
This is very much work in progress, but it does work quite well.
Things I'd like some feedback on:
- GBM buffer allocation. Would it be better to get the render node from DRM if the renderer belongs to DRM?
- The way I added
glEGLImageTargetRenderbufferStorageOES
into the backend is rather ugly. Suggestions?