On Wed, 14 Dec 2011 13:56:25 -0500
Kristian Høgsberg wrote:
> On Wed, Dec 14, 2011 at 7:17 AM, Pekka Paalanen
> wrote:
> >
> > Rebased to upstream again, dropped the HACK patch that worked
> > around a bug in Cairo, and rewrote some patches to better follow
> > the naming convention. The new bra
On Wed, Dec 14, 2011 at 7:17 AM, Pekka Paalanen wrote:
> On Fri, 9 Dec 2011 11:18:09 +0200
> Pekka Paalanen wrote:
>
>> On Thu, 8 Dec 2011 14:42:32 +0200
>> Pekka Paalanen wrote:
>>
>> > Hi,
>> >
>> > here is the patch set that integrates wscreensaver into the demo
>> > compositor:
>> > - interf
On Fri, 9 Dec 2011 11:18:09 +0200
Pekka Paalanen wrote:
> On Thu, 8 Dec 2011 14:42:32 +0200
> Pekka Paalanen wrote:
>
> > Hi,
> >
> > here is the patch set that integrates wscreensaver into the demo
> > compositor:
> > - interface implementation and surface type handling: screensaver
> > sur
From: Ander Conselvan de Oliveira
---
compositor/compositor-drm.c | 228 +++
1 files changed, 120 insertions(+), 108 deletions(-)
diff --git a/compositor/compositor-drm.c b/compositor/compositor-drm.c
index cd342e6..c52d4a0 100644
--- a/compositor/compos
From: Ander Conselvan de Oliveira
---
src/egl/drivers/dri2/egl_dri2.h | 11 +
src/egl/drivers/dri2/platform_drm.c | 79 ++-
2 files changed, 89 insertions(+), 1 deletions(-)
diff --git a/src/egl/drivers/dri2/egl_dri2.h b/src/egl/drivers/dri2/egl_dri2.
From: Ander Conselvan de Oliveira
This adds a mechanism for the egl platform code to be notified when
the user releases a bo created from a surface.
---
src/gbm/backends/dri/gbm_dri.c|8
src/gbm/backends/dri/gbm_driint.h |2 ++
2 files changed, 10 insertions(+), 0 deletions(
From: Ander Conselvan de Oliveira
---
src/egl/drivers/dri2/platform_drm.c | 11
src/gbm/backends/dri/gbm_dri.c | 45 ++-
src/gbm/backends/dri/gbm_driint.h |1 +
3 files changed, 56 insertions(+), 1 deletions(-)
diff --git a/src/egl/drivers
From: Ander Conselvan de Oliveira
---
src/egl/drivers/dri2/platform_drm.c | 153 ++-
1 files changed, 152 insertions(+), 1 deletions(-)
diff --git a/src/egl/drivers/dri2/platform_drm.c
b/src/egl/drivers/dri2/platform_drm.c
index 6ec63c1..bafaa22 100644
--- a/sr
From: Ander Conselvan de Oliveira
---
src/gbm/backends/dri/gbm_dri.c| 53 -
src/gbm/backends/dri/gbm_driint.h | 17 +++-
2 files changed, 68 insertions(+), 2 deletions(-)
diff --git a/src/gbm/backends/dri/gbm_dri.c b/src/gbm/backends/dri/gbm_d
From: Ander Conselvan de Oliveira
---
src/egl/drivers/dri2/egl_dri2.h |7 +++
src/egl/drivers/dri2/platform_drm.c | 100 ++-
2 files changed, 106 insertions(+), 1 deletions(-)
diff --git a/src/egl/drivers/dri2/egl_dri2.h b/src/egl/drivers/dri2/egl_dri2.h
From: Ander Conselvan de Oliveira
Make gbm_surface_create return something that the drm egl platform
can use.
---
src/gbm/backends/dri/gbm_dri.c| 16 +++-
src/gbm/backends/dri/gbm_driint.h | 10 ++
2 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/src/gb
From: Ander Conselvan de Oliveira
---
src/egl/drivers/dri2/platform_drm.c |1 +
src/gbm/backends/dri/gbm_dri.c |1 +
src/gbm/backends/dri/gbm_driint.h |1 +
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/egl/drivers/dri2/platform_drm.c
b/src/egl/drivers/dr
From: Ander Conselvan de Oliveira
The implementation is empty for now, but the idea here is to be able
to create an egl window surface from a gbm_surface.
gbm_surface_get_bo should return a valid bo for the current front
buffer of the surface. Getting a bo will mark it as in use until the
user c
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
14 matches
Mail list logo