Re: Skew bug with egl

2012-08-19 Thread Bill Spitzak
On Aug 14, 2012, at 11:21 PM, Scott Moreau wrote: > That looks like a driver bug to me Any hints where to look? Is this in Mesa? Is it in the "gallium" subdirectory of mesa? I grepped for the word "stride" but it occurs hundreds of times. My best guess as to what is happening is that the strid

Re: [RFC] [PATCH weston v3] Implement output transformations.

2012-08-19 Thread Scott Moreau
> > @@ -1117,16 +1199,17 @@ x11_compositor_create(struct wl_display *display, > - x += option_width ? option_width : o->width; > + x += (container_of(c->base.output_list.prev, > + struct weston_output, > link))->region.extents.x2; > + >