summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.4 for releasev1.41.4.0Emmanuele Bassi2017-02-062-2/+2
* Add API to allow for platform detectionEmmanuele Bassi2017-02-066-3/+64
|\
| * Add epoxy_has_egl()Emmanuele Bassi2017-02-032-0/+22
| * Add epoxy_has_glx()Emmanuele Bassi2017-02-032-1/+26
| * Add conservative functions for checking platform symbolsEmmanuele Bassi2017-02-032-2/+16
| * Drop additional stdbool.h include directivesEmmanuele Bassi2017-02-031-2/+0
* | Allow enabling and disabling GLX supportEmmanuele Bassi2017-02-067-46/+129
|\ \
| * | Encode Epoxy capabilities into the pkg-config fileEmmanuele Bassi2017-02-063-0/+16
| * | Allow enabling and disabling GLX support, part IIEmmanuele Bassi2017-02-062-39/+79
| * | Allow enabling and disabling GLX supportEmmanuele Bassi2017-02-064-9/+34
| |/
* | doc: Ignore a private symbolEmmanuele Bassi2017-02-061-1/+1
* | Generate a ChangeLog for the dist tarballEmmanuele Bassi2017-02-061-0/+11
* | Generate xz tarballs on distcheckEmmanuele Bassi2017-02-061-1/+1
* | Drop additional stdbool.h include directivesEmmanuele Bassi2017-02-061-2/+0
|/
* Write the API referenceEmmanuele Bassi2017-02-036-12/+175
* Generate the Epoxy API reference using DoxygenEmmanuele Bassi2017-02-034-0/+250
* Use container based CI on TravisEmmanuele Bassi2017-02-011-5/+20
* Add a fallback for missing stdbool.hEmmanuele Bassi2017-02-015-6/+8
* Merge branch 'symbol-visibility'Emmanuele Bassi2017-01-3116-99/+152
|\
| * Improve consistency of the symbol visibilityEmmanuele Bassi2017-01-2514-70/+90
| * Add common headerEmmanuele Bassi2017-01-257-29/+62
* | Revert "Use Trusty for Travis"Emmanuele Bassi2017-01-311-1/+0
* | Revert "build: Tell autoconf to use a macro dir"Emmanuele Bassi2017-01-312-3/+0
* | Use Trusty for TravisEmmanuele Bassi2017-01-311-0/+1
* | Update READMEEmmanuele Bassi2017-01-311-1/+1
* | Merge branch 'khronos-registry'Emmanuele Bassi2017-01-314-279/+2573
|\ \
| * | Import registry from SVN 33390khronos-registryEmmanuele Bassi2017-01-304-279/+2573
* | | gen_dispatch: Ignore 'glsc2' APIEmmanuele Bassi2017-01-311-0/+2
* | | build: Tell autoconf to use a macro dirEmmanuele Bassi2017-01-312-0/+3
* | | build: Ensure that autogen exits with the right codeEmmanuele Bassi2017-01-311-2/+2
* | | cross: Tweak inclusion path for Fedora/mingw64Emmanuele Bassi2017-01-311-1/+1
* | | Merge pull request #90 from nwnk/egl-get-current-context-apiEmmanuele Bassi2017-01-300-0/+0
|\ \ \
| * | | egl: Fix the query for the current context's APIAdam Jackson2016-10-181-22/+6
* | | | Merge pull request #99 from TingPing/meson-cleanupEmmanuele Bassi2017-01-283-12/+12
|\ \ \ \
| * | | | build: Clean up some Meson usagePatrick Griffis2017-01-273-12/+12
|/ / / /
* | | | docs: Update the README fileEmmanuele Bassi2017-01-251-57/+59
| |_|/ |/| |
* | | build: Drop '-Wall' from the checked compiler argumentsEmmanuele Bassi2017-01-251-1/+0
* | | build: Explicitly link against gdi32Emmanuele Bassi2017-01-252-2/+15
* | | build: Add cross-compile definitions for Mingw64 on FedoraEmmanuele Bassi2017-01-251-0/+18
* | | build: Rework the build rules for generated files in MesonEmmanuele Bassi2017-01-255-51/+205
* | | build: Add Meson build filesEmmanuele Bassi2017-01-253-0/+387
* | | build: Split arguments for dispatch generatorEmmanuele Bassi2017-01-252-9/+33
* | | tests/wgl: Use the right array offsetsEmmanuele Bassi2017-01-251-4/+4
* | | MSVC Builds: Support PACKEDChun-wei Fan2017-01-252-0/+7
* | | build: Skip GLESv1 tests if there's no GLESv1Emmanuele Bassi2017-01-252-1/+7
* | | test: Fix dlwrap on ppc64 and s390xAdam Jackson2017-01-251-0/+2
* | | build: Hide mkdirEmmanuele Bassi2017-01-251-1/+4
* | | build: Protect paths from spacesEmmanuele Bassi2017-01-251-2/+2
* | | Ensure we don't assert if GLX is not availableEmmanuele Bassi2017-01-251-0/+6
* | | Do not call errx() on platforms without itEmmanuele Bassi2017-01-251-1/+1