After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735364 - surface: add support for dma_buf exports
surface: add support for dma_buf exports
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on: 736721
Blocks: 731852 736713
 
 
Reported: 2014-08-25 08:53 UTC by Gwenole Beauchesne
Modified: 2015-01-28 16:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gwenole Beauchesne 2014-08-25 08:53:22 UTC
Use the new VA buffer exports APIs to allow for a VA surface to be exposed as a plain PRIME fd. This is in view of simplifying interop with EGL or OpenCL for instance.
Comment 1 Gwenole Beauchesne 2015-01-28 16:38:12 UTC
commit 073d6d59e1a95dedb8c97f66b55f641034e39a0c
Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Date:   Mon Sep 15 11:48:05 2014 +0200

    surface: add support for dma_buf exports.
    
    Use the new VA buffer export APIs to allow for a VA surface to be
    exposed as a plain PRIME fd. This is in view to simplifying interop
    with EGL or OpenCL for instance.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735364