summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs
Commit message (Expand)AuthorAgeFilesLines
* Fix compile error in eglconvenienceGirish Ramakrishnan2012-05-301-2/+1
* eglfs: Don't update screen for non mouse-move eventsGirish Ramakrishnan2012-05-291-0/+2
* Add q_printEglConfig to qeglconvenienceGirish Ramakrishnan2012-05-291-43/+1
* eglfs: remove support for widget rendering using opengl paint engineGirish Ramakrishnan2012-05-292-26/+0
* eglfs: release shader program after useGirish Ramakrishnan2012-05-291-1/+1
* eglfs: rename QEglIntegration to QEglFSIntegrationGirish Ramakrishnan2012-05-292-6/+6
* Fix warnings about unused variables.Friedemann Kleint2012-05-251-1/+1
* eglfs: use GL API directly in QEglFSCursorGirish Ramakrishnan2012-05-252-12/+53
* Fix compiler warnings in QtGui, QtWidgets.Friedemann Kleint2012-05-231-1/+1
* Clean up Raspberry Pi specDonald Carr2012-05-221-0/+1
* eglfs: hooks can never be nullGirish Ramakrishnan2012-05-181-8/+4
* eglfs: Add support for cursor hotspotsGirish Ramakrishnan2012-05-184-14/+69
* eglfs: Allow cursor atlas to be specified using an env variableGirish Ramakrishnan2012-05-171-1/+4
* eglfs: delete cursor textures in the destructorGirish Ramakrishnan2012-05-171-1/+7
* eglfs: remove multiple references to qeglfshooks.h in HEADERSGirish Ramakrishnan2012-05-171-1/+0
* Handle EglDisplay and EglContext in the native interface of eglfs.Samuel Rødal2012-05-163-1/+39
* Add eglfs cursor supportGirish Ramakrishnan2012-05-169-1/+381
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-077-8/+8
* Make eglfs hooks functionality namespace cognisantDonald Carr2012-05-022-0/+7
* Optimized EGLFS backing store a bit.Samuel Rødal2012-04-181-8/+29
* Fixed RGBA <-> BGRA bug in EGLFS backingstore.Samuel Rødal2012-04-171-1/+1
* Handle window state changes correctly in EGLFSDonald Carr2012-04-162-4/+8
* Implemented raster based backing store for EGLFS plugin.Samuel Rødal2012-04-162-2/+138
* Remove OpenKode OpenVG and qvfb platformpluginsJørgen Lind2012-04-162-16/+0
* eglfs: rework hooks designGirish Ramakrishnan2012-04-116-28/+128
* Extend eglhooks to include hasCapabilityDonald Carr2012-04-114-7/+17
* eglfs: Implement xlib based hook for testingGirish Ramakrishnan2012-04-102-0/+94
* eglfs: Introduce hooks for the eglfs pluginGirish Ramakrishnan2012-04-045-8/+100
* eglfs: delete screen on exitGirish Ramakrishnan2012-04-034-3/+18
* eglfs: Fix header guardsGirish Ramakrishnan2012-04-034-12/+12
* Make QEglFSBackingStore use QtGui-only APIs.Samuel Rødal2012-03-233-55/+43
* Avoid Qt/X11 header contamination via egl.hDonald Carr2012-03-201-0/+3
* Add egl include paths and link lines to eglfs.Girish Ramakrishnan2012-03-201-1/+1
* Add new plugin metadata description and eglfs.json fileJohannes Zellner2012-03-153-4/+11
* Remove widgets dependency from eglfsDonald Carr2012-03-093-8/+21
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-309-9/+9
* Update contact information in license headers.Jason McDonald2012-01-239-9/+9
* Make show() default to sane sizing behaviour based on the platform.Samuel Rødal2012-01-122-0/+10
* Update copyright year in license headers.Jason McDonald2012-01-059-9/+9
* Fix debug output in eglfs with QEGL_EXTRA_DEBUG enabledJohannes Zellner2011-12-132-5/+5
* Ask for a context that is likely to be supported.Gunnar Sletta2011-12-061-1/+2
* Fix build when QEGL_EXTRA_DEBUG is defined for debug outputJohannes Zellner2011-11-091-11/+11
* Adopt eglfs platform plugin to changed QEGLPlatformContext APIJohannes Zellner2011-11-091-2/+2
* Make the window active in eglfs and minimal plaform plugins.Laszlo Agocs2011-10-141-1/+3
* [fontdatabase] Use the CONFIG += qpa/genericunixfontdatabaseHolger Hans Peter Freyther2011-10-031-1/+1
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-295-10/+10
* Introduce new platform capability ThreadedOpenGL.Samuel Rødal2011-08-261-0/+2
* Made QWindow::setVisible() send show and hide events.Samuel Rødal2011-08-102-12/+0
* make eglfs compileGunnar Sletta2011-08-083-3/+3
* Implement map/unmap and force geometry EglFSGunnar Sletta2011-08-082-1/+18