Re: [Mesa-dev] [PATCH 03/10] egl: split _eglParseImageAttribList into per extension functions

2017-07-13 Thread Emil Velikov
On 13 July 2017 at 08:48, Michel Dänzer wrote: > On 30/06/17 08:15 PM, Emil Velikov wrote: >> Will allow us to simplify existing code and make further improvements >> short and simple. >> >> No functional change intended. > > Famous last words. :) > Unfortunately. > This

Re: [Mesa-dev] [PATCH 03/10] egl: split _eglParseImageAttribList into per extension functions

2017-07-13 Thread Michel Dänzer
On 30/06/17 08:15 PM, Emil Velikov wrote: > Will allow us to simplify existing code and make further improvements > short and simple. > > No functional change intended. Famous last words. :) This broke the piglit test spec@ext_image_dma_buf_import@ext_image_dma_buf_import-invalid_hints for me

[Mesa-dev] [PATCH 03/10] egl: split _eglParseImageAttribList into per extension functions

2017-06-30 Thread Emil Velikov
Will allow us to simplify existing code and make further improvements short and simple. No functional change intended. Signed-off-by: Emil Velikov --- Using git show -w to view the patch will make it easier to read. --- src/egl/main/eglimage.c | 446