summaryrefslogtreecommitdiff
path: root/include/epoxy/glx.h
Commit message (Expand)AuthorAgeFilesLines
* Add C++ guards around generated headersEmmanuele Bassi2017-03-031-2/+2
* Add epoxy_has_glx()Emmanuele Bassi2017-02-031-0/+1
* Write the API referenceEmmanuele Bassi2017-02-031-0/+2
* Add a fallback for missing stdbool.hEmmanuele Bassi2017-02-011-1/+0
* Improve consistency of the symbol visibilityEmmanuele Bassi2017-01-251-2/+2
* Add common headerEmmanuele Bassi2017-01-251-7/+3
* nVidia glx.h uses __glx_h__; define that too.Bryan Kadzban2016-12-071-0/+1
* Revert all changes since 8bbc0d40Emmanuele Bassi2016-12-071-11/+11
* nVidia glx.h uses __glx_h__; define that too.Bryan Kadzban2016-09-061-1/+2
* Add support for CMake (no support for building/running the tests yet). Fix su...Yaron Cohen-Tal2015-08-261-9/+8
* Unite defenitions "PUBLIC" and "EPOXY_IMPORTEXPORT" and add it where appropri...Yaron Cohen-Tal2015-07-191-6/+6
* Avoid polluting the compiler's namespace with our own stuff.Eric Anholt2014-01-221-3/+3
* Update header comments about how the implementation works.Eric Anholt2013-12-161-7/+2
* Drop the inconsistent use of #pragma once.Eric Anholt2013-12-161-2/+0
* Move the #defines into the main generated header.Eric Anholt2013-12-151-1/+0
* Include epoxy/gl.h from epoxy/glx.h.Eric Anholt2013-12-121-0/+1
* Drop the installed _common.h headers.Eric Anholt2013-12-051-1/+7
* Add C++ guards.Eric Anholt2013-12-041-0/+8
* Fix including system glx.h after our glx.hEric Anholt2013-12-041-2/+2
* Add the generator and build infrastructure.Eric Anholt2013-10-161-0/+51