summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove the autotools build system.Eric Anholt2019-11-261-15/+0
| | | | Meson has been out for a long time, is faster, and is simpler.
* gitignore: Don't ignore .patch filesJeremy Bicha2018-09-181-1/+0
| | | | | This makes things a bit awkward for distros that keep their packaging in git and use patch files
* Revert all changes since 8bbc0d40Emmanuele Bassi2016-12-071-0/+14
| | | | | | | | | | | | | | | Most of the changes that happened after commit 8bbc0d40 broke epoxy pretty much irreparably because of the CMake build and the attempt at making libepoxy a static library that can be copy-pasted into another project without generating files. Since all the commits are entangled, and are full of unrelated changes, we cannot simply do a localized set of reverts; instead, we need to hit the reset button. From this point forward, we're going to improve libepoxy's build while attempting to keep the existing build system working. This may mean reinstating the CMake build system at a later date.
* Add some files to the repo so that it's possible to build without running ↵Yaron Cohen-Tal2015-08-261-13/+0
| | | | "autogen.sh".
* Add support for CMake (no support for building/running the tests yet). Fix ↵Yaron Cohen-Tal2015-08-261-1/+0
| | | | support for Android. Add built-in support for building with EGL support (using "khrplatform.h" and "eglplatform.h" which are distributed together with Epoxy, and should work with any platform).
* Move the #defines into the main generated header.Eric Anholt2013-12-151-4/+0
| | | | | I initially thought I was going to have two sets of defines you chose from using #include, but that never ended up being necessary.
* Add dispatch generation for wgl.Eric Anholt2013-12-101-0/+4
| | | | This is very poorly tested at this point, but survives a simple testcase.
* Add support for EGL.Eric Anholt2013-12-051-0/+4
| | | | | | | This totally replaces the getprocaddress and dlsym code, which was basically just stubs up until now. The is_glx/is_egl() is also dropped -- they weren't doing anything, and the only false answer they could give is if the dlopen were to fail.
* Add an initial testsuite for GLX API.Eric Anholt2013-11-141-0/+1
|
* Add the generator and build infrastructure.Eric Anholt2013-10-161-0/+90
Not actually working yet, but it's a snapshot to start from.