Here is a list of all files with brief descriptions:
[detail level 12]
| ▼ epoxy |  | 
| common.h | A common header file, used to define macros and shared symbols | 
| egl.h | Provides an implementation of an EGL dispatch layer using global function pointers | 
| gl.h | Provides an implementation of a GL dispatch layer using either global function pointers or a hidden vtable | 
| glx.h | Provides an implementation of a GLX dispatch layer using global function pointers | 
| wgl.h | Provides an implementation of a WGL dispatch layer using a hidden vtable | 
| ▼ src |  | 
| dispatch_common.c | Implements common code shared by the generated GL/EGL/GLX dispatch code | 
| dispatch_common.h |  | 
| dispatch_egl.c |  | 
| dispatch_glx.c |  | 
| dispatch_wgl.c |  |