summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use some linker flags only on LinuxEmmanuele Bassi2017-03-071-1/+2
* Add explicit version flags for macOS buildsEmmanuele Bassi2017-03-071-2/+6
* Add z,relro and z,now to the GCC linker flagsEmmanuele Bassi2017-03-031-1/+1
* Simplify the code generation rules for MesonEmmanuele Bassi2017-03-011-67/+35
* Remove the shebang from gen_dispatch.pyEmmanuele Bassi2017-02-152-1/+4
* Annotate new Epoxy symbolsEmmanuele Bassi2017-02-152-0/+4
* Update gen_dispatch after a pass of pylintEmmanuele Bassi2017-02-081-46/+44
* Merge pull request #100 from centricular/fix-find_programEmmanuele Bassi2017-02-081-4/+0
|\
| * meson: Don't call find_program objects with pythonNirbheek Chauhan2017-01-281-4/+0
* | Add API to allow for platform detectionEmmanuele Bassi2017-02-064-3/+62
|\ \
| * | Add epoxy_has_egl()Emmanuele Bassi2017-02-031-0/+21
| * | Add epoxy_has_glx()Emmanuele Bassi2017-02-031-1/+25
| * | 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-061-5/+3
|/ /
* | Write the API referenceEmmanuele Bassi2017-02-033-12/+169
* | Merge branch 'symbol-visibility'Emmanuele Bassi2017-01-317-37/+27
|\ \
| * | Improve consistency of the symbol visibilityEmmanuele Bassi2017-01-257-37/+27
| |/
* | gen_dispatch: Ignore 'glsc2' APIEmmanuele Bassi2017-01-311-0/+2
* | 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
| |/