2020-01-01 22:16:12 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
libepoxy: updated to 1.5.4
1.5.4:
Don't build GLX tests if X11 support is disabled
Add unit tests for epoxy_gl_version()
Reduce the size of the binary by reusing static strings
Fix build on Solaris
Update the GL registries
|
2019-09-04 18:38:06 by Nia Alarie | Files touched by this commit (1) |
Log message:
libepoxy: add mesa to buildlink3
|
2019-09-01 22:38:34 by David A. Holland | Files touched by this commit (1) |
Log message:
Explicitly disable EGL if MESALIB_SUPPORTS_EGL isn't yes.
Otherwise, the build fails.
|
2019-08-31 15:50:09 by Nia Alarie | Files touched by this commit (4) |
Log message:
libepoxy: Update to 1.5.3
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]
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]
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
Changes from Epoxy 1.4.3
Bump the Meson dependency to 0.44.1
Include Xlib.h in the tests that use X11 API
Update the GL registry to OpenGL 4.6
Add gl and egl private dependencies in the pkg-config file
Allow building Epoxy without X11 support
Rename the Meson configuration options to be more idiomatic
New API:
epoxy_set_resolver_failure_handler()
epoxy_glsl_version()
epoxy_extension_in_string()
Issues fixed
#128 - Fix macOS linker flags [Tom Schoonjans]
#129 - Use GLVND if available [Adam Jackson]
#134 - Add fallback definition for EGL_CAST [Daniel Stone]
#133 - Try even harder to not load GLX [Adam Jackson]
#138 - Fix the libOpenGL soname [Adam Jackson]
#137 - Update differences with GLEW [Nigel Stewart]
#131 - Add epoxy_set_resolver_failure_handler() [Adam Jackson]
#140 - Fix pointer mismatch on Windows 10 [danem]
#141 - Define visibility flags for static builds [Dylan Baker]
#136 - Expose epoxy_extension_in_string() [Lyude Paul]
#151 - Use correct guard for Android builds [Robert Bragg]
#154 - Fix dlwrap for glvnd [Adam Jackson]
#155 - Respect DLOPEN_LIBS [Michał Górny]
#143 - Fix printf family usage [Ikey Doherty]
#152 - Do not use OPENGL_LIB on Android
#145 - Add epoxy_glsl_version()
|
2019-07-11 00:36:50 by Robert Swindells | Files touched by this commit (7) |
Log message:
Add libepoxy and libvdpau.
|
2019-05-27 19:04:04 by Nia Alarie | Files touched by this commit (3) |
Log message:
libepoxy: Don't hardcode the libEGL version number.
Bump PKGREVISION.
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|
2017-06-08 14:37:33 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Fix for missing EGL_CAST
|
2017-06-08 06:31:34 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Changes 1.4.3:
Require Meson 0.39.1; the previous release already had an implicit requirement \
on this version
Allow disabling EGL support when building Epoxy
Add support for building on Haiku
Update EGL registry from Khronos
|
2017-06-03 09:54:07 by Maya Rashish | Files touched by this commit (1) |
Log message:
libepoxy: set PLIST.egl=yes in the Darwin case in case it's supported.
simplify logic. only functional change should be fixing Darwin builds.
|