summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/kms
Commit message (Expand)AuthorAgeFilesLines
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* beef up qt_plugin.prfOswald Buddenhagen2012-11-011-4/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2225-601/+601
* kms: Restore VT settings when crashedLaszlo Agocs2012-08-102-2/+29
* Properly manage window geometry in kmsLaszlo Agocs2012-08-072-4/+9
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Disable tty keyboard in kmsLaszlo Agocs2012-07-255-2/+150
* Fix keyboard input in kmsLaszlo Agocs2012-07-251-1/+3
* Update only dirty areas in kms backingstoreLaszlo Agocs2012-07-252-3/+36
* Add basic backingstore implementation to kmsLaszlo Agocs2012-07-232-4/+130
* release and clear next_bo when pageFlip failsElvis Lee2012-07-211-0/+4
* Implement nativeResourceFunctionForContext for kmsElvis Lee2012-07-202-0/+25
* Reset drm cursor position if cursor image is set before movedLaszlo Agocs2012-07-202-1/+7
* Hide drm cursor when exitingLaszlo Agocs2012-07-202-0/+7
* Disable threaded rendering with kms pluginLaszlo Agocs2012-07-201-2/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Follow gbm api changes in kms pluginLaszlo Agocs2012-07-182-5/+3
* Tear down properly in kms plugin when exitingLaszlo Agocs2012-07-181-0/+8
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Add QPA prefix and version number to QPA plugin factory interfaces.Friedemann Kleint2012-06-271-1/+1
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-081-8/+0
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-051-0/+2
* KMS platform plugin: Introduce default cursor for better usability.Samuel Rødal2012-05-301-0/+8
* Fixed KMS y-invertedness.Samuel Rødal2012-05-2912-447/+177
* Compile fix for kms platform plugin.Samuel Rødal2012-05-242-1/+2
* Compile fix for kms plugin.Samuel Rødal2012-05-091-1/+0
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-078-9/+9
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QPA plugins]Thiago Macieira2012-05-041-2/+2
* Use the new udev based framework for detecting graphics cards.Hannu Lyytinen2012-04-135-17/+157
* Implement basic bits for device autodetection via udev.Hannu Lyytinen2012-04-135-3/+305
* Add support for QPlatformNativeInterface.Hannu Lyytinen2012-04-115-3/+188
* Use correct framebuffer object.Hannu Lyytinen2012-04-112-0/+9
* Release the EGL context after initialization.Hannu Lyytinen2012-04-111-0/+2
* Use the new plugin system in the KMS plugin.Hannu Lyytinen2012-04-113-16/+14
* misc: Fix some random typos and grammar while reading code.Holger Hans Peter Freyther2012-03-091-1/+1
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-073-1/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3017-17/+17
* Update contact information in license headers.Jason McDonald2012-01-2317-17/+17
* Update copyright year in license headers.Jason McDonald2012-01-0517-17/+17
* Remove QPlatformPrinterSupport usageJohannes Zellner2011-11-292-9/+0
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-062-4/+4
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-294-7/+7
* Introduce new platform capability ThreadedOpenGL.Samuel Rødal2011-08-261-0/+1
* Initial support for Qt using Kernel Mode-setting (KMS)Andy Nichols2011-08-0418-0/+1864