Re: [PATCH] weston_surface: initialize pitch

2012-03-20 Thread Kristian Hoegsberg
On Tue, Mar 20, 2012 at 01:48:46AM +0800, zhaojuan...@gmail.com wrote: > From: Juan Zhao > > Initializing pitch to 1 to avoid xxx/pitch errors > This won't influence the valid texture coordinate calculation, because > in that case buffer_attach will provide the correct value. > --- Thanks, look

[PATCH] weston_surface: initialize pitch

2012-03-19 Thread zhaojuanamy
From: Juan Zhao Initializing pitch to 1 to avoid xxx/pitch errors This won't influence the valid texture coordinate calculation, because in that case buffer_attach will provide the correct value. --- src/compositor.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/c