summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * build: Drop autogenerated autotools files from GitEmmanuele Bassi2016-11-0715-52477/+0
* | Merge pull request #92 from ebassi/force-rebuildYaron Cohen-Tal2016-11-081-1/+1
|\ \ | |/ |/|
| * build: Force replacing autotools generated filesEmmanuele Bassi2016-11-071-1/+1
|/
* Merge pull request #3 from RobotCaleb/patch-2Yaron Cohen-Tal2016-10-081-41/+41
|\
| * Update README.mdCaleb Anderson2016-10-071-40/+40
| * Update README.mdCaleb Anderson2016-09-291-6/+6
|/
* Merge pull request #2 from BryanKadzban/masterYaron Cohen-Tal2016-09-071-1/+2
|\
| * nVidia glx.h uses __glx_h__; define that too.Bryan Kadzban2016-09-061-1/+2
|/
* Fox some X server not supporting any OpenGL feature, glXQueryExtensionsStringYaron Cohen-Tal2016-07-291-0/+2
* Add glibc versions 2.2 and 2.3 to "dlwrap_real_dlsym".Yaron Cohen-Tal2015-11-051-0/+2
* Update pregenerated files.Yaron Cohen-Tal2015-11-034-3932/+3952
* Merge branch "oncer/half_aliases_fix".Yaron Cohen-Tal2015-11-031-2/+5
|\
| * add glBindRenderbufferEXT to half_aliasesSimon Parzer2015-11-031-0/+2
| * src/gen_dispatch.py: Make Generated Code Build Under C89Chun-wei Fan2015-07-281-2/+3
* | Make "epoxy_current_context_is_egl" visible.Yaron Cohen-Tal2015-10-312-3/+2
* | Fix "epoxy_egl_get_current_gl_context_api" to use "eglQueryContext" with "EGL...Yaron Cohen-Tal2015-10-311-25/+7
* | Fix "epoxy_glx_version" to handle the case when GLX is not active on the disp...Yaron Cohen-Tal2015-09-291-14/+15
* | Update pregenerated files.Yaron Cohen-Tal2015-09-224-4969/+74516
* | Merge branch "nephatrine/registry-support".Yaron Cohen-Tal2015-09-221-7/+9
|\ \
| * | support newer/larger gl.xmlDaniel Wolf2015-09-211-7/+9
| |/
* | Merge branch "blino/master".Yaron Cohen-Tal2015-09-211-0/+1
|\ \
| * | dlwrap: add GLIBC_2.4 version to be able to run tests from ARMOlivier Blin2015-09-211-0/+1
| |/
* | Update "README.md".Yaron Cohen-Tal2015-09-051-5/+8
* | Fix "FindGLESv1.cmake" and "FindGLESv2.cmake".Yaron Cohen-Tal2015-09-043-8/+8
* | Fix support for a static build of Epoxy. Add support building and running tes...Yaron Cohen-Tal2015-09-0334-267/+472
* | Fix a bug in which "DllMain" isn't called when using the static version of Ep...Yaron Cohen-Tal2015-08-304-64/+128
* | Remove redundant code in "epoxy_get_bootstrap_proc_address".Yaron Cohen-Tal2015-08-301-9/+1
* | Add support for building static libs with CMake. Fix file permissions. Update...Yaron Cohen-Tal2015-08-2711-44/+113
* | Add some files to the repo so that it's possible to build without running "au...Yaron Cohen-Tal2015-08-2617-15/+31052