summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* travis: Drop conditional on LinuxEmmanuele Bassi2018-02-231-7/+7
* Merge pull request #143 from ikeydoherty/comp-warningsEmmanuele Bassi2018-02-2314-51/+54
|\
| * Only use printf family when passing argumentsIkey Doherty2017-10-1914-50/+49
| * test: Fix trivial compiler warning in dlwrapIkey Doherty2017-10-191-1/+5
* | Merge pull request #155 from mgorny/dlEmmanuele Bassi2018-02-231-2/+2
|\ \
| * | test: Fix respecting $(DLOPEN_LIBS)Michał Górny2018-02-221-2/+2
|/ /
* | Merge pull request #154 from nwnk/fix-dlwrap-for-glvndEmmanuele Bassi2018-02-071-0/+1
|\ \
| * | test: Fix dlwrap for glvndAdam Jackson2018-02-071-0/+1
|/ /
* | Merge pull request #151 from rib/wip/rib/androidEmmanuele Bassi2018-01-191-3/+3
|\ \ | |/ |/|
| * Check __ANDROID__ define when guarding Android codeRobert Bragg2018-01-181-3/+3
|/
* Merge pull request #136 from Lyude/pull/epoxy_ext_in_strEmmanuele Bassi2017-10-193-2/+25
|\
| * Expose epoxy_extension_in_string() in public headersLyude Paul2017-08-243-2/+25
* | Merge pull request #141 from dcbaker/submit/fix-static-buildEmmanuele Bassi2017-10-181-1/+1
|\ \
| * | meson: Define visibility flags for static buildsDylan Baker2017-10-131-1/+1