summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/eglconvenience
Commit message (Expand)AuthorAgeFilesLines
* Add EglDisplay case to nativeResourceForContext on eglfsAndras Becsi2014-07-301-0/+4
* Use RGBA8888 always in the eglfs backingstoreLaszlo Agocs2014-07-091-8/+1
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-25/+14
|\
| * Fix visual selection with EGL on xcbLaszlo Agocs2014-06-061-25/+14
* | QEGLPlatformIntegration: fix build on AndroidJ-P Nurmi2014-06-281-0/+2
* | Support translucent windows on eglfsLaszlo Agocs2014-06-255-10/+66
* | Add a way to access loadKeymap on eglfsLaszlo Agocs2014-06-252-2/+35
* | Add support for querying "eglconfig" from eglfsAndras Becsi2014-06-131-0/+6
* | Load winsys and gl dynamically in the windows pluginLaszlo Agocs2014-05-221-11/+0
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-1/+1
|\|
| * egl cursor: The sampler is a uniform not an attributeLaszlo Agocs2014-05-191-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-3/+2
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-121-3/+2
| |\
| | * Avoid using repeat on widget textures in eglfsLaszlo Agocs2014-05-091-3/+2
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-132-3/+43
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-132-3/+43
| |\| |
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-032-3/+43
| | |\|
| | | * Avoid reentering processMouseEvents on embeddedLaszlo Agocs2014-04-282-3/+43
* | | | Support adopting an existing EGLContext in eglfs and xcbLaszlo Agocs2014-05-094-22/+82
* | | | Add support for querying "display" from eglfsLaszlo Agocs2014-05-092-2/+22
|/ / /
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-20/+34
|\| |
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-2/+2
| |\|
| | * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-2/+2
| * | Fix up EGL config selection commentsLaszlo Agocs2014-04-241-18/+32
| |/
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-012-39/+15
|\|
| * egl: Remove commented codeLaszlo Agocs2014-03-251-10/+1
| * Remove unused ifdefLaszlo Agocs2014-03-251-26/+6
| * eglfs: Print the chosen config in debug modeLaszlo Agocs2014-03-252-3/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-241-17/+20
|\|
| * Fix no-opengl build with eglLaszlo Agocs2014-03-171-17/+20
* | Expose the EGLNativeDisplay through nativeResourceForIntegration.Zeno Albisser2014-03-131-2/+7
|/
* Add EGL_KHR_create_context supportLaszlo Agocs2014-03-102-36/+123
* egl: Choose GLES3 capable configs when neededLaszlo Agocs2014-03-101-2/+13
* egl: Update the OpenGL version in the context's QSurfaceFormatLaszlo Agocs2014-03-101-0/+31
* Remove unused parameter from QEGLPlatformContext constructorLaszlo Agocs2014-03-103-11/+4
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-042-5/+11
* Fix some typosSergio Ahumada2014-03-031-1/+1
* eglfs: Improve cursors and hotspotsJonathan Liu2014-02-261-2/+2
* eglfs: Fix swapped red and blue with QOpenGLWidgetLaszlo Agocs2014-02-211-1/+6
* QOpenGLTextureBlitter: Remove Origin location for the Target rectJørgen Lind2014-02-161-2/+1
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-143-11/+31
* QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-139-147/+192
* EGL convenience: Guard Linux-specific code with Q_OS_LINUX.Raphael Kubo da Costa2014-02-101-3/+3
* eglfs: Mouse hotplugging supportLaszlo Agocs2014-01-315-7/+95
* Disable terminal keyboard on eglfs and linuxfbLaszlo Agocs2014-01-242-6/+12
* eglfs: Fix physical screen size regression for some hooksLaszlo Agocs2014-01-242-3/+5
* eglfs: Upload only damaged areas into the texturesLaszlo Agocs2014-01-241-1/+0
* eglfs: Fix quad coordinatesLaszlo Agocs2014-01-241-2/+3
* QNX: Fix build on BB10 caused by missing linux fbWolfgang Bremer2014-01-181-2/+2
* eglfs: Move reusable functionality to eglconvenienceLaszlo Agocs2014-01-1718-8/+1927