Changes since 1.1.0:
- Generate an EGL error if eGbmCreatePlatformWindowSurfaceHook fails.
- Fail eGbmCreatePlatformWindowSurfaceHook if the gbm_surface specified does not come from the same gbm_device as the EGLDisplay specified.
- Fix a memory leak originating in loadEGLExternalPlatform()
- Improved surface free buffer accounting.
- Fix a dma-buf file descriptor leak originating in eGbmSurfaceLockFrontBuffer()
- Fix a possible buffer overrun in eGbmChooseConfigHook()
- Fix eGbmPointerIsDereferenceable() on FreeBSD and other platforms where RTLD_DEFAULT != NULL
- Avoid waking NVIDIA GPUs from lower power states in eGbmGetPlatformDisplayExport() if the specified gbm_device is not an NVIDIA device.