Releases: anholt/libepoxy
Releases · anholt/libepoxy
Libepoxy 1.5.10 (stable)
Epoxy 1.5.9
Changes since 1.5.8
- Allow libopengl.so to be used when GLX_LIB is missing [#257, John Bates]
Epoxy 1.5.8
Epoxy 1.5.7
Changes since Epoxy 1.5.6
- Remove type redefinition [#249]
Epoxy 1.5.6
1.5.5 (stable)
1.5.4 (stable)
Changes since 1.5.3:
- Don't build GLX tests if X11 support is disabled [Nirbheek Chauhan]
- Add unit tests for epoxy_gl_version() [Eric Anholt]
- Reduce the size of the binary by reusing static strings [Eric Anholt]
- Fix build on Solaris [Alan Coopersmith]
- Update the GL registries [Guchetan Singh]
1.5.3 (stable)
Changes since 1.5.2:
1.5.2 (stable)
Changes since 1.5.1:
- Fix the detection of the
-z,relro
linker flag - Query the EGL context version when bootstrapping on GLES [Adam Jackson]
- Avoid inadvertedly loading libraries when probing for them [Adam Jackson]
- Issue #169: Fix build on FreeBSD [Ting-Wei Lan]
- Consistently use
abort()
instead ofexit()
for internal state checks - Issue #171: Fix a performance regression in the global function pointer
trampolines introduced by using-Bsymbolic-functions
- Improve performance when using GL function pointers like
glAlphaFunc
[Adam Jackson]
1.5.1 (stable)
Changes since 1.5.0:
- Do no add pkg-config dependencies on gl on systems that do not use
pkg-config, like macOS and Windows [Tom Schoonjans, #156] - Generalise checks for dlvsym [Ross Burton, #158]
- Add an option for disabling building the test suite [Ross Burton]
- Typo fixes in the comments and documentation [luz.paz, #159]
- Simplify the Meson configuration logic for EGL and GLX [Eric
Engestrom, #162] - Use assert when no context is found [Adam Jackson, #166]
- Remove a test superceded by GLVND [#165]
- Avoid Meson warnings when testing for linker arguments