summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove redeclaration of khronos_uintptr_tebassi/issues-249Emmanuele Bassi2021-04-301-1/+0
* Merge pull request #247 from anholt/win64-khr-types1.5.6Emmanuele Bassi2021-04-191-3/+11
|\
| * Support Win64 pointer-sized typeswin64-khr-typesEmmanuele Bassi2021-03-211-3/+11
* | gen_dispatch.py: close output filesAleksandr2021-03-061-0/+10
* | Merge pull request #238 from anholt/pull-229-altEmmanuele Bassi2021-01-201-3/+7
|\ \
| * | Do not overwrite glx_handle in epoxy_load_gl if GLX library is loaded alreadypull-229-altYaroslav Isakov2021-01-201-1/+2
| * | If glvnd library found, do not use libGL.so in epoxy_load_glYaroslav Isakov2021-01-201-3/+6
| |/
* | meson: Set same variables in declare_dependency() as in pkgconfigXavier Claessens2021-01-201-4/+9
|/
* Use Meson's darwin_versions argumentdarwin_versionsEmmanuele Bassi2020-07-211-3/+2
* Fix return value of shading language for GLES2.glslesEric Anholt2020-04-201-10/+5
* Use EGL_NO_X11 to disable X11 headersEmmanuele Bassi2020-01-141-3/+6
* Remove the autotools build system.Eric Anholt2019-11-261-184/+0
* Remove Python 2 supportEmmanuele Bassi2019-11-142-1/+1
* Reuse the enum_strings in looking for extension providers.Eric Anholt2019-06-251-4/+7
* Drop "GL extension" and "GLX extension" and such from the debug output.Eric Anholt2019-06-251-8/+4
* Make the provider enums have a PROVIDER_ prefixEric Anholt2019-06-251-1/+2
* build: Drop conditional use of get_supported_link_arguments()meson-bumpEmmanuele Bassi2018-10-041-5/+1
* dispatch_common: fix conditional compilationZhao Zhili2018-07-161-2/+2
* dispatch: Fix GLES3 symbol lookupAdam Jackson2018-07-061-1/+1
* Use the appropriate symbols on __APPLE__Emmanuele Bassi2018-05-291-13/+18
* Disable EGL on macOSEmmanuele Bassi2018-05-291-1/+1
* dispatch: Try harder to avoid calling the resolver1.5.2Adam Jackson2018-05-171-3/+5
* Use -Bsymbolic-functions instead of -BsymbolicEmmanuele Bassi2018-05-172-3/+3
* Use abort() instead of exit(1)Emmanuele Bassi2018-05-171-3/+3
* dispatch: Load EGL/GLX provider lib from epoxy_has_{egl,glx}()Adam Jackson2018-05-014-28/+35
* dispatch: Stop implicitly loading libraries from do_dlsymAdam Jackson2018-05-011-32/+55
* dispatch: Be even gentler about probing for GLXAdam Jackson2018-04-301-34/+7
* dispatch: Query the EGL context version when bootstrapping on GLESAdam Jackson2018-04-301-10/+10
* meson: Fix the -z,relro flagEmmanuele Bassi2018-04-251-1/+1
* meson: Conditionally test for linker flagsEmmanuele Bassi2018-04-251-6/+6
* dispatch: assert, not errx, when we have no contextAdam Jackson2018-04-121-1/+1
* Merge pull request #156 from tschoonj/fix-gl-pkgconfig-macosEmmanuele Bassi2018-03-121-2/+2
|\
| * meson: do not add gl to pkg-config file on macOSTom Schoonjans2018-03-041-2/+2
* | Merge pull request #159 from luzpaz/misc-typosEmmanuele Bassi2018-03-121-1/+1
|\ \
| * | Trival misc. typo fixesluz.paz2018-03-051-1/+1
| |/
* | autotools: check for dlvsymRoss Burton2018-03-121-0/+0
|/
* Support encoding minor versions bigger than 10Emmanuele Bassi2018-02-241-3/+9
* Fix epoxy_internal_gl_version()Emmanuele Bassi2018-02-241-1/+1
* Do not use OPENGL_LIB on AndroidEmmanuele Bassi2018-02-231-0/+2
* Document epoxy_set_resolver_failure_handler()Emmanuele Bassi2018-02-231-0/+7
* Add epoxy_glsl_version()Emmanuele Bassi2018-02-231-4/+29
* docs: Update the supported GL version to 4.6Emmanuele Bassi2018-02-231-1/+1
* Allow building Epoxy without X11Emmanuele Bassi2018-02-231-0/+7
* Add gl and egl private dependenciesEmmanuele Bassi2018-02-231-0/+12
* 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