summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
diff options
context:
space:
mode:
authorPekka Paalanen <[email protected]>2014-08-08 16:26:28 +0300
committerPekka Paalanen <[email protected]>2014-08-14 21:30:57 +0300
commit08264e5dad4df448e7718e782ad9077902089a07 (patch)
treef081327999afe861274f57bf9c0e1eabd7d3727e /src/gallium/drivers/r600
parent972e87ca30b4c4b7f6269e5f9fe8c5cb6356f744 (diff)
egl_dri2: fix EXT_image_dma_buf_import fds
The EGL_EXT_image_dma_buf_import specification was revised (according to its revision history) on Dec 5th, 2013, for EGL to not take ownership of the file descriptors. Do not close the file descriptors passed in to eglCreateImageKHR with EGL_LINUX_DMA_BUF_EXT target. It is assumed, that the drivers, which ultimately process the file descriptors, do not close or modify them in any way either. This avoids the need to dup(), as it seems we would only need to just close the dup'd file descriptors right after. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76188 Signed-off-by: Pekka Paalanen <[email protected]> Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600')
0 files changed, 0 insertions, 0 deletions