aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-071-15/+20
|\
| * Use the GL context shared in the render contextErik Verbruggen2018-02-061-15/+20
* | Fix uploading of compressed textures of ETC2_EAC typeEirik Aavitsland2018-01-261-1/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-1/+1
|\|
| * Remove another call to QOpenGLContext::currentContext()Erik Verbruggen2018-01-191-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-244-9/+10
|\|
| * QSGSoftwarePixmapRenderer: Fix incorrect background coordinatesJΓΌri Valdmann2018-01-124-9/+10
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Shawn Rutledge2018-01-041-2/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-2/+2
| |\|
| | * Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Liang Qi2017-11-251-4/+5
| | |\
| | * | Software Adaptation: Fix cliping logic error with empty clip regionsAndy Nichols2017-11-231-2/+2
* | | | Avoid setting DirtyOpacity flag if it has not been changedVaL Doroshchuk2017-12-201-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-4/+5
|\ \ \ | | |/ | |/|
| * | Fix crash when accessing pixmap on default QSGSoftwareInternalImageNodev5.9.3Allan Sandfeld Jensen2017-11-171-4/+5
| |/
* | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-131-1/+1
|\|
| * Fix coverity reported warningLars Knoll2017-11-061-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-067-38/+38
|\|
| * 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
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-241-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-1/+1
| |\|
| | * Software Adaptation: Fix QQuickWidget when moving between screensAndy Nichols2017-10-171-1/+1
* | | clang-cl: Fix warnings about non-portable #include resolutionFriedemann Kleint2017-10-241-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-041-0/+3
|\|
| * Fix uninitialized member QSGClipNode::m_is_rectangularJΓΌri Valdmann2017-09-201-0/+3
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-202-1/+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
* | Use the qEnvironmentVariable function from QtCoreThiago Macieira2017-09-141-4/+4
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-057-3/+36
|\|
| * Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-047-3/+36
* | Fix symbol clash in static builds in etc texture providerSimon Hausmann2017-08-252-10/+10
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-233-5/+5
|\|
| * Fix memory leaks with threaded rendererJoni Poikelin2017-08-223-5/+5
* | Add very basic compressed texture supportMichael Brasser2017-08-075-0/+472
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-285-9/+10
|\|
| * 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
* | Ensure same glyph cache is used for same font at different sizesEskil Abrahamsen Blomfeldt2017-07-243-3/+26
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-046-3/+30
|\|
| * 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
* | Merge branch 'wip/scenegraphng' into devLaszlo Agocs2017-06-197-20/+45
|\ \
| * \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-06-087-44/+70
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-3121-22/+77
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-2510-2/+18
| |\ \ \ \