Skip to content

1.5.2 (stable)

Compare
Choose a tag to compare
@ebassi ebassi released this 19 May 11:11
· 98 commits to master since this release

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]