aboutsummaryrefslogtreecommitdiff
path: root/test/pugl_gl3_test.c
AgeCommit message (Collapse)Author
2019-11-03Add verbose option to test programs to print all eventsDavid Robillard
2019-11-03Fix duplicate word in error messageDavid Robillard
2019-10-21Don't use compatible profile in pugl_gl3_testDavid Robillard
It turns out that there are some systems where having this on makes things not work, because compatible profiles are only supported up to earlier versions, despite a much higher version being available.
2019-09-07Add OpenGL 3 test programDavid Robillard