[Mesa-dev] [PATCH v3 0/3] Make eglExportDMABUFImageMESA return corresponding offset.

Weng, Chuanbo chuanbo.weng at intel.com
Mon Sep 19 10:55:26 UTC 2016


Seems they haven't got lost, because I see these patches in the mailing-list webpage:
https://lists.freedesktop.org/archives/mesa-dev/2016-September/128847.html
https://lists.freedesktop.org/archives/mesa-dev/2016-September/128845.html
https://lists.freedesktop.org/archives/mesa-dev/2016-September/128846.html
https://lists.freedesktop.org/archives/mesa-dev/2016-September/128844.html

And my gmail account also receives these patches.

Thanks,
Chuanbo Weng


-----Original Message-----
From: Nicolai Hähnle [mailto:nhaehnle at gmail.com] 
Sent: Monday, September 19, 2016 4:53 PM
To: Weng, Chuanbo <chuanbo.weng at intel.com>; mesa-dev at lists.freedesktop.org; emil.l.velikov at gmail.com
Subject: Re: [Mesa-dev] [PATCH v3 0/3] Make eglExportDMABUFImageMESA return corresponding offset.

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