index
:
~fredrik/libepoxy
master
Unnamed repository; edit this file 'description' to name the repository.
fredrik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-06
Fix a bad error message in an EGL test.
Eric Anholt
1
-1
/
+1
2014-02-06
Add missing '\n's to wgl test errors.
Eric Anholt
1
-2
/
+2
2014-02-06
Add a test that khrplatform.h (if present) agrees with us.
Eric Anholt
5
-0
/
+189
2014-02-01
List X11_LIBS after lib{egl,glx}_common.
Matt Turner
1
-10
/
+10
2014-02-01
Use LDADD instead of LDFLAGS/DEPENDENCIES.
Matt Turner
1
-22
/
+13
2014-01-31
Enable compiler warnings in the tests.
Eric Anholt
1
-0
/
+2
2014-01-31
Fix compiler warnings in the tests.
Eric Anholt
5
-16
/
+23
2014-01-31
Fix using epoxy on systems with only EGL and GLES1 or GLES2.
Eric Anholt
1
-2
/
+0
2014-01-31
Test for using GLES1/2 without GLX installed.
Eric Anholt
3
-0
/
+132
2014-01-22
Make headerguards check for double-inclusion of our own headers.
Eric Anholt
1
-0
/
+4
2013-12-16
Fix copyrights on the Makefile.ams.
Eric Anholt
1
-16
/
+17
2013-12-16
Fix testsuite build on OS X.
Eric Anholt
1
-1
/
+5
2013-12-15
Abandon ifuncs and go with the traditional global function pointers.
Eric Anholt
1
-2
/
+0
2013-12-13
Fix the behavior of glx_shared_znow if it doesn't die at startup.
Eric Anholt
2
-0
/
+3
2013-12-13
Add a test showing a way that our ifuncs are broken.
Eric Anholt
2
-0
/
+8
2013-12-13
Relink tests when the library changes.
Eric Anholt
1
-8
/
+8
2013-12-11
Fix the build of the headerguards test on OS X.
Eric Anholt
1
-0
/
+5
2013-12-11
Fix signedness warning on OS X build of the testsuite.
Eric Anholt
1
-1
/
+1
2013-12-11
Fix compiler warning in glx_static.
Eric Anholt
1
-0
/
+1
2013-12-11
Make glx_static report skip if it was built non-static.
Eric Anholt
1
-0
/
+5
2013-12-11
Add a testcase for trying to use libepoxy as a static library.
Eric Anholt
3
-0
/
+67
2013-12-10
Add a test for basic functionality on win32.
Eric Anholt
5
-0
/
+256
2013-12-06
Port tests directory to win32.
Eric Anholt
1
-2
/
+2
2013-12-06
Conditionalize building GLX and EGL tests and headers.
Eric Anholt
3
-6
/
+40
2013-12-06
Fix out of tree build
Eric Anholt
1
-0
/
+1
2013-12-06
Add a compile-time test for missing #defines.
Eric Anholt
3
-0
/
+63
2013-12-05
Fix calling new entrypoints from within glBegin()/glEnd().
Eric Anholt
1
-2
/
+0
2013-12-05
Add a test for a bug when called during glBegin()/glEnd().
Eric Anholt
3
-0
/
+114
2013-12-05
Fix extension detection on core GL contexts.
Eric Anholt
1
-2
/
+0
2013-12-05
Add a new test for our public API against a core context.
Eric Anholt
5
-3
/
+183
2013-12-05
Pull a helper function from piglit.
Eric Anholt
2
-1
/
+29
2013-12-05
Add missing .gitignore bits for EGL
Eric Anholt
1
-0
/
+1
2013-12-05
Add support for EGL.
Eric Anholt
5
-1
/
+161
2013-12-05
Add .gitignore for the built tests.
Eric Anholt
1
-0
/
+6
2013-12-04
Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension().
Eric Anholt
3
-6
/
+4
2013-12-04
Add a failing testcase for the public API of epoxy_has_glx_extension.
Eric Anholt
2
-0
/
+62
2013-12-04
Fix bug in public entrypoint for epoxy_glx_version()
Eric Anholt
3
-4
/
+2
2013-12-04
Add a testcase for a bug in the public API.
Eric Anholt
2
-0
/
+62
2013-12-04
Add a test for including system GL headers after epoxy.
Eric Anholt
2
-1
/
+37
2013-12-04
Add a little more testing of our public GLX API.
Eric Anholt
1
-0
/
+20
2013-11-14
Add an initial testsuite for GLX API.
Eric Anholt
4
-0
/
+280