libglvnd/src
Kyle Brenneman d850cdde46 GL: Use a table to look up core GLX functions. (#127)
libGL.so now looks up the GLX core functions using a simple table, so that it
doesn't have the overhead of looking them up by name every time it's loaded.

Removed the (mutex != NULL) checks from __glXGLLoadGLXFunction, since it's no
longer called without a mutex.

Removed __glXWrapperInit, since it doesn't do anything anymore. Also removed the header file libgl.h, which only contained the declaration for __glXWrapperInit.
2017-06-20 12:53:54 -06:00
..
EGL EGL: Allow vendor libraries to identify platforms for eglGetDisplay. (#124) 2017-06-20 12:50:40 -06:00
generate GL: Use a table to look up core GLX functions. (#127) 2017-06-20 12:53:54 -06:00
GL GL: Use a table to look up core GLX functions. (#127) 2017-06-20 12:53:54 -06:00
GLdispatch PPC64LE: Fix the cache clear instructions. 2017-06-13 11:53:51 -06:00
GLESv1
GLESv2
GLX GL: Use a table to look up core GLX functions. (#127) 2017-06-20 12:53:54 -06:00
OpenGL
util PPC64LE: Fix the cache clear instructions. 2017-06-13 11:53:51 -06:00
Makefile.am