Skip to content

Releases: anholt/libepoxy

Libepoxy 1.5.10 (stable)

18 Mar 17:27
c84bc94
Compare
Choose a tag to compare

Changes since 1.5.9

  • Fix for building with MSVC on non-English locale [Seungha Yang]
  • Fix build on Android [Caolán McNamara]
  • Add the right include paths for EGL and X11 headers [Alex Richardson]

Epoxy 1.5.9

14 Aug 13:58
ecfa8e0
Compare
Choose a tag to compare

Changes since 1.5.8

  • Allow libopengl.so to be used when GLX_LIB is missing [#257, John Bates]

Epoxy 1.5.8

21 May 15:58
2a1665c
Compare
Choose a tag to compare

Changes since 1.5.7

Epoxy 1.5.7

30 Apr 12:19
f9e7635
Compare
Choose a tag to compare

Changes since Epoxy 1.5.6

  • Remove type redefinition [#249]

Epoxy 1.5.6

30 Apr 09:47
0a304d1
Compare
Choose a tag to compare

Changes since 1.5.5

  • Fix issue with loading OpenGL/GLX/EGL libraries [#238, Yaroslav Isakov]
  • Expose dependency variables in pkg-config file [#231, Xavier Claessens]
  • Support Win64 pointer-sized types [#246]
  • Close output objects when generating files [#242, Aleksandr]

1.5.5 (stable)

22 Dec 14:50
34ecb90
Compare
Choose a tag to compare

Changes since 1.5.4

  • Remove Python 2 support [#213]
  • Remove Autotools support [#212]
  • Use EGL_NO_X11 to disable X11 headers [#216]
  • Use call convention for mock function [crziter, #220]
  • Return correct version of GLSL on GLES2 [Eric Anholt, #223]
  • Rely on Meson's darwin_versions option [#225]

1.5.4 (stable)

25 Nov 22:49
09edbe0
Compare
Choose a tag to compare

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)

04 Oct 23:50
16b1481
Compare
Choose a tag to compare

Changes since 1.5.2:

  • Disable EGL on macOS
  • Fix build on macOS [#176, Emmanuele Bassi]
  • Add macOS tests
  • Fix build with uClibc [#181, Emmanuele Bassi]
  • Fix GLES3 symbol lookup [Adam Jackson]
  • Fix conditional compilation [#184, Zhao Zhili]
  • Require Meson 0.47
  • Fix Autotools build with EGL-X11 support [#188, Emmanuele Bassi]

1.5.2 (stable)

19 May 11:11
Compare
Choose a tag to compare

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 of exit() 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)

25 Apr 11:15
Compare
Choose a tag to compare

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