summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove the autotools build system.Eric Anholt2019-11-261-42/+0
* Remove Python 2 supportEmmanuele Bassi2019-11-141-1/+0
* Add epoxy_glsl_version()Emmanuele Bassi2018-02-231-0/+1
* Merge pull request #136 from Lyude/pull/epoxy_ext_in_strEmmanuele Bassi2017-10-191-0/+7
|\
| * Expose epoxy_extension_in_string() in public headersLyude Paul2017-08-241-0/+7
* | Add epoxy_set_resolver_failure_handler()Adam Jackson2017-07-141-0/+14
|/
* Move epoxy_headers definition into include/epoxyEmmanuele Bassi2017-03-281-0/+2
* Add C++ guards around generated headersEmmanuele Bassi2017-03-034-8/+8
* Simplify the code generation rules for MesonEmmanuele Bassi2017-03-011-69/+29
* Remove the shebang from gen_dispatch.pyEmmanuele Bassi2017-02-151-0/+4
* Update the symbol visibility rules under MSVCEmmanuele Bassi2017-02-081-1/+5
* 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 epoxy_has_egl()Emmanuele Bassi2017-02-031-0/+1
* | Add epoxy_has_glx()Emmanuele Bassi2017-02-031-0/+1
* | Write the API referenceEmmanuele Bassi2017-02-033-0/+6
* | Add a fallback for missing stdbool.hEmmanuele Bassi2017-02-015-6/+8
* | Merge branch 'symbol-visibility'Emmanuele Bassi2017-01-317-43/+75
|\ \
| * | Improve consistency of the symbol visibilityEmmanuele Bassi2017-01-255-14/+13
| * | Add common headerEmmanuele Bassi2017-01-257-29/+62
| |/
* | build: Clean up some Meson usagePatrick Griffis2017-01-271-4/+4
|/
* build: Rework the build rules for generated files in MesonEmmanuele Bassi2017-01-251-0/+80
* nVidia glx.h uses __glx_h__; define that too.Bryan Kadzban2016-12-071-0/+1
* Revert all changes since 8bbc0d40Emmanuele Bassi2016-12-0714-22161/+69
* build: Drop autogenerated autotools files from GitEmmanuele Bassi2016-11-071-610/+0
* nVidia glx.h uses __glx_h__; define that too.Bryan Kadzban2016-09-061-1/+2
* Make "epoxy_current_context_is_egl" visible.Yaron Cohen-Tal2015-10-311-0/+1
* Fix support for a static build of Epoxy. Add support building and running tes...Yaron Cohen-Tal2015-09-031-11/+18
* Add some files to the repo so that it's possible to build without running "au...Yaron Cohen-Tal2015-08-262-0/+654
* Add support for CMake (no support for building/running the tests yet). Fix su...Yaron Cohen-Tal2015-08-2613-66/+22044
* Add new header file "common.h" to the installed files.Yaron Cohen-Tal2015-07-191-0/+1
* Unite defenitions "PUBLIC" and "EPOXY_IMPORTEXPORT" and add it where appropri...Yaron Cohen-Tal2015-07-195-20/+80
* Added makefiles to build with MSVC 2013, and fixed errors and warnings.Yaron Cohen-Tal2015-07-181-2/+2
* Fix public headers for building in Visual StudioChun-wei Fan2015-06-052-5/+5
* Don't forget to install the wgl headers.Eric Anholt2014-05-131-0/+5
* Move __stdcall into the parens for function pointer definitions.Eric Anholt2014-04-101-3/+8
* win32: Add support for wglUseFontBitmaps().Eric Anholt2014-03-271-0/+6
* Fix EGLDisplay parameters in epoxy functionsFredrik Höglund2014-02-121-2/+2
* Add limited support for the KHRONOS_* defines from khrplatform.h.Eric Anholt2014-02-061-0/+11
* Avoid polluting the compiler's namespace with our own stuff.Eric Anholt2014-01-224-12/+12
* win32: Convert the API to being based on function pointers, like Linux.Eric Anholt2013-12-171-1/+1
* win32: Expose the dispatch table reset funtion in the public API.Eric Anholt2013-12-171-0/+1
* Don't forget to tell our users that the epoxy GL functions are __dllimport.Eric Anholt2013-12-171-0/+5
* Fix copyrights on the Makefile.ams.Eric Anholt2013-12-161-16/+17
* Update header comments about how the implementation works.Eric Anholt2013-12-163-23/+6
* Drop the inconsistent use of #pragma once.Eric Anholt2013-12-163-6/+0
* Move the #defines into the main generated header.Eric Anholt2013-12-154-4/+0
* Include epoxy/gl.h from epoxy/glx.h.Eric Anholt2013-12-121-0/+1
* Add dispatch generation for wgl.Eric Anholt2013-12-101-0/+60
* Conditionalize building GLX and EGL tests and headers.Eric Anholt2013-12-061-0/+5