aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in QSGAtlasTexture::Manager::create()Mitch Curtis2017-07-262-4/+5
* Ensure same glyph cache is used for same font at different sizesMichael Brasser2017-05-102-3/+25
* Run includemocs in qtdeclarativeThiago Macieira2017-04-264-0/+9
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-252-2/+2
* Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-201-1/+3
* Add \since to QSGTexture::AnisotropyLevelFriedemann Kleint2017-04-191-0/+2
* Doc: add new enumeration descriptionsNico Vertriest2017-03-301-0/+2
* 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
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-3/+3
|\|
| * Quick: Check fbo msaa related extensions via QtGuiLaszlo Agocs2017-01-311-3/+3
* | Add anisotropic filtering support to QSGTexturePaolo Angelelli2017-01-258-2/+94
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-149-46/+59
|\|
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-298-35/+35
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-282-11/+24
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-252-11/+24
| | |\
| | | * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-242-11/+24
* | | | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-071-3/+3
* | | | Enable shader disk cache in Qt QuickLaszlo Agocs2016-11-271-2/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-2311-116/+96
|\| | |
| * | | Move rebuildGeometry() functions of nodesFriedemann Kleint2016-11-228-90/+91
| * | | QSGDistanceFieldUtil: Make use of the newly added QRawFont qHash functionRobin Burchell2016-11-182-25/+3
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-1/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-1/+2
| | |\|
| | | * Fix crash when trying to allocate in a filled atlas textureJohn Brooks2016-10-271-1/+2
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-122-3/+15
| | |\|
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-182-3/+15
|\| | |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-132-3/+15
| |\ \ \ | | | |/ | | |/|
| | * | Fix FastFBOResizing hint for QQuickPaintedItemYoann Lopes2016-10-062-3/+15
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-011-2/+2
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-2/+2
| | |\|
| | | * Correctly update the geometry of QSGDefaultPainterNodev5.6.2Yoann Lopes2016-09-121-2/+2
* | | | scenegraph: add missing 'override'Anton Kudryavtsev2016-09-169-47/+47
* | | | Use QStringBuilder moreAnton Kudryavtsev2016-08-261-7/+4
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-2/+2
| |\|
| | * Avoid crashing when failing to query GL_EXTENSIONSJoni Poikelin2016-07-151-2/+2
* | | Fix undefined painting of white QSGRectangleAllan Sandfeld Jensen2016-07-111-1/+1
* | | Fix reference to wrong methodsAllan Sandfeld Jensen2016-07-112-4/+4
* | | Add mipmapping support to QSGImageNodePaolo Angelelli2016-06-284-0/+36
* | | Cleanup some unused functions and variables with QT_NO_OPENGLAndy Nichols2016-06-284-2/+10
* | | Add missing deprecated tag to QSGSimple*Node.Laszlo Agocs2016-06-242-0/+4
* | | QSGEngine: Fix build with QT_NO_OPENGLAndy Nichols2016-06-241-1/+1
* | | Doc: Fix documentation warnings for QSGImageNodeTopi Reinio2016-06-241-2/+2
* | | Add cross-backend simple rect, texture, and ninepatch nodesLaszlo Agocs2016-06-2216-0/+1293
* | | Make QSGEngine::initialize backend-independentLaszlo Agocs2016-06-221-12/+10
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-1/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-1/+0
| |\|
| | * Remove erronous setTextureSize() as it is already set previouslyAndy Shaw2016-06-151-1/+0