On 18 June 2015 at 17:11, Liu, Ying2 wrote:
> 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.
>
Enjoy your sabbatical Ying !
As you come back, pleas
Cc: mesa-dev@lists.freedesktop.org; Marek Olšák
Subject: Re: [Mesa-dev] [PATCH] EGL: Add pbuffer support for drm platform
On Thu 11 Jun 2015, Ying Liu wrote:
> Add pbuffer support for drm platform, because some customers are still using
> this feature.
>
> Signed-off-by: Ying Liu
On Thu 11 Jun 2015, Ying Liu wrote:
> Add pbuffer support for drm platform, because some customers are still using
> this feature.
>
> Signed-off-by: Ying Liu
> ---
> src/egl/drivers/dri2/egl_dri2.c | 2 +-
> src/egl/drivers/dri2/platform_drm.c | 18 ++
> 2 files changed, 1
Reviewed-by: Marek Olšák
Marek
On Fri, Jun 12, 2015 at 1:37 AM, Ying Liu wrote:
> Add pbuffer support for drm platform, because some customers are still using
> this feature.
>
> Signed-off-by: Ying Liu
> ---
> src/egl/drivers/dri2/egl_dri2.c | 2 +-
> src/egl/drivers/dri2/platform_drm.
Add pbuffer support for drm platform, because some customers are still using
this feature.
Signed-off-by: Ying Liu
---
src/egl/drivers/dri2/egl_dri2.c | 2 +-
src/egl/drivers/dri2/platform_drm.c | 18 ++
2 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/src/eg