Re: [PATCH weston] compositor: update the transform when attaching a new buffer

2013-12-11 Thread Pekka Paalanen
On Wed, 11 Dec 2013 12:20:41 +0100 Giulio Camuffo wrote: > 2013/12/11 Pekka Paalanen : > > On Wed, 11 Dec 2013 11:23:50 +0100 > > Giulio Camuffo wrote: > > > >> 2013/12/11 Pekka Paalanen : > >> > On Tue, 10 Dec 2013 15:55:29 +0100 > >> > Giulio Camuffo wrote: > >> > > >> >> if a surface has not

Re: [PATCH weston] compositor: update the transform when attaching a new buffer

2013-12-11 Thread Giulio Camuffo
2013/12/11 Pekka Paalanen : > On Wed, 11 Dec 2013 11:23:50 +0100 > Giulio Camuffo wrote: > >> 2013/12/11 Pekka Paalanen : >> > On Tue, 10 Dec 2013 15:55:29 +0100 >> > Giulio Camuffo wrote: >> > >> >> if a surface has not a buffer yet and a weston_view gets created >> >> for it, the surface's widt

Re: [PATCH weston] compositor: update the transform when attaching a new buffer

2013-12-11 Thread Pekka Paalanen
On Wed, 11 Dec 2013 11:23:50 +0100 Giulio Camuffo wrote: > 2013/12/11 Pekka Paalanen : > > On Tue, 10 Dec 2013 15:55:29 +0100 > > Giulio Camuffo wrote: > > > >> if a surface has not a buffer yet and a weston_view gets created > >> for it, the surface's width and height will be 0 and the view's >

Re: [PATCH weston] compositor: update the transform when attaching a new buffer

2013-12-11 Thread Giulio Camuffo
2013/12/11 Pekka Paalanen : > On Tue, 10 Dec 2013 15:55:29 +0100 > Giulio Camuffo wrote: > >> if a surface has not a buffer yet and a weston_view gets created for >> it, the surface's width and height will be 0 and the view's >> output_mask will be 0, because the surface's area is 0. Later commits

Re: [PATCH weston] compositor: update the transform when attaching a new buffer

2013-12-10 Thread Pekka Paalanen
On Tue, 10 Dec 2013 15:55:29 +0100 Giulio Camuffo wrote: > if a surface has not a buffer yet and a weston_view gets created for > it, the surface's width and height will be 0 and the view's > output_mask will be 0, because the surface's area is 0. Later commits > on the surface with valid buffers

Re: [PATCH weston] compositor: update the transform when attaching a new buffer

2013-12-10 Thread Axel Davy
On 10/12/2013, Giulio Camuffo wrote : if a surface has not a buffer yet and a weston_view gets created for it, the surface's width and height will be 0 and the view's output_mask will be 0, because the surface's area is 0. Later commits on the surface with valid buffers will then trigger a surfac

[PATCH weston] compositor: update the transform when attaching a new buffer

2013-12-10 Thread Giulio Camuffo
if a surface has not a buffer yet and a weston_view gets created for it, the surface's width and height will be 0 and the view's output_mask will be 0, because the surface's area is 0. Later commits on the surface with valid buffers will then trigger a surface repaint, which will do nothing because