aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Liang Qi2017-11-251-4/+5
|\
| * Fix crash when accessing pixmap on default QSGSoftwareInternalImageNodev5.9.3Allan Sandfeld Jensen2017-11-171-4/+5
* | Software Adaptation: Fix cliping logic error with empty clip regionsAndy Nichols2017-11-231-2/+2
|/
* Fix coverity reported warningLars Knoll2017-11-061-1/+1
* Clean up handling of opaqueness in the SW rendererLars Knoll2017-11-032-26/+15
* Mark layers in the SW rasterizer as opaque if possibleLars Knoll2017-11-034-10/+22
* Mark pixmaps without alpha channel as opaque in the SW rendererLars Knoll2017-10-302-3/+2
* Software Adaptation: Fix QQuickWidget when moving between screensAndy Nichols2017-10-171-1/+1
* Fix uninitialized member QSGClipNode::m_is_rectangularJüri Valdmann2017-09-201-0/+3
* Fix compilation with -no-openglMichal Klocek2017-09-181-0/+2
* Fix compilation with clang 4 on LinuxLars Knoll2017-09-111-12/+12
* Change mirror vertical for software QSGLayers to trueAllan Sandfeld Jensen2017-09-051-1/+1
* Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-047-3/+36
* Fix memory leaks with threaded rendererJoni Poikelin2017-08-223-5/+5
* Add QDebugStateSaver to operator<<(QDebug, const QSGRootNode)Jesus Fernandez2017-07-271-0/+1
* Fix compilation with namespaceEskil Abrahamsen Blomfeldt2017-07-261-3/+2
* Fix memory leak in QSGAtlasTexture::Manager::create()Mitch Curtis2017-07-262-4/+5
* Software Adaptation: Fix nested clipping logicAndy Nichols2017-07-171-2/+2
* Fix excessive recursion in rendererGunnar Sletta2017-06-191-3/+4
* Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-165-0/+26
* Don't detach temporary containerSérgio Martins2017-06-071-2/+2
* Improve dirty region calculation in software rendererJüri Valdmann2017-05-233-36/+55
* Fix QSG_VISUALIZE=batchesBerthold Krevert2017-05-111-0/+4
* Ensure same glyph cache is used for same font at different sizesMichael Brasser2017-05-102-3/+25
* Merge 5.9 into 5.9.0v5.9.0-beta4Oswald Buddenhagen2017-05-052-8/+8
|\
| * Doc: fix some typos in qsgrenderer.cppJüri Valdmann2017-05-041-2/+2
| * Doc: fix some typos in qsgnode.cppJüri Valdmann2017-05-041-6/+6
* | Software: Fix leaking of SGTexturesAndy Nichols2017-05-051-0/+3
|/
* ICC issue: cast both sides of sign-bit-changing expressions to uintThiago Macieira2017-04-281-1/+1
* Add a method to query the scene graph backendMichael Brüning2017-04-272-0/+10
* Run includemocs in qtdeclarativeThiago Macieira2017-04-2619-0/+35
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-252-2/+2
* QSGBatchRenderer: Fix a performance regression noted by qmlbenchRobin Burchell2017-04-241-11/+28
* Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-203-2/+5
* Add \since to QSGTexture::AnisotropyLevelFriedemann Kleint2017-04-191-0/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-113-0/+3
|\
| * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-093-0/+3
* | Doc: add new enumeration descriptionsNico Vertriest2017-03-303-0/+8
* | Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-152-8/+5
|\|
| * Doc: Removed non-working reimplementation suggestionsChristoph Sterz2017-03-152-8/+5
* | QtQuick scene graph: fix text native renderingOleg Yadrov2017-03-092-0/+151
* | Software: Flush whole window on Expose eventAndy Nichols2017-02-282-4/+7
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-242-6/+7
|\|
| * Quick: Check fbo msaa related extensions via QtGuiLaszlo Agocs2017-01-312-6/+7
* | Doc: added doc for parameter windowNico Vertriest2017-02-031-1/+1
* | Add fixes for INTEGRITYKimmo Ollila2017-01-311-49/+49
* | Use independent buffer for indicesJesus Fernandez2017-01-272-9/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-261-7/+0
|\|
| * Remove documentation references to internal functionsKavindra Palaraja2017-01-131-7/+0
* | Add anisotropic filtering support to QSGTexturePaolo Angelelli2017-01-258-2/+94