Re: [Mesa-dev] [PATCH] mapi: Export all GLES 3.1 functions in libGLESv2.so

2016-06-24 Thread Chad Versace
On Thu 23 Jun 2016, Ian Romanick wrote: > ping > > *Before* 12.0 ships, we must either land this patch or a patch that > redacts the GLES 3.1 functions (e.g., glDispatchCompute) that we already > statically export. Pong. Yes, please do this. Yes, this sucks (for Linux ABI conventions). The alter

Re: [Mesa-dev] [PATCH] mapi: Export all GLES 3.1 functions in libGLESv2.so

2016-06-23 Thread Ian Romanick
ping *Before* 12.0 ships, we must either land this patch or a patch that redacts the GLES 3.1 functions (e.g., glDispatchCompute) that we already statically export. On 06/17/2016 10:20 AM, Ian Romanick wrote: > From: Ian Romanick > > Khronos recommends that the GLES 3.1 library also be called l

[Mesa-dev] [PATCH] mapi: Export all GLES 3.1 functions in libGLESv2.so

2016-06-17 Thread Ian Romanick
From: Ian Romanick Khronos recommends that the GLES 3.1 library also be called libGLESv2. It also requires that functions be statically linkable from that library. NOTE: Mesa has supported the EGL_KHR_get_all_proc_addresses extension since at least Mesa 10.5, so applications targeting Linux shou