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:[email protected]] 
Sent: Monday, September 19, 2016 4:53 PM
To: Weng, Chuanbo <[email protected]>; [email protected]; 
[email protected]
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: [email protected]; [email protected]
> Cc: Weng, Chuanbo <[email protected]>
> 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
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to