summaryrefslogtreecommitdiffstats
path: root/opengl/tests/swapinterval
Commit message (Collapse)AuthorAgeFilesLines
* Add back missing shared libraries used in executables in link commands. TheseDoug Kwan2009-10-041-0/+1
| | | | | | executables have calls to some shared libraries without explicitly linking them. Currently it works as linker links these libraries via dependencies of other libraries. This is fragile and not the right thing to do.
* workaround a bug in the SGX driver that would prevent eglGetConfig to work ↵Mathias Agopian2009-08-101-2/+3
| | | | properly
* minor code clean-upMathias Agopian2009-08-071-85/+101
|
* added two EGL helpers for selecting a config matching a certain pixelformat ↵Mathias Agopian2009-08-061-31/+11
| | | | or native window type
* added a gl swapinterval testMathias Agopian2009-08-052-0/+141