Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | colibri-vf: Fix EGLNative* typedefs to have a signed type | Andras Becsi | 2015-05-07 | 1 | -3/+3 |
| | | | | | | | | | | Chromium expects a signed type, and all other platforms also define a signed type, like Display*, HDC, int, ANativeWindow*, void*. This is a cherry-picked fix from qtglesstream to fix the QtWebEngine build for colibri-vf. Change-Id: I01d5a65b2e7512ebdc383501eacae1349a271039 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com> | ||||
* | Common dummy OpenGL implementation | Samuli Piippo | 2014-11-20 | 12 | -0/+6566 |
Use common sources and headers to provide both dummy OpenGL libs and QtGlesStream lib. Change-Id: Ia71c3ffd7b1f45bf5eea5ac78027c8439855aac5 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com> |