Eric Anholt
bb94003b78
Add a test for a failure I found with the X Server after my last fixes.
11 years ago
Eric Anholt
11a946cbf5
Prefer non-aliased functions when resolving.
...
This increases the size of the library, but avoids some of the
concerns that have been brought up with the library silently switching
you from glWhateverEXT() to glWhatever() if there might be slight
behavior differences between the two that hadn't been identified. The
downside is that it means we can't share the resolver functions among aliases.
11 years ago
Eric Anholt
e230042ffe
test: Add a test using GLX_EXT_create_context_es2_profile.
...
This is based on a bug report from Steinar H. Gunderson about using
GLES3 with SDL and epoxy.
11 years ago
Eric Anholt
5a37cf88b5
win32: Add a test for wglUseFontBitmaps().
11 years ago
Eric Anholt
037ac7f566
Add a test for EGL and GLX returning different function pointers.
...
This is the case on the nvidia binary driver's GL, or when you've got
a system mixing nvidia binary GL and Mesa EGL.
11 years ago
Eric Anholt
e4f5da9539
Add a test that khrplatform.h (if present) agrees with us.
11 years ago
Eric Anholt
dbf940dabc
Test for using GLES1/2 without GLX installed.
11 years ago
Eric Anholt
5c4f73fa7f
Add a test showing a way that our ifuncs are broken.
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
ca14052cfe
Add a test for basic functionality on win32.
11 years ago
Eric Anholt
01ce694073
Add a compile-time test for missing #defines.
11 years ago
Eric Anholt
9ffa5d25c4
Add a test for a bug when called during glBegin()/glEnd().
11 years ago
Eric Anholt
20f03e65c4
Add a new test for our public API against a core context.
...
Our extension detection for core is totally broken.
11 years ago
Eric Anholt
f2d5248e3d
Add missing .gitignore bits for EGL
11 years ago
Eric Anholt
2be86a9a9c
Add .gitignore for the built tests.
11 years ago