Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NEWT/Android: 565, 5551 or RGBA_8888 (no RGBX/888) ; surfaceRealized() ASAP | Sven Gothel | 2011-10-01 | 1 | -6/+20 |
| | |||||
* | NEWT/Android: More ANativeWindow coop; | Sven Gothel | 2011-09-30 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | Note: surface's format _is_ the nativeVisualID of EGL. More ANativeWindow (ANW) coop: - add acquire/release for ANW - validate ANW format - Add fixCaps: 'format -> GLCaps' validation Test: - Constructor: Start w/ surface format RGB_565 (default) - createNative: Filter EGLConfig w/ surface format - Move surfaceHandle fetching from surfaceCreated -> surfaceChanged, where the format is available. - surfaceChanged: use fixedCaps validation | ||||
* | Android Cleanup: Remove EGL header & library (compile time) | Sven Gothel | 2011-08-11 | 1 | -1/+0 |
| | |||||
* | NEWT/Android: Add missing native code | Sven Gothel | 2011-08-11 | 1 | -0/+47 |