[Mesa-dev] [PATCH v3 0/3] Make eglExportDMABUFImageMESA return corresponding offset.
Nicolai Hähnle
nhaehnle at gmail.com
Mon Sep 19 08:53:16 UTC 2016
Those patches got lost somehow? Maybe they weren't sent out as replies
to your first email, check the git configuration for sendemail.thread or
the git send-email --thread flag.
Cheers,
Nicolai
On 18.09.2016 09:04, Weng, Chuanbo wrote:
> Ping for review. Thanks.
>
> -----Original Message-----
> From: Weng, Chuanbo
> Sent: Wednesday, September 14, 2016 1:07 AM
> To: mesa-dev at lists.freedesktop.org; emil.l.velikov at gmail.com
> Cc: Weng, Chuanbo <chuanbo.weng at intel.com>
> Subject: [PATCH v3 0/3] Make eglExportDMABUFImageMESA return corresponding offset.
>
> This patchset makes eglExportDMABUFImageMESA return corresponding offset of EGLImage instead of 0 on intel platfrom with classic dri driver(i965).
>
> v2: Add version check of __DRIimageExtension implementation in egl loader (Suggested by Axel Davy).
>
> v3: Don't add version check of __DRIimageExtension implementation in egl loader. Set the offset only when queryImage() succeeds. (Suggested by Emil
> Velikov)
>
> Chuanbo Weng (3):
> dri: add offset attribute and bump version of EGLImage extensions.
> egl: return corresponding offset of EGLImage instead of 0.
> i965: implement querying __DRI_IMAGE_ATTRIB_OFFSET.
>
> include/GL/internal/dri_interface.h | 4 +++-
> src/egl/drivers/dri2/egl_dri2.c | 8 +++++++-
> src/mesa/drivers/dri/i965/intel_screen.c | 9 +++++++--
> 3 files changed, 17 insertions(+), 4 deletions(-)
>
> --
> 1.9.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
More information about the mesa-dev
mailing list