summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | Use EGL to retrieve pointers if availableEmmanuele Bassi2017-01-251-16/+20
* | | Use the appropriate GLES library name for WindowsYaron Cohen-Tal2017-01-251-0/+4
* | | add glBindRenderbufferEXT to half_aliasesSimon Parzer2017-01-251-0/+2
* | | egl: Be somewhat aware of EGL client extensionsAdam Jackson2017-01-181-7/+2
* | | fixes 'cd error' in autogen.shMartin Castillo2017-01-181-1/+1
* | | egl: Fix the query for the current context's APIAdam Jackson2017-01-181-22/+6
* | | Avoid C99 declaration after statementEmmanuele Bassi2016-12-071-2/+3
* | | dlwrap: add GLIBC_2.4 version to be able to run tests from ARMOlivier Blin2016-12-071-0/+1
* | | support newer/larger gl.xmlDaniel Wolf2016-12-071-7/+9
* | | Check for NULL extensions stringYaron Cohen-Tal2016-12-071-0/+2
* | | nVidia glx.h uses __glx_h__; define that too.Bryan Kadzban2016-12-071-0/+1
* | | src/gen_dispatch.py: Make Generated Code Build Under C89Chun-wei Fan2016-12-071-2/+3
* | | Revert all changes since 8bbc0d40Emmanuele Bassi2016-12-0764-159951/+492
* | | Merge pull request #93 from ebassi/clean-autofoo-buildYaron Cohen-Tal2016-11-0815-52477/+0
|\ \ \