summaryrefslogtreecommitdiff
path: root/include/epoxy/gl.h
Commit message (Expand)AuthorAgeFilesLines
* Add epoxy_glsl_version()Emmanuele Bassi2018-02-231-0/+1
* Add epoxy_set_resolver_failure_handler()Adam Jackson2017-07-141-0/+14
* Add C++ guards around generated headersEmmanuele Bassi2017-03-031-2/+2
* Write the API referenceEmmanuele Bassi2017-02-031-0/+2
* Add a fallback for missing stdbool.hEmmanuele Bassi2017-02-011-2/+0
* Improve consistency of the symbol visibilityEmmanuele Bassi2017-01-251-8/+3
* Add common headerEmmanuele Bassi2017-01-251-7/+5
* Revert all changes since 8bbc0d40Emmanuele Bassi2016-12-071-31/+40
* Make "epoxy_current_context_is_egl" visible.Yaron Cohen-Tal2015-10-311-0/+1
* Add support for CMake (no support for building/running the tests yet). Fix su...Yaron Cohen-Tal2015-08-261-35/+29
* Unite defenitions "PUBLIC" and "EPOXY_IMPORTEXPORT" and add it where appropri...Yaron Cohen-Tal2015-07-191-7/+3
* Fix public headers for building in Visual StudioChun-wei Fan2015-06-051-3/+3
* Move __stdcall into the parens for function pointer definitions.Eric Anholt2014-04-101-3/+8
* 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-221-3/+3
* win32: Convert the API to being based on function pointers, like Linux.Eric Anholt2013-12-171-1/+1
* Don't forget to tell our users that the epoxy GL functions are __dllimport.Eric Anholt2013-12-171-0/+5
* Update header comments about how the implementation works.Eric Anholt2013-12-161-9/+2
* Move the #defines into the main generated header.Eric Anholt2013-12-151-1/+0
* Add some more defines that are present in normal gl.hEric Anholt2013-12-061-0/+9
* Drop the installed _common.h headers.Eric Anholt2013-12-051-1/+6
* Add some more gl.h definitions that might be used by applications.Eric Anholt2013-12-041-0/+17
* Add C++ guards.Eric Anholt2013-12-041-0/+8
* Add the generator and build infrastructure.Eric Anholt2013-10-161-0/+52