diff options
author | Rob Clark <[email protected]> | 2016-11-18 08:39:33 -0500 |
---|---|---|
committer | Chad Versace <[email protected]> | 2016-12-01 10:57:35 -0800 |
commit | 0201f01dc4e903d9b60cbbf87fde3ffa7c76f248 (patch) | |
tree | a271c9cec3a1b31c72df49ffc50c8164ed25a374 /src/egl/main/eglfallbacks.c | |
parent | 21b1acfcfe4e3dd5c1de225771ba1f284026fe72 (diff) |
egl: add EGL_ANDROID_native_fence_sync
With fixes from Chad squashed in, plus fixes for issues that Rafael
found while writing piglit tests.
Signed-off-by: Rob Clark <[email protected]>
Tested-by: Rafael Antognolli <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Tested-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/egl/main/eglfallbacks.c')
-rw-r--r-- | src/egl/main/eglfallbacks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/eglfallbacks.c b/src/egl/main/eglfallbacks.c index d0fce8c20de..017d337133e 100644 --- a/src/egl/main/eglfallbacks.c +++ b/src/egl/main/eglfallbacks.c @@ -92,6 +92,7 @@ _eglInitDriverFallbacks(_EGLDriver *drv) drv->API.WaitSyncKHR = NULL; drv->API.SignalSyncKHR = NULL; drv->API.GetSyncAttrib = _eglGetSyncAttrib; + drv->API.DupNativeFenceFDANDROID = NULL; drv->API.CreateDRMImageMESA = NULL; drv->API.ExportDRMImageMESA = NULL; |