summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* meson: Generate the pkg-config fileEmmanuele Bassi2018-02-231-28/+35
* Merge pull request #143 from ikeydoherty/comp-warningsEmmanuele Bassi2018-02-232-5/+4
|\
| * Only use printf family when passing argumentsIkey Doherty2017-10-192-5/+4
* | Check __ANDROID__ define when guarding Android codeRobert Bragg2018-01-181-3/+3
|/
* Merge pull request #136 from Lyude/pull/epoxy_ext_in_strEmmanuele Bassi2017-10-192-2/+18
|\
| * Expose epoxy_extension_in_string() in public headersLyude Paul2017-08-242-2/+18
* | Fix pointer mismatch bug on Windows 10. danem2017-10-131-1/+1
* | Merge pull request #131 from nwnk/nonfatal-resolve-handlerEmmanuele Bassi2017-09-113-0/+24
|\ \
| * | Add epoxy_set_resolver_failure_handler()Adam Jackson2017-07-143-0/+24
* | | dispatch: Fix the libOpenGL sonameAdam Jackson2017-09-071-1/+1
| |/ |/|
* | Merge pull request #134 from fooishbar/add-eglcast-defEmmanuele Bassi2017-07-211-0/+9
|\ \ | |/ |/|
| * Add fallback definition for EGL_CASTDaniel Stone2017-07-071-0/+9
* | dispatch: Be more paranoid about detecting GLX or notAdam Jackson2017-07-121-1/+10
* | dispatch: Use epoxy_conservative_glx_dlsym when probing GLXAdam Jackson2017-07-121-13/+13
* | dispatch: Don't reference glvnd #defines on non-glvnd systemsAdam Jackson2017-07-121-0/+2
|/
* dispatch: Learn about glvndAdam Jackson2017-06-161-5/+26
* meson.build: fix macOS common_ldflagsTom Schoonjans2017-06-121-1/+1
* Make EGL support optionalThomas Petazzoni2017-05-171-4/+4
* build: Check for linker flags on LinuxEmmanuele Bassi2017-05-021-1/+5
* epoxy_internal_has_gl_extension, epoxy_egl_version: add some missing nullpoin...Gianfranco Costamagna2017-04-242-1/+11
* Move epoxy_headers definition into include/epoxyEmmanuele Bassi2017-03-281-4/+0
* Add missing visibility compiler flagsEmmanuele Bassi2017-03-091-3/+1
* 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