Re: [RFC 0/9] gbm_surface

2012-01-17 Thread Ander Conselvan de Oliveira
On 12/21/2011 04:52 AM, Kristian Høgsberg wrote: On Wed, Dec 14, 2011 at 4:59 AM, Ander Conselvan de Oliveira wrote: From: Ander Conselvan de Oliveira Hi, So, in London we discussed moving the drm compositor to a new gbm_surface interface, which would allow the buffer management to be handle

Re: [RFC 0/9] gbm_surface

2011-12-20 Thread Kristian Høgsberg
2011/12/20 Kristian Høgsberg : > On Wed, Dec 14, 2011 at 4:59 AM, Ander Conselvan de Oliveira > wrote: >> From: Ander Conselvan de Oliveira >> >> Hi, >> >> So, in London we discussed moving the drm compositor to a new >> gbm_surface interface, which would allow the buffer management >> to be hand

Re: [RFC 0/9] gbm_surface

2011-12-20 Thread Kristian Høgsberg
On Wed, Dec 14, 2011 at 4:59 AM, Ander Conselvan de Oliveira wrote: > From: Ander Conselvan de Oliveira > > Hi, > > So, in London we discussed moving the drm compositor to a new > gbm_surface interface, which would allow the buffer management > to be handled by the egl implementation by calling e

[RFC 0/9] gbm_surface

2011-12-14 Thread Ander Conselvan de Oliveira
From: Ander Conselvan de Oliveira Hi, So, in London we discussed moving the drm compositor to a new gbm_surface interface, which would allow the buffer management to be handled by the egl implementation by calling eglSwapBuffers. Here's a prototype implementation of such an interface in mesa an