summaryrefslogtreecommitdiff
path: root/test/glx_glxgetprocaddress_nocontext.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert all changes since 8bbc0d40Emmanuele Bassi2016-12-071-1/+2
| | | | | | | | | | | | | | | 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 support for a static build of Epoxy. Add support building and running ↵Yaron Cohen-Tal2015-09-031-2/+1
| | | | tests with CMake. Add support for linking with the static run-time library with MSVC.
* Fix compiler warnings in the tests.Eric Anholt2014-01-311-1/+2
| | | | | I didn't have CWARNFLAGS in the Makefile.am, so lots of things that would generate warnings had crept in.
* Fix signedness warning on OS X build of the testsuite.Eric Anholt2013-12-111-1/+1
|
* Fix bug in public entrypoint for epoxy_glx_version()Eric Anholt2013-12-041-1/+1
| | | | | | | Unfortunately, for GLX 1.4+ entrypoints (just glxGetProcAddress currently) or extensions, if there isn't a context bound then we don't have a dpy and screen available to provide useful debug messages. Oh well.
* Add a testcase for a bug in the public API.Eric Anholt2013-12-041-0/+56