Re: [Mesa-dev] [PATCH 0/8] Native GBM backends and map/unmap support

2014-04-10 Thread Jammy Zhou
2014-03-24 19:55 GMT+08:00 Ander Conselvan de Oliveira : > On 03/17/2014 11:05 AM, Jammy Zhou wrote: > >> Hi Ander, >> >> Some comments inline. >> >> And I have some further thinking about current GBM support, which is >> tied to specific implementation closely, although the GBM APIs are quite >>

Re: [Mesa-dev] [PATCH 0/8] Native GBM backends and map/unmap support

2014-03-24 Thread Ander Conselvan de Oliveira
On 03/17/2014 11:05 AM, Jammy Zhou wrote: Hi Ander, Some comments inline. And I have some further thinking about current GBM support, which is tied to specific implementation closely, although the GBM APIs are quite independent from mesa. I have some idea below to make GBM a generic solution. I

Re: [Mesa-dev] [PATCH 0/8] Native GBM backends and map/unmap support

2014-03-17 Thread Jammy Zhou
Hi Ander, Some comments inline. And I have some further thinking about current GBM support, which is tied to specific implementation closely, although the GBM APIs are quite independent from mesa. I have some idea below to make GBM a generic solution. I'm not sure if anybody else in the community

[Mesa-dev] [PATCH 0/8] Native GBM backends and map/unmap support

2014-03-13 Thread Ander Conselvan de Oliveira
From: Ander Conselvan de Oliveira Hi, This patch series implements an API for mapping an unapping GBM buffer objects. The native intel backend was implemented so that the map and unmap functionality wouldn't have to be implemented in the DRI image extension. A new EGL platform is necessary, sinc