Re: [Piglit] [v10 09/13] tests/spec: EXT_image_dma_buf_import fd ownership transfer

2013-08-23 Thread Chad Versace
On 08/20/2013 03:16 AM, Topi Pohjolainen wrote: Simple test checking that EGL closes the export file handle and the creator can in turn drop its reference. Reviewed-by: Chad Versace ___ Piglit mailing list Piglit@lists.freedesktop.org http://lists.

[Piglit] [v10 09/13] tests/spec: EXT_image_dma_buf_import fd ownership transfer

2013-08-20 Thread Topi Pohjolainen
Simple test checking that EGL closes the export file handle and the creator can in turn drop its reference. v2: - compile only on platforms that have drm (Eric) - use standard drm definitions for fourcc instead of duplicated local (Daniel, Eric) - use helper variables for width, heig