Re: [Mesa-dev] [PATCH] EGL: Add pbuffer support for drm platform

2015-06-18 Thread Liu, Ying2
Hi, Chad, Thank you so much for reviewing my patch. I am in vacation and sabbatical right now. I will talk with our customer about your suggestion. I will fix the patch when I come back. Ying -Original Message- From: Versace, Chad Sent: Thursday, June 18, 2015 7:34 AM To: Liu, Ying2

Re: [Mesa-dev] EGL: Add pbuffer support for drm platform

2015-06-11 Thread Liu, Ying2
Marek, Thank you so much for your review. I have updated my patch. Ying -Original Message- From: Marek Olšák [mailto:mar...@gmail.com] Sent: Thursday, June 11, 2015 4:34 AM To: Liu, Ying2 Cc: mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] EGL: Add pbuffer support for drm

Re: [Mesa-dev] Add pbuffer support for drm platform

2015-06-10 Thread Liu, Ying2
riginal Message----- From: Liu, Ying2 Sent: Wednesday, June 10, 2015 4:05 PM To: mesa-dev@lists.freedesktop.org Cc: Liu, Ying2 Subject: EGL: Add pbuffer support for drm platform Add pbuffer support for drm platform, because some customers are still using this feature. Signed-off-by: Ying Li

Re: [Mesa-dev] enable pbuffer for drm platform

2015-06-01 Thread Liu, Ying2
Emil, Thank you so much for your reply. I will rebase my patch to mesa master branch and rerun the tests. I will then send you the test result. Thanks Ying -Original Message- From: Emil Velikov [mailto:emil.l.veli...@gmail.com] Sent: Saturday, May 30, 2015 4:57 AM To: Liu, Ying2 Cc

Re: [Mesa-dev] enable pbuffer for drm platform

2015-06-01 Thread Liu, Ying2
[mailto:matts...@gmail.com] Sent: Friday, May 29, 2015 4:13 PM To: Liu, Ying2 Cc: mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] enable pbuffer for drm platform On Fri, May 29, 2015 at 3:17 PM, Liu, Ying2 wrote: > When we tried to enable EGL on our project, we found that there was

[Mesa-dev] enable pbuffer for drm platform

2015-05-29 Thread Liu, Ying2
When we tried to enable EGL on our project, we found that there was no pbuffer support for drm platform. I got some help from Alan and Kristian. Thank you so much! I studied platform_drm.c and compared it to other platforms' code. Finally I was able to create this patch to enable pbuffer for drm