summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs
Commit message (Expand)AuthorAgeFilesLines
* Add KMS hooks for EGLFS pluginLouai Al-Khanji2014-09-042-0/+427
* eglfs: Fix regression in config selectionLaszlo Agocs2014-09-031-5/+4
* eglfs/stub: Die fatally if the framebuffer can't be opened.Robin Burchell2014-08-171-1/+3
* Make the expose region local on all platformsLaszlo Agocs2014-08-121-8/+12
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-0/+2
|\
| * Avoid polluting the output with warnings on eglfsLaszlo Agocs2014-06-061-0/+2
* | Support translucent windows on eglfsLaszlo Agocs2014-06-251-1/+3
* | Support adopting an existing EGLContext in eglfs and xcbLaszlo Agocs2014-05-094-8/+22
|/
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-0/+1
|\
| * deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-0/+1
* | Remove unneeded ;Albert Astals Cid2014-04-241-1/+1
|/
* eglfs: Add a way to force 24/32 bit configsLaszlo Agocs2014-03-251-1/+10
* eglfs: Avoid double surfaceFormatFor() callsLaszlo Agocs2014-03-251-2/+2
* Remove unused parameter from QEGLPlatformContext constructorLaszlo Agocs2014-03-102-5/+3
* Avoid polluting debug output in eglfs and linuxfbLaszlo Agocs2014-03-061-0/+4
* eglfs: Improve cursors and hotspotsJonathan Liu2014-02-262-21/+21
* QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-135-24/+22
* eglfs: Put Linux-specific includes within Q_OS_LINUX guards.Raphael Kubo da Costa2014-02-081-0/+2
* eglfs: Mouse hotplugging supportLaszlo Agocs2014-01-312-19/+1
* eglfs: Fix physical screen size regression for some hooksLaszlo Agocs2014-01-241-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-202-5/+24
|\
| * eglfs: Allow using a different framebuffer deviceLaszlo Agocs2014-01-162-5/+24
* | eglfs: Move reusable functionality to eglconvenienceLaszlo Agocs2014-01-1717-1521/+91
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-162-1/+5
|\|
| * Disable the eglfs input handlers by Environment variableDominik Holland2013-12-102-1/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-1/+1
|\|
| * Use case insensitive comparison when checking platform plugin keys.Friedemann Kleint2013-12-031-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2611-36/+82
|\|
| * Remove the GLES 2 dependency for eglfs and kmsJorgen Lind2013-11-196-8/+21
| * Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-071-0/+6
| * EglFS: make sure resize events are deliveredPaul Olav Tvete2013-11-061-2/+4
| * Android: Differ between ShowMaximized and ShowFullScreenEskil Abrahamsen Blomfeldt2013-11-014-3/+25
| * eglfs: Make backingstore handle unexpected scenarios gracefullyLaszlo Agocs2013-10-291-2/+2
| * eglfs: Perform initialization in initialize() instead of the constructorLaszlo Agocs2013-10-251-22/+25
* | Add swapInterval to QSurfaceFormatLaszlo Agocs2013-11-133-22/+3
|/
* eglfs: Show the mouse cursor when a mouse is connectedLaszlo Agocs2013-10-111-1/+14
* eglfs: Separate compositor and improve raster window supportLaszlo Agocs2013-10-0910-241/+412
* QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-072-8/+19
* eglfs: Make QML root objects sized to view working againLaszlo Agocs2013-10-012-3/+15
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-302-9/+5
* eglfs: Unify the native resource gettersLaszlo Agocs2013-09-213-18/+58
* Add a WindowManagement capability to QPlatformIntegrationLaszlo Agocs2013-09-201-0/+1
* eglfs: Support multiple raster windowsLaszlo Agocs2013-09-2012-155/+386
* Android: handle inverted orientationsPaul Olav Tvete2013-09-204-0/+23
* eglfs: Do not leak the QOpenGLShaderProgram instanceLaszlo Agocs2013-09-171-0/+1
* eglfs: Sanitize the X11 hooksLaszlo Agocs2013-09-174-40/+121
* remove unnecessary beginPaint and endPaint overridesShawn Rutledge2013-09-162-5/+0
* eglfs: Set swap interval only when there is a context availableLaszlo Agocs2013-09-133-12/+22
* eglfs: Handle desktop and multiple windows gracefullyLaszlo Agocs2013-09-131-1/+7
* eglfs: Avoid glUniform calls with wrong type when drawing the cursorLaszlo Agocs2013-09-131-1/+1