summaryrefslogtreecommitdiffstats
path: root/recipes/opengldummy/files
Commit message (Collapse)AuthorAgeFilesLines
* colibri-vf: Fix EGLNative* typedefs to have a signed typeAndras Becsi2015-05-071-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 implementationSamuli Piippo2014-11-2012-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>