mesa/src/mapi/glapi
Ian Romanick bb819a9e21 mapi: Export all GLES 3.1 functions in libGLESv2.so
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 should use
eglGetProcAddress to avoid problems running binaries on systems with
older, non-GLES 3.1 libGLESv2 libraries.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Cc: "11.2 12.0" <mesa-stable@lists.freedesktop.org>
Cc: Mike Gorchak <mike.gorchak.qnx@gmail.com>
Reported-by: Mike Gorchak <mike.gorchak.qnx@gmail.com>
Acked-by: Chad Versace <chad.versace@intel.com>
(cherry picked from commit 5921f372c8)
2016-07-07 16:12:32 +01:00
..
gen mapi: Export all GLES 3.1 functions in libGLESv2.so 2016-07-07 16:12:32 +01:00
registry mesa: Add a copy of the Khronos gl.xml (SVN #31705). 2015-12-01 10:24:13 -08:00
tests mesa: Remove all vestiges of glFramebufferTextureFaceARB 2015-05-15 20:22:23 -07:00
.gitignore Clean up .gitignore files 2013-01-10 22:01:31 +01:00
glapi.c glapi: rename u_current dispatch table functions 2014-03-06 07:47:12 -07:00
glapi.h glapi: Build glapi_gentable.c only on Darwin 2016-01-21 15:04:02 +01:00
glapi_dispatch.c glapi: Force frame pointer elimination on Windows. 2015-01-07 19:35:34 +00:00
glapi_entrypoint.c mapi: Adding missing string.h include. 2015-04-23 22:02:07 +01:00
glapi_getproc.c mapi/glapi: Fix dup word typo in glapi_getproc.c 2016-05-01 16:07:29 +02:00
glapi_nop.c mapi: move some #includes from .h file to .c files 2015-03-18 09:01:50 -06:00
glapi_priv.h glapi: Add extern "C" to glapi_priv.h 2015-05-13 15:26:26 -04:00
SConscript scons: Whenever possible decide what to do based on platform and not compiler. 2016-04-26 17:17:00 +01:00