aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-16Add the right include paths for EGL and X11 headersAlex Richardson
2021-10-20fix error: use of undeclared identifier 'OPENGL_LIB'Caolán McNamara
2021-07-02Allow libopengl.so to be used when GLX_LIB is missingJohn Bates
2021-05-21Revert "If glvnd library found, do not use libGL.so in epoxy_load_gl"Emmanuele Bassi
2021-05-21Revert "Do not overwrite glx_handle in epoxy_load_gl if GLX library is loaded...Emmanuele Bassi
2021-04-30Remove redeclaration of khronos_uintptr_tEmmanuele Bassi
2021-04-19Merge pull request #247 from anholt/win64-khr-typesEmmanuele Bassi
2021-03-21Support Win64 pointer-sized typesEmmanuele Bassi
2021-03-06gen_dispatch.py: close output filesAleksandr
2021-01-20Merge pull request #238 from anholt/pull-229-altEmmanuele Bassi
2021-01-20meson: Set same variables in declare_dependency() as in pkgconfigXavier Claessens
2021-01-20Do not overwrite glx_handle in epoxy_load_gl if GLX library is loaded alreadyYaroslav Isakov
2021-01-20If glvnd library found, do not use libGL.so in epoxy_load_glYaroslav Isakov
2020-07-21Use Meson's darwin_versions argumentEmmanuele Bassi
2020-04-20Fix return value of shading language for GLES2.Eric Anholt
2020-01-14Use EGL_NO_X11 to disable X11 headersEmmanuele Bassi
2019-11-26Remove the autotools build system.Eric Anholt
2019-11-14Remove Python 2 supportEmmanuele Bassi
2019-06-25Reuse the enum_strings in looking for extension providers.Eric Anholt
2019-06-25Drop "GL extension" and "GLX extension" and such from the debug output.Eric Anholt
2019-06-25Make the provider enums have a PROVIDER_ prefixEric Anholt
2018-10-04build: Drop conditional use of get_supported_link_arguments()Emmanuele Bassi
2018-07-16dispatch_common: fix conditional compilationZhao Zhili
2018-07-06dispatch: Fix GLES3 symbol lookupAdam Jackson
2018-05-29Use the appropriate symbols on __APPLE__Emmanuele Bassi
2018-05-29Disable EGL on macOSEmmanuele Bassi
2018-05-17dispatch: Try harder to avoid calling the resolverAdam Jackson
2018-05-17Use -Bsymbolic-functions instead of -BsymbolicEmmanuele Bassi
2018-05-17Use abort() instead of exit(1)Emmanuele Bassi
2018-05-01dispatch: Load EGL/GLX provider lib from epoxy_has_{egl,glx}()Adam Jackson
2018-05-01dispatch: Stop implicitly loading libraries from do_dlsymAdam Jackson
2018-04-30dispatch: Be even gentler about probing for GLXAdam Jackson
2018-04-30dispatch: Query the EGL context version when bootstrapping on GLESAdam Jackson
2018-04-25meson: Fix the -z,relro flagEmmanuele Bassi
2018-04-25meson: Conditionally test for linker flagsEmmanuele Bassi
2018-04-12dispatch: assert, not errx, when we have no contextAdam Jackson
2018-03-12Merge pull request #156 from tschoonj/fix-gl-pkgconfig-macosEmmanuele Bassi
2018-03-12Merge pull request #159 from luzpaz/misc-typosEmmanuele Bassi
2018-03-12autotools: check for dlvsymRoss Burton
2018-03-05Trival misc. typo fixesluz.paz
2018-03-04meson: do not add gl to pkg-config file on macOSTom Schoonjans
2018-02-24Support encoding minor versions bigger than 10Emmanuele Bassi
2018-02-24Fix epoxy_internal_gl_version()Emmanuele Bassi
2018-02-23Do not use OPENGL_LIB on AndroidEmmanuele Bassi
2018-02-23Document epoxy_set_resolver_failure_handler()Emmanuele Bassi
2018-02-23Add epoxy_glsl_version()Emmanuele Bassi
2018-02-23docs: Update the supported GL version to 4.6Emmanuele Bassi
2018-02-23Allow building Epoxy without X11Emmanuele Bassi
2018-02-23Add gl and egl private dependenciesEmmanuele Bassi
2018-02-23meson: Generate the pkg-config fileEmmanuele Bassi