summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use -Bsymbolic-functions instead of -Bsymbolicuse-symbolic-functionsEmmanuele Bassi2018-05-172-3/+3
* Use abort() instead of exit(1)Emmanuele Bassi2018-05-141-3/+3
* Merge pull request #172 from lantw44/masterEmmanuele Bassi2018-05-052-2/+6
|\
| * dlwrap: Add FBSD_1.0 version for FreeBSDTing-Wei Lan2018-05-051-1/+2
| * meson: Don't define _POSIX_C_SOURCE when dlvsym is foundTing-Wei Lan2018-05-041-1/+4
* | Merge pull request #170 from nwnk/epoxy-load-fooEmmanuele Bassi2018-05-054-47/+77
|\ \ | |/ |/|
| * dispatch: Load EGL/GLX provider lib from epoxy_has_{egl,glx}()Adam Jackson2018-05-014-28/+35
| * dispatch: Stop implicitly loading libraries from do_dlsymAdam Jackson2018-05-011-32/+55
|/
* Merge pull request #168 from nwnk/even-more-gentle-glx-detectionEmmanuele Bassi2018-04-301-44/+17
|\
| * dispatch: Be even gentler about probing for GLXAdam Jackson2018-04-301-34/+7
| * dispatch: Query the EGL context version when bootstrapping on GLESAdam Jackson2018-04-301-10/+10
|/
* test/glx_public_api_core: Fail softer if core contexts aren't availableAdam Jackson2018-04-301-0/+10
* meson: Fix the -z,relro flagEmmanuele Bassi2018-04-251-1/+1
* Post-release version bump to 1.5.2Emmanuele Bassi2018-04-252-2/+2
* ci: Use envvars to control the build options1.5.1Emmanuele Bassi2018-04-251-4/+7
* meson: Remove unsupported keywordEmmanuele Bassi2018-04-251-1/+1
* meson: Conditionally test for linker flagsEmmanuele Bassi2018-04-251-6/+6
* Remove the "EGL/GLX have different pointers" testsEmmanuele Bassi2018-04-123-300/+0
* Merge pull request #166 from nwnk/assertEmmanuele Bassi2018-04-121-1/+1
|\
| * dispatch: assert, not errx, when we have no contextAdam Jackson2018-04-121-1/+1
|/
* Merge pull request #162 from 1ace/meson-simplifyEmmanuele Bassi2018-03-131-28/+6
|\
| * meson: simplify build_{glx,egl} logicEric Engestrom2018-03-131-28/+6
|/
* Merge pull request #156 from tschoonj/fix-gl-pkgconfig-macosEmmanuele Bassi2018-03-121-2/+2
|\
| * meson: do not add gl to pkg-config file on macOSTom Schoonjans2018-03-041-2/+2
* | Merge pull request #159 from luzpaz/misc-typosEmmanuele Bassi2018-03-123-3/+3
|\ \
| * | Trival misc. typo fixesluz.paz2018-03-053-3/+3
| |/
* | Merge pull request #158 from rossburton/masterEmmanuele Bassi2018-03-126-17/+24
|\ \
| * | autotools: check for dlvsymRoss Burton2018-03-123-10/+10
| * | meson: generalise build_apple to has_dlvsymRoss Burton2018-03-122-6/+6
| * | meson: add option to enable/disable the test suiteRoss Burton2018-03-122-1/+8
|/ /
* | test: Avoid egl_without_glx crash on NVIDIAJan Alexander Steffens (heftig)2018-03-081-6/+8
|/
* Post-release version bump to 1.5.1Emmanuele Bassi2018-02-282-2/+2
* tests: Add EGL test for Epoxy API1.5.0Emmanuele Bassi2018-02-243-0/+147
* Support encoding minor versions bigger than 10Emmanuele Bassi2018-02-241-3/+9
* meson: Use get_supported_arguments()Emmanuele Bassi2018-02-241-6/+1
* Fix epoxy_internal_gl_version()Emmanuele Bassi2018-02-241-1/+1
* ci: Update the version of Meson for AppveyorEmmanuele Bassi2018-02-231-6/+6
* Do not use OPENGL_LIB on AndroidEmmanuele Bassi2018-02-231-0/+2
* Document epoxy_set_resolver_failure_handler()Emmanuele Bassi2018-02-231-0/+7
* Add epoxy_glsl_version()Emmanuele Bassi2018-02-232-4/+30
* meson: Rename the configuration optionsEmmanuele Bassi2018-02-233-8/+9
* docs: Update the supported GL version to 4.6Emmanuele Bassi2018-02-232-2/+2
* Allow building Epoxy without X11Emmanuele Bassi2018-02-235-8/+48
* Add gl and egl private dependenciesEmmanuele Bassi2018-02-233-0/+19
* meson: Remove unnecessary configuration_data objectEmmanuele Bassi2018-02-231-14/+0
* ci: Add Docker image filesEmmanuele Bassi2018-02-234-3/+66
* Update registryEmmanuele Bassi2018-02-234-1601/+4182
* meson: Generate the pkg-config fileEmmanuele Bassi2018-02-232-34/+35
* Bump up the Meson dependencyEmmanuele Bassi2018-02-231-1/+1
* Include Xlib.h when using Xlib APIEmmanuele Bassi2018-02-231-0/+1