summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qopenglwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-1/+3
|\
| * Avoid missing paints when resizing GV with QOpenGLWidget viewportLaszlo Agocs2016-05-241-1/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+2
|\|
| * QtWidgets: includemocsMarc Mutz2016-03-181-0/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-2/+1
|\|
| * Send a paint after resize correctly from QOpenGLWidgetLaszlo Agocs2015-11-231-2/+1
* | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-251-7/+7
|/
* Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-191-6/+0
* QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-271-2/+2
* QOpenGLWidget: Fix grabbing multisample framebuffersLaszlo Agocs2015-10-141-2/+13
* QOpenGLWidget: Do not recurse when calling grabFramebuffer() from paintGL()Laszlo Agocs2015-10-141-2/+8
* Fix up QOpenGLWidget transparency supportLaszlo Agocs2015-09-241-9/+13
* Avoid multisampled contexts in QOpenGLWidgetLaszlo Agocs2015-08-051-2/+11
* Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-301-11/+17
* Fix incorrect warning message in QOpenGLWidgetLaszlo Agocs2015-06-221-1/+1
* Emphasize the need for calling setDefaultFormat early on OS XLaszlo Agocs2015-05-291-0/+6
* Create contexts and pbuffers with the correct screen in QOpenGLWidgetLaszlo Agocs2015-05-121-0/+2
* Fix incorrect FBO bindings with QOpenGLWidgetLaszlo Agocs2015-03-301-1/+9
* Add a section about QOpenGLWidget alternativesLaszlo Agocs2015-03-251-0/+17
* Use glFinish() in QOpenGLWidget unless glFlush() is known to be enoughLaszlo Agocs2015-03-231-3/+3
* Add missing flush for multisampled QOpenGLWidgetLaszlo Agocs2015-03-091-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-0/+1
|\
| * Set dpr of QImage in QOpenGLWidget grabFramebufferDyami Caliri2015-02-031-0/+1
* | QOpenGLWidget/Window: improve docs for the dtorGiuseppe D'Angelo2015-02-071-1/+3
* | Avoid warning in makeCurrentLaszlo Agocs2015-01-281-3/+1
* | QOpenGLWidget/QOpenGLWindow: add a destructor which calls makeCurrentGiuseppe D'Angelo2015-01-241-2/+15
* | Fix discard framebuffer support in QOpenGLWidgetLaszlo Agocs2014-12-211-4/+4
* | Add NoPartialUpdate support to QOpenGLWidgetJørgen Lind2014-12-111-5/+93
|/
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-211-1/+1
|\
| * Correct the signature and access rights for the protected constructorLars Knoll2014-11-191-1/+1
* | Fix broken resource cleanup in QOpenGLWidgetLaszlo Agocs2014-11-171-0/+10
|/
* Avoid breaking BC with new virtuals in QOpenGLPaintDeviceLaszlo Agocs2014-10-161-11/+22
* Fix QOpenGLWidget on Cocoa when used as viewportLaszlo Agocs2014-10-141-4/+66
* Add a warning when using QOpenGLWidget as a native childLaszlo Agocs2014-10-101-0/+6
* Doc: Use title case in section1 titlesNico Vertriest2014-09-301-4/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QOpenGLWidget: Play nice with empty paintGLLaszlo Agocs2014-09-181-0/+1
* Add a note about winId() to QOpenGLWidget docsLaszlo Agocs2014-09-181-0/+3
* Propagate swap interval from QOpenGLWidget to the tlwLaszlo Agocs2014-09-181-1/+15
* Do not drop the context when sharing globallyLaszlo Agocs2014-09-151-0/+6
* Update QOpenGLWidget paintDevice devicePixelRatio when recreating fboDyami Caliri2014-09-101-0/+1
* Expose screen change event to widgets so that they can check the dprLaszlo Agocs2014-09-101-0/+4
* Add an option to share between TLWsLaszlo Agocs2014-09-101-6/+19
* Fix garbled resize with QOpenGLWidget when using multi-sampling.Dyami Caliri2014-09-101-0/+1
* Improve QOpenGLWidget docs regarding fb preservationLaszlo Agocs2014-09-081-1/+17
* Fix composition for windows with alphaLaszlo Agocs2014-08-131-5/+11
* Fix msaa in QOpenGLWidgetLaszlo Agocs2014-08-111-6/+27
* Fix crash in QOpenGLWidget when changing the TLWLaszlo Agocs2014-08-081-1/+19