Re: [waffle] [PATCH 00/10] null platform WIP

2015-05-12 Thread Chad Versace
Frank, sorry the late reply. On Mon 30 Mar 2015, Frank Henigman wrote: > This patch set adds a new platform: WAFFLE_PLATFORM_NULL. > This platform uses EGL_PLATFORM_NULL, KHR_surfaceless_context, > EXT_image_dma_buf_import and gbm. > In this platform a waffle window contains gbm buffers and sets u

Re: [waffle] [PATCH 1/4] waffle: put waffle_enum items in a macro

2015-05-12 Thread Chad Versace
On Wed 06 May 2015, Jordan Justen wrote: > On 2015-05-05 21:18:52, Chad Versace wrote: > > Since the only dynamically generated portion of waffle.h (for now, at > > least) will be the enum definitions, there's no reason to use XML if you > > feel it's overkill. (I'm also not opposed to XML, if you