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
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
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
>
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
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
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
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