Eric Anholt
e58e98feee
Fix the behavior of glx_shared_znow if it doesn't die at startup.
...
We're sharing the source file with glx_static, but we don't want to
SKIP due to not being statically linked.
11 years ago
Eric Anholt
6553c08752
Fix compiler warning in glx_static.
11 years ago
Eric Anholt
22ce76fe0b
Make glx_static report skip if it was built non-static.
...
It won't have that symbol, unless it happens to be linked against the
full library.
11 years ago
Eric Anholt
2206e6e302
Add a testcase for trying to use libepoxy as a static library.
...
Note that it will only actually link statically against epoxy if
you've set --enable-static.
11 years ago
Eric Anholt
de70a2a0ab
Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension().
11 years ago
Eric Anholt
7603c144db
Add a failing testcase for the public API of epoxy_has_glx_extension.
11 years ago
Eric Anholt
0f67bf3f11
Fix bug in public entrypoint for epoxy_glx_version()
...
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.
11 years ago
Eric Anholt
14f822ee91
Add a testcase for a bug in the public API.
11 years ago
Eric Anholt
04cf940e1b
Add an initial testsuite for GLX API.
11 years ago
Eric Anholt
a909eb4a22
Add the generator and build infrastructure.
...
Not actually working yet, but it's a snapshot to start from.
11 years ago