Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add back missing shared libraries used in executables in link commands. These | Doug Kwan | 2009-10-04 | 1 | -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 Agopian | 2009-08-10 | 1 | -2/+3 |
| | | | | properly | ||||
* | minor code clean-up | Mathias Agopian | 2009-08-07 | 1 | -85/+101 |
| | |||||
* | added two EGL helpers for selecting a config matching a certain pixelformat ↵ | Mathias Agopian | 2009-08-06 | 1 | -31/+11 |
| | | | | or native window type | ||||
* | added a gl swapinterval test | Mathias Agopian | 2009-08-05 | 2 | -0/+141 |