summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/kms
Commit message (Expand)AuthorAgeFilesLines
* kms plugin: use first returned mode if no preferred one is presentRolf Eike Beer2014-05-081-2/+6
* kms plugin: do not needlessly query drm information twiceRolf Eike Beer2014-05-083-16/+8
* deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-0/+1
* kms: Adapt to initialize() patternLaszlo Agocs2014-02-112-22/+29
* Remove unused private member (fixes compilation with Clang 3.4)Thiago Macieira2014-02-062-2/+0
* Disable terminal keyboard on eglfs and linuxfbLaszlo Agocs2014-01-245-176/+8
* Fix namespaced build on LinuxDonald Carr2014-01-102-3/+5
* Fix warnings about forward declarations (-Wmismatched-tags)Sérgio Martins2013-12-202-3/+3
* Use case insensitive comparison when checking platform plugin keys.Friedemann Kleint2013-12-031-1/+1
* Remove the GLES 2 dependency for eglfs and kmsJorgen Lind2013-11-193-3/+10
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-302-6/+3
* remove unnecessary beginPaint and endPaint overridesShawn Rutledge2013-09-162-5/+0
* Fix malformed assignment in QKmsScreenLaszlo Agocs2013-09-101-1/+1
* Added automatic input device discovery to kms plugin.Samuel Rødal2013-08-061-0/+12
* Find primary GPU onlyPier Luigi Fiorini2013-08-061-1/+1
* Bump QPA-API-version.Friedemann Kleint2013-07-231-1/+1
* Use QUDeviceHelper instead of custom code.Hannu Lyytinen2013-06-089-452/+29
* KMS QPA Plugin: use preferred mode when selecting modeanknight2013-02-181-4/+8
* KMS QPA Plugin: use GBM cursor writeranknight2013-02-182-56/+19
* KMS QPA Plugin: .pro file improvementsanknight2013-02-181-2/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2225-25/+25
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1825-25/+25
* | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-2/+3
|/
* 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