aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-02-23Add epoxy_glsl_version()Emmanuele Bassi
2017-10-19Merge pull request #136 from Lyude/pull/epoxy_ext_in_strEmmanuele Bassi
2017-08-24Expose epoxy_extension_in_string() in public headersLyude Paul
2017-07-14Add epoxy_set_resolver_failure_handler()Adam Jackson
2017-03-28Move epoxy_headers definition into include/epoxyEmmanuele Bassi
2017-03-03Add C++ guards around generated headersEmmanuele Bassi
2017-03-01Simplify the code generation rules for MesonEmmanuele Bassi
2017-02-15Remove the shebang from gen_dispatch.pyEmmanuele Bassi
2017-02-08Update the symbol visibility rules under MSVCEmmanuele Bassi
2017-02-08Merge pull request #100 from centricular/fix-find_programEmmanuele Bassi
2017-02-03Add epoxy_has_egl()Emmanuele Bassi
2017-02-03Add epoxy_has_glx()Emmanuele Bassi
2017-02-03Write the API referenceEmmanuele Bassi
2017-02-01Add a fallback for missing stdbool.hEmmanuele Bassi
2017-01-31Merge branch 'symbol-visibility'Emmanuele Bassi
2017-01-28meson: Don't call find_program objects with pythonNirbheek Chauhan
2017-01-27build: Clean up some Meson usagePatrick Griffis
2017-01-25Improve consistency of the symbol visibilityEmmanuele Bassi
2017-01-25Add common headerEmmanuele Bassi
2017-01-25build: Rework the build rules for generated files in MesonEmmanuele Bassi
2016-12-07nVidia glx.h uses __glx_h__; define that too.Bryan Kadzban
2016-12-07Revert all changes since 8bbc0d40Emmanuele Bassi
2016-11-07build: Drop autogenerated autotools files from GitEmmanuele Bassi
2016-09-06nVidia glx.h uses __glx_h__; define that too.Bryan Kadzban
2015-10-31Make "epoxy_current_context_is_egl" visible.Yaron Cohen-Tal
2015-09-03Fix support for a static build of Epoxy. Add support building and running tes...Yaron Cohen-Tal
2015-08-26Add some files to the repo so that it's possible to build without running "au...Yaron Cohen-Tal
2015-08-26Add support for CMake (no support for building/running the tests yet). Fix su...Yaron Cohen-Tal
2015-07-19Add new header file "common.h" to the installed files.Yaron Cohen-Tal
2015-07-19Unite defenitions "PUBLIC" and "EPOXY_IMPORTEXPORT" and add it where appropri...Yaron Cohen-Tal
2015-07-18Added makefiles to build with MSVC 2013, and fixed errors and warnings.Yaron Cohen-Tal
2015-06-05Fix public headers for building in Visual StudioChun-wei Fan
2014-05-13Don't forget to install the wgl headers.Eric Anholt
2014-04-10Move __stdcall into the parens for function pointer definitions.Eric Anholt
2014-03-27win32: Add support for wglUseFontBitmaps().Eric Anholt
2014-02-12Fix EGLDisplay parameters in epoxy functionsFredrik Höglund
2014-02-06Add limited support for the KHRONOS_* defines from khrplatform.h.Eric Anholt
2014-01-22Avoid polluting the compiler's namespace with our own stuff.Eric Anholt
2013-12-17win32: Convert the API to being based on function pointers, like Linux.Eric Anholt
2013-12-17win32: Expose the dispatch table reset funtion in the public API.Eric Anholt
2013-12-17Don't forget to tell our users that the epoxy GL functions are __dllimport.Eric Anholt
2013-12-16Fix copyrights on the Makefile.ams.Eric Anholt
2013-12-16Update header comments about how the implementation works.Eric Anholt
2013-12-16Drop the inconsistent use of #pragma once.Eric Anholt
2013-12-15Move the #defines into the main generated header.Eric Anholt
2013-12-12Include epoxy/gl.h from epoxy/glx.h.Eric Anholt
2013-12-10Add dispatch generation for wgl.Eric Anholt
2013-12-06Conditionalize building GLX and EGL tests and headers.Eric Anholt
2013-12-06Fix make distcheck.Eric Anholt
2013-12-06Add some more defines that are present in normal gl.hEric Anholt