aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* wasm: make no-tread platform independentMorten Johan Sørvig2018-04-241-4/+6
* webassembly: use default opengl backendLorn Potter2018-04-233-3/+5
* webassembly: revert the bitfield patchLorn Potter2018-03-235-36/+0
* Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-03-0890-985/+2082
|\
| * Fix: do data size check of pkm format compressed texture filesEirik Aavitsland2018-02-281-3/+2
| * Fix memory leak in compressed texture file readingEirik Aavitsland2018-02-273-0/+7
| * use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-2712-18/+18
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-2615-145/+88
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2650-294/+294
| * doc: Fix remaining "Can't tie this..." errorsMartin Smith2018-02-233-16/+9
| * Software render: Fix warnings floodFriedemann Kleint2018-02-191-0/+1
| * Finally really remove QT_NO_QML_DEBUGGERUlf Hermann2018-02-191-0/+1
| * Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-182-2/+9
| |\
| | * Fix performance regressionJesus Fernandez2018-02-072-2/+9
| * | Fix crash with the software renderer and windows with QObject parentSimon Hausmann2018-02-151-1/+0
| * | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-151-15/+20
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-15/+20
| | |\ \
| | | * | 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
| * | | | doc: Add documentation for undocumented thingsMartin Smith2018-02-148-9/+65
| * | | | ScenGraph: Prefer printf style loggingKai Koehne2018-02-139-109/+116
| * | | | Fix: Make Image element support detection of suitable file extensionEirik Aavitsland2018-02-132-0/+8
| |/ / /
| * | | doc: Add template parameters to \fn commandsMartin Smith2018-02-091-8/+8
| * | | Fix debug builds using musl libcJan Murawski2018-02-071-1/+1
| * | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-065-10/+11
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-025-10/+11
| | |\| |
| | | * | 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
| * | | | Fix QML Rectangle blurryJiDe Zhang2018-02-022-6/+6
| * | | | Add basic handler for ktx format texture filesEirik Aavitsland2018-02-014-2/+271
| * | | | Basic working compressed texture atlasMichael Brasser2018-01-3111-154/+591
| |/ / /
| * | | Refactor compressed texture file readingEirik Aavitsland2018-01-278-178/+538
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-092-3/+3
| |\| |
| | * | 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.10' into devLiang Qi2017-12-208-42/+43
| |\| | |
| | * | | 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