aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-12Initial merge of libepoxy from upstreamplatform-tools-29.0.4platform-tools-29.0.3platform-tools-29.0.2Greg Hartman
2019-06-25Reuse the enum_strings in looking for extension providers.Eric Anholt
2019-06-25Drop "GL extension" and "GLX extension" and such from the debug output.Eric Anholt
2019-06-25Make the provider enums have a PROVIDER_ prefixEric Anholt
2019-04-11Merge pull request #195 from anholt/version-unit-testEmmanuele Bassi
2019-03-27Initial empty repositoryInna Palant
2018-11-01test: Add unit tests for epoxy_gl_version() and epoxy_glsl_version().Eric Anholt
2018-10-05ci: Update the Meson version for AppVeyorEmmanuele Bassi
2018-10-05Post-release version bump to 1.5.4Emmanuele Bassi
2018-10-05Merge pull request #193 from anholt/issue-188Emmanuele Bassi
2018-10-04Ensure Autotools enables EGL-X11 supportEmmanuele Bassi
2018-10-04Merge pull request #192 from anholt/meson-bumpEmmanuele Bassi
2018-10-04Merge pull request #189 from jbicha/gitignore-patchEmmanuele Bassi
2018-10-04build: Drop conditional use of get_supported_link_arguments()Emmanuele Bassi
2018-10-04Update minimum Meson versionEmmanuele Bassi
2018-09-18gitignore: Don't ignore .patch filesJeremy Bicha
2018-07-25Merge pull request #184 from quink-black/devEmmanuele Bassi
2018-07-16dispatch_common: fix conditional compilationZhao Zhili
2018-07-06dispatch: Fix GLES3 symbol lookupAdam Jackson
2018-06-18Merge pull request #182 from anholt/issue-181Emmanuele Bassi
2018-06-18Define _GNU_SOURCE for strdup()Emmanuele Bassi
2018-06-04Add a CGL test for the Epoxy APIEmmanuele Bassi
2018-06-04Add a CoreGraphics OpenGL test for macOSEmmanuele Bassi
2018-06-04ci: Dump the test log on failureEmmanuele Bassi
2018-05-30Merge pull request #178 from ebassi/osx-ciEmmanuele Bassi
2018-05-29ci: Enable builds on macOSEmmanuele Bassi
2018-05-29Use the appropriate symbols on __APPLE__Emmanuele Bassi
2018-05-29Disable EGL on macOSEmmanuele Bassi
2018-05-19Post-release version bump to 1.5.3Emmanuele Bassi
2018-05-17dispatch: Try harder to avoid calling the resolverAdam Jackson
2018-05-17Use -Bsymbolic-functions instead of -BsymbolicEmmanuele Bassi
2018-05-17Use abort() instead of exit(1)Emmanuele Bassi
2018-05-05Merge pull request #172 from lantw44/masterEmmanuele Bassi
2018-05-05Merge pull request #170 from nwnk/epoxy-load-fooEmmanuele Bassi
2018-05-05dlwrap: Add FBSD_1.0 version for FreeBSDTing-Wei Lan
2018-05-04meson: Don't define _POSIX_C_SOURCE when dlvsym is foundTing-Wei Lan
2018-05-01dispatch: Load EGL/GLX provider lib from epoxy_has_{egl,glx}()Adam Jackson
2018-05-01dispatch: Stop implicitly loading libraries from do_dlsymAdam Jackson
2018-04-30Merge pull request #168 from nwnk/even-more-gentle-glx-detectionEmmanuele Bassi
2018-04-30dispatch: Be even gentler about probing for GLXAdam Jackson
2018-04-30dispatch: Query the EGL context version when bootstrapping on GLESAdam Jackson
2018-04-30test/glx_public_api_core: Fail softer if core contexts aren't availableAdam Jackson
2018-04-25meson: Fix the -z,relro flagEmmanuele Bassi
2018-04-25Post-release version bump to 1.5.2Emmanuele Bassi
2018-04-25ci: Use envvars to control the build optionsEmmanuele Bassi
2018-04-25meson: Remove unsupported keywordEmmanuele Bassi
2018-04-25meson: Conditionally test for linker flagsEmmanuele Bassi
2018-04-12Remove the "EGL/GLX have different pointers" testsEmmanuele Bassi
2018-04-12Merge pull request #166 from nwnk/assertEmmanuele Bassi
2018-04-12dispatch: assert, not errx, when we have no contextAdam Jackson