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

2014-03-25 Thread Gwenole Beauchesne
Pushed to git master after r-b on IRC (#intel-gfx) a few days ago. Thanks. 2014-03-14 18:46 GMT+01:00 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 individ

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

2014-03-14 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