summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: Add unit tests for epoxy_gl_version() and epoxy_glsl_version().version-unit-testEric Anholt2018-11-013-0/+96
* ci: Update the Meson version for AppVeyorEmmanuele Bassi2018-10-051-6/+6
* Post-release version bump to 1.5.4Emmanuele Bassi2018-10-052-2/+2
* Merge pull request #193 from anholt/issue-1881.5.3Emmanuele Bassi2018-10-051-0/+2
|\
| * Ensure Autotools enables EGL-X11 supportissue-188Emmanuele Bassi2018-10-041-0/+2
* | Merge pull request #192 from anholt/meson-bumpEmmanuele Bassi2018-10-042-6/+2
|\ \
| * | build: Drop conditional use of get_supported_link_arguments()meson-bumpEmmanuele Bassi2018-10-041-5/+1
| * | Update minimum Meson versionEmmanuele Bassi2018-10-041-1/+1
| |/
* | Merge pull request #189 from jbicha/gitignore-patchEmmanuele Bassi2018-10-041-1/+0
|\ \ | |/ |/|
| * gitignore: Don't ignore .patch filesJeremy Bicha2018-09-181-1/+0
|/
* Merge pull request #184 from quink-black/devEmmanuele Bassi2018-07-251-2/+2
|\
| * dispatch_common: fix conditional compilationZhao Zhili2018-07-161-2/+2
|/
* dispatch: Fix GLES3 symbol lookupAdam Jackson2018-07-061-1/+1
* Merge pull request #182 from anholt/issue-181Emmanuele Bassi2018-06-182-0/+2
|\
| * Define _GNU_SOURCE for strdup()issue-181Emmanuele Bassi2018-06-182-0/+2
* | Add a CGL test for the Epoxy APIEmmanuele Bassi2018-06-042-0/+84
* | Add a CoreGraphics OpenGL test for macOSEmmanuele Bassi2018-06-042-0/+77
* | ci: Dump the test log on failureEmmanuele Bassi2018-06-043-10/+28
* | Merge pull request #178 from ebassi/osx-ciEmmanuele Bassi2018-05-305-19/+61
|\ \ | |/ |/|
| * ci: Enable builds on macOSEmmanuele Bassi2018-05-293-5/+42
| * Use the appropriate symbols on __APPLE__Emmanuele Bassi2018-05-291-13/+18
| * Disable EGL on macOSEmmanuele Bassi2018-05-291-1/+1
|/
* Post-release version bump to 1.5.3Emmanuele Bassi2018-05-192-2/+2
* dispatch: Try harder to avoid calling the resolver1.5.2Adam Jackson2018-05-171-3/+5
* Use -Bsymbolic-functions instead of -BsymbolicEmmanuele Bassi2018-05-172-3/+3
* Use abort() instead of exit(1)Emmanuele Bassi2018-05-171-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
| |/