summaryrefslogtreecommitdiff
path: root/test/egl_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert all changes since 8bbc0d40Emmanuele Bassi2016-12-071-1/+1
| | | | | | | | | | | | | | | 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.
* Fix tests to work with some OpenGL ES / EGL implementations.Yaron Cohen-Tal2015-08-241-1/+1
|
* Add support for EGL.Eric Anholt2013-12-051-0/+25
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.