Re: [Mesa-dev] [PATCH] egl/dri2: support for creating images out of dma buffers

2013-07-31 Thread Chad Versace
On 07/31/2013 04:23 PM, Chad Versace wrote: On 07/29/2013 10:08 PM, Pohjolainen, Topi wrote: On Mon, Jul 29, 2013 at 11:59:08AM -0700, Chad Versace wrote: On 07/25/2013 11:17 PM, Topi Pohjolainen wrote: v2: - upon success close the given file descriptors v3: - use specific entry for d

Re: [Mesa-dev] [PATCH] egl/dri2: support for creating images out of dma buffers

2013-07-31 Thread Chad Versace
On 07/29/2013 10:08 PM, Pohjolainen, Topi wrote: On Mon, Jul 29, 2013 at 11:59:08AM -0700, Chad Versace wrote: On 07/25/2013 11:17 PM, Topi Pohjolainen wrote: v2: - upon success close the given file descriptors v3: - use specific entry for dma buffers instead of the basic for pri

Re: [Mesa-dev] [PATCH] egl/dri2: support for creating images out of dma buffers

2013-07-29 Thread Pohjolainen, Topi
On Mon, Jul 29, 2013 at 11:59:08AM -0700, Chad Versace wrote: > On 07/25/2013 11:17 PM, Topi Pohjolainen wrote: > >v2: > >- upon success close the given file descriptors > > > >v3: > >- use specific entry for dma buffers instead of the basic for > > primes, and enable the extension bas

Re: [Mesa-dev] [PATCH] egl/dri2: support for creating images out of dma buffers

2013-07-29 Thread Chad Versace
On 07/25/2013 11:17 PM, Topi Pohjolainen wrote: v2: - upon success close the given file descriptors v3: - use specific entry for dma buffers instead of the basic for primes, and enable the extension based on the availability of the hook v4 (Chad): - use ARRAY_SIZE -

[Mesa-dev] [PATCH] egl/dri2: support for creating images out of dma buffers

2013-07-25 Thread Topi Pohjolainen
v2: - upon success close the given file descriptors v3: - use specific entry for dma buffers instead of the basic for primes, and enable the extension based on the availability of the hook v4 (Chad): - use ARRAY_SIZE - improve the comment about the number of file descriptors