aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickrendercontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-051-0/+2
* Follow rhi per-frame to per-pass flag changeLaszlo Agocs2020-10-051-1/+1
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-301-1/+1
* Rename setSceneGraphBackend to setGraphicsApiLaszlo Agocs2020-06-221-1/+1
* Make it possible to specify device extensions in a future proof mannerLaszlo Agocs2020-06-191-0/+8
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-171-5/+1
* Fix up QQuickRenderControl class docsLaszlo Agocs2020-06-121-17/+20
* Rename setPersistentOpenGLContext and revise related docsLaszlo Agocs2020-06-111-1/+1
* QSGRhiShaderEffectNode is available only with openglSamuli Piippo2020-06-101-2/+3
* Make render loops OpenGL cleanLaszlo Agocs2020-06-081-65/+0
* Remove QQuickOpenGLShaderEffectPaul Olav Tvete2020-06-041-8/+4
* Adapt to changes in NativeTexture in qtbaseEskil Abrahamsen Blomfeldt2020-05-251-1/+1
* Fix build without openglSamuli Piippo2020-05-061-2/+3
* Add beforeFrameBegin() and afterFrameEnd() to QQuickWindowLaszlo Agocs2020-04-301-0/+4
* Allow redirecting QRhi-based rendering via QQuickRenderControlLaszlo Agocs2020-04-111-33/+283
* Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-161-0/+1
* Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-0/+1
|\
| * Fix QQuickWindow::afterAnimating with QQuickRenderControlPaul Lemire2019-10-101-0/+1
* | QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-021-2/+1
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-1/+12
|/
* Fix null pointer access in QQuickOpenGLShaderEffectMaterialCacheJüri Valdmann2018-11-071-1/+2
* Fix QQuickRenderControl::invalidate with software rendererAllan Sandfeld Jensen2018-10-101-3/+3
* Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-0/+2
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-161-1/+2
|\
| * QQuickRenderControl: Grab framebuffer with alpha if the window uses itAndy Shaw2018-07-121-1/+2
* | Fix crash with the QQuickRenderControl and deleteLaterDavid Edmundson2018-06-241-1/+0
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-9/+9
* Fix QQuickRenderControl software grabs on surface not rendered elsewherev5.10.0-beta2David Edmundson2017-10-141-2/+2
* Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-161-0/+3
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-091-0/+3
* Fix wrong grabbing behaviorFilipe Azevedo2016-12-201-0/+5
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-4/+4
* Make shader effects configurableLars Knoll2016-10-101-1/+3
* Fix up QQuickWidget and QQuickRenderControl docsLaszlo Agocs2016-07-151-2/+7
* Fix rendercontrol grabs with the software backendLaszlo Agocs2016-07-151-5/+24
* Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-05-311-1/+1
|\
| * QQuickWindow: Process a synthetic hover once per frameRobin Burchell2016-05-261-1/+1
* | Prefix GL-specific shader effect codeLaszlo Agocs2016-04-131-2/+4
* | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-061-0/+4
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-0/+4
| |\
| | * QQuickRenderControl: cleanup material cache on invalidateTim Blechmann2016-03-011-0/+4
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-7/+16
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Clean up correctly in rendercontrol to avoid crashesLaszlo Agocs2015-12-091-6/+13
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-0/+4
|\
| * Doc: added documentation to undocumented methodsNico Vertriest2015-08-041-0/+4
* | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-1/+0
|/
* Fix rendercontrol example for screens with different dprLaszlo Agocs2015-04-281-0/+5