summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/offscreen/qoffscreenintegration_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-6/+6
* Add run-time qpa offscreen glx support selectionMichal Klocek2019-02-181-5/+0
* Fix handling of glxconfig and glxcontext in offscreen pluginMichal Klocek2019-02-131-9/+29
* Fix incorrect surface type in offscreen pluginMichal Klocek2019-02-131-0/+7
* Add native handle for context in offscreen pluginMichal Klocek2019-02-131-0/+4
* Add platform native interface to offscreen pluginMichal Klocek2019-02-121-24/+53
* Handle unset $DISPLAY variable when using the offscreen platformJan Murawski2018-02-161-2/+6
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-151-1/+1
* Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-011-2/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-241-1/+1
* Pass the surface format to qglx_surfaceFormatFromGLXFBConfigGiuseppe D'Angelo2013-02-231-1/+1
* Offscreen testing platform pluginSamuel Rødal2013-01-291-0/+252