summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: Clean up some Meson usagePatrick Griffis2017-01-271-4/+4
* build: Explicitly link against gdi32Emmanuele Bassi2017-01-251-2/+1
* build: Rework the build rules for generated files in MesonEmmanuele Bassi2017-01-252-47/+101
* build: Add Meson build filesEmmanuele Bassi2017-01-251-0/+88
* build: Split arguments for dispatch generatorEmmanuele Bassi2017-01-252-9/+33
* MSVC Builds: Support PACKEDChun-wei Fan2017-01-252-0/+7
* build: Hide mkdirEmmanuele Bassi2017-01-251-1/+4
* 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
* 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
* support newer/larger gl.xmlDaniel Wolf2016-12-071-7/+9
* Check for NULL extensions stringYaron Cohen-Tal2016-12-071-0/+2
* src/gen_dispatch.py: Make Generated Code Build Under C89Chun-wei Fan2016-12-071-2/+3
* Revert all changes since 8bbc0d40Emmanuele Bassi2016-12-0714-136939/+245
* build: Drop autogenerated autotools files from GitEmmanuele Bassi2016-11-071-882/+0
* Fox some X server not supporting any OpenGL feature, glXQueryExtensionsStringYaron Cohen-Tal2016-07-291-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-311-3/+1
* | 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
| |/
* | Fix support for a static build of Epoxy. Add support building and running tes...Yaron Cohen-Tal2015-09-036-146/+120
* | 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-272-18/+41
* | Add some files to the repo so that it's possible to build without running "au...Yaron Cohen-Tal2015-08-262-2/+882
* | Add support for CMake (no support for building/running the tests yet). Fix su...Yaron Cohen-Tal2015-08-2610-72/+67100
* | Fix support of some OpenGL ES and EGL implementations, specifically on Windows.Yaron Cohen-Tal2015-08-241-86/+40
* | Unite defenitions "PUBLIC" and "EPOXY_IMPORTEXPORT" and add it where appropri...Yaron Cohen-Tal2015-07-198-31/+18
* | Added makefiles to build with MSVC 2013, and fixed errors and warnings.Yaron Cohen-Tal2015-07-184-13/+132
|/
* Also drop the publishing of epoxy_conservative_egl_version()Eric Anholt2015-07-151-1/+1
* Add some missing spacing in generated code.Eric Anholt2015-07-151-0/+1
* Use a concatenated string for enum descriptions.Eric Anholt2015-07-151-5/+16
* Use __attribute__((packed)) to reduce our data size.Eric Anholt2015-07-153-24/+15
* Emit APIENTRY for typedefs that use it.Eric Anholt2015-07-151-0/+2
* Fix epoxy_egl_get_current_gl_context_api() on non-conformant ES.Yaron Cohen-Tal2015-07-151-0/+20
* Look for GL 1.1 functions in win32's OpenGL32.dll.Eric Anholt2015-07-151-1/+1
* src/dispatch_common.c: Remove Unneeded PUBLIC AnnotationChun-wei Fan2015-06-171-1/+1
* Fix generated code for building on MSVC 2013Chun-wei Fan2015-06-051-4/+12
* Put the callspec after the return type for MSVC.Chun-wei Fan2015-06-053-13/+13