Re: [Mesa-dev] [PATCH] i965: fix dma_buf import with non-zero offset.

2014-03-11 Thread Eric Anholt
Gwenole Beauchesne writes: > Hi, > > 2014-03-11 19:06 GMT+01:00 Eric Anholt : >> Gwenole Beauchesne writes: >> >>> Fix eglCreateImage() from a packed dma_buf surface with a non-zero offset >>> to pixels data. In particular, this fixes support for planar YUV surfaces >>> when they are individuall

Re: [Mesa-dev] [PATCH] i965: fix dma_buf import with non-zero offset.

2014-03-11 Thread Gwenole Beauchesne
Hi, 2014-03-11 19:06 GMT+01:00 Eric Anholt : > Gwenole Beauchesne writes: > >> Fix eglCreateImage() from a packed dma_buf surface with a non-zero offset >> to pixels data. In particular, this fixes support for planar YUV surfaces >> when they are individually mapped on a per-plane basis, i.e. whe

Re: [Mesa-dev] [PATCH] i965: fix dma_buf import with non-zero offset.

2014-03-11 Thread Eric Anholt
Gwenole Beauchesne writes: > Fix eglCreateImage() from a packed dma_buf surface with a non-zero offset > to pixels data. In particular, this fixes support for planar YUV surfaces > when they are individually mapped on a per-plane basis, i.e. when the > OES_EGL_image_external is not used and user

Re: [Mesa-dev] [PATCH] i965: fix dma_buf import with non-zero offset.

2014-03-11 Thread Pohjolainen, Topi
On Tue, Mar 11, 2014 at 08:59:46AM +0100, Gwenole Beauchesne wrote: > Hi, > > 2014-03-11 7:37 GMT+01:00 Pohjolainen, Topi : > > On Mon, Mar 10, 2014 at 05:36:17PM +0100, Gwenole Beauchesne wrote: > >> Fix eglCreateImage() from a packed dma_buf surface with a non-zero offset > >> to pixels data. In

Re: [Mesa-dev] [PATCH] i965: fix dma_buf import with non-zero offset.

2014-03-11 Thread Pohjolainen, Topi
On Tue, Mar 11, 2014 at 10:18:47AM +0200, Pohjolainen, Topi wrote: > On Tue, Mar 11, 2014 at 08:59:46AM +0100, Gwenole Beauchesne wrote: > > Hi, > > > > 2014-03-11 7:37 GMT+01:00 Pohjolainen, Topi : > > > On Mon, Mar 10, 2014 at 05:36:17PM +0100, Gwenole Beauchesne wrote: > > >> Fix eglCreateImage

Re: [Mesa-dev] [PATCH] i965: fix dma_buf import with non-zero offset.

2014-03-11 Thread Pohjolainen, Topi
On Tue, Mar 11, 2014 at 08:59:46AM +0100, Gwenole Beauchesne wrote: > Hi, > > 2014-03-11 7:37 GMT+01:00 Pohjolainen, Topi : > > On Mon, Mar 10, 2014 at 05:36:17PM +0100, Gwenole Beauchesne wrote: > >> Fix eglCreateImage() from a packed dma_buf surface with a non-zero offset > >> to pixels data. In

Re: [Mesa-dev] [PATCH] i965: fix dma_buf import with non-zero offset.

2014-03-11 Thread Gwenole Beauchesne
Hi, 2014-03-11 7:37 GMT+01:00 Pohjolainen, Topi : > On Mon, Mar 10, 2014 at 05:36:17PM +0100, Gwenole Beauchesne wrote: >> Fix eglCreateImage() from a packed dma_buf surface with a non-zero offset >> to pixels data. In particular, this fixes support for planar YUV surfaces >> when they are individ

Re: [Mesa-dev] [PATCH] i965: fix dma_buf import with non-zero offset.

2014-03-10 Thread Pohjolainen, Topi
On Mon, Mar 10, 2014 at 05:36:17PM +0100, Gwenole Beauchesne wrote: > Fix eglCreateImage() from a packed dma_buf surface with a non-zero offset > to pixels data. In particular, this fixes support for planar YUV surfaces > when they are individually mapped on a per-plane basis, i.e. when the > OES_E

[Mesa-dev] [PATCH] i965: fix dma_buf import with non-zero offset.

2014-03-10 Thread Gwenole Beauchesne
Fix eglCreateImage() from a packed dma_buf surface with a non-zero offset to pixels data. In particular, this fixes support for planar YUV surfaces when they are individually mapped on a per-plane basis, i.e. when the OES_EGL_image_external is not used and user application wants to use its own shad