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

2013-05-24 Thread Chad Versace
On 05/23/2013 10:15 PM, Pohjolainen, Topi wrote: On Thu, May 23, 2013 at 09:39:30PM -0700, Chad Versace wrote: When touching the src/egl/drivers/dri2 directory, use a commit subject that looks like "egl/dri2: STUFF", not "egl: dri2: STUFF". [snip] +/** + * The spec says: + * + * "If eglCreat

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

2013-05-23 Thread Pohjolainen, Topi
On Thu, May 23, 2013 at 09:39:30PM -0700, Chad Versace wrote: > When touching the src/egl/drivers/dri2 directory, use a commit subject > that looks like "egl/dri2: STUFF", not "egl: dri2: STUFF". > > On 05/02/2013 12:08 AM, Topi Pohjolainen wrote: > >v2: > >- upon success close the given file

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

2013-05-23 Thread Chad Versace
When touching the src/egl/drivers/dri2 directory, use a commit subject that looks like "egl/dri2: STUFF", not "egl: dri2: STUFF". On 05/02/2013 12:08 AM, Topi Pohjolainen wrote: v2: - upon success close the given file descriptors v3: - use specific entry for dma buffers instead of the b

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

2013-05-02 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 Signed-off-by: Topi Pohjolainen --- src/egl/drivers/dri2/egl_dri2.c | 280