Re: [Mesa-dev] intel, dma-buf import and egl image external

2014-04-30 Thread Chad Versace
On Tue, Apr 29, 2014 at 01:21:11PM -0700, Eric Anholt wrote: > Chad Versace writes: > > > On Mon, Mar 24, 2014 at 09:07:32AM +1000, Dave Airlie wrote: > >> On Sat, Mar 8, 2014 at 12:13 AM, Pohjolainen, Topi > >> wrote: > >> > On Mon, Mar 03, 2014 at 01:19:48PM +1000, Dave Airlie wrote: > >> >> T

Re: [Mesa-dev] intel, dma-buf import and egl image external

2014-04-29 Thread Eric Anholt
Chad Versace writes: > On Mon, Mar 24, 2014 at 09:07:32AM +1000, Dave Airlie wrote: >> On Sat, Mar 8, 2014 at 12:13 AM, Pohjolainen, Topi >> wrote: >> > On Mon, Mar 03, 2014 at 01:19:48PM +1000, Dave Airlie wrote: >> >> There is a comment and two checks in the i965 dma-buf importer, >> >> >> >>

Re: [Mesa-dev] intel, dma-buf import and egl image external

2014-04-29 Thread Chad Versace
On Mon, Mar 24, 2014 at 09:07:32AM +1000, Dave Airlie wrote: > On Sat, Mar 8, 2014 at 12:13 AM, Pohjolainen, Topi > wrote: > > On Mon, Mar 03, 2014 at 01:19:48PM +1000, Dave Airlie wrote: > >> There is a comment and two checks in the i965 dma-buf importer, > >> > >> * Images originating via EGL_EX

Re: [Mesa-dev] intel, dma-buf import and egl image external

2014-03-23 Thread Dave Airlie
On Sat, Mar 8, 2014 at 12:13 AM, Pohjolainen, Topi wrote: > On Mon, Mar 03, 2014 at 01:19:48PM +1000, Dave Airlie wrote: >> There is a comment and two checks in the i965 dma-buf importer, >> >> * Images originating via EGL_EXT_image_dma_buf_import can be used only >> * with GL_OES_EGL_image_extern

Re: [Mesa-dev] intel, dma-buf import and egl image external

2014-03-22 Thread Axel Davy
On Fri, Mar 07, 2014,Topi Pohjolainen wrote: On Mon, Mar 03, 2014 at 01:19:48PM +1000, Dave Airlie wrote: >/ There is a comment and two checks in the i965 dma-buf importer, /> >/ /> >/ * Images originating via EGL_EXT_image_dma_buf_import can be used only /> >/ * with GL_OES_EGL_image_exter

Re: [Mesa-dev] intel, dma-buf import and egl image external

2014-03-07 Thread Pohjolainen, Topi
On Mon, Mar 03, 2014 at 01:19:48PM +1000, Dave Airlie wrote: > There is a comment and two checks in the i965 dma-buf importer, > > * Images originating via EGL_EXT_image_dma_buf_import can be used only > * with GL_OES_EGL_image_external only. > > however I can't find any reference to this in the

[Mesa-dev] intel, dma-buf import and egl image external

2014-03-02 Thread Dave Airlie
There is a comment and two checks in the i965 dma-buf importer, * Images originating via EGL_EXT_image_dma_buf_import can be used only * with GL_OES_EGL_image_external only. however I can't find any reference to this in the spec txt, and removing the checks make my test app run fine using TEXTURE