aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove remnants of blackberry platform supportRobin Burchell2017-01-161-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-142-5/+32
|\|
| * Fix projection matrix for DepthAware QSGRenderNodesLaszlo Agocs2017-01-121-1/+6
| * Propagate root changes to rendernodes tooLaszlo Agocs2017-01-121-0/+4
| * Update QSGRenderNode docs to match realityLaszlo Agocs2017-01-121-3/+0
| * Fix stencil clips with core profile contextsLaszlo Agocs2017-01-041-1/+22
* | QSGThreadedRenderLoop: Correctly stop the animation timer ...Robin Burchell2017-01-122-1/+12
* | QSGNodeVisitorEx virtual destructorPier Luigi Fiorini2017-01-121-0/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-252-0/+2
|\|
| * Q_CHECK_PTR QSGGeometry allocationsUlf Hermann2016-12-201-0/+1
| * Q_CHECK_PTR the result of malloc() in batch rendererUlf Hermann2016-12-201-0/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1423-119/+169
|\|
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-2917-69/+69
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2810-50/+100
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-258-38/+76
| | |\
| | | * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-248-38/+76
* | | | OpenVG Scenegraph AdaptationAndy Nichols2016-12-132-1/+3
* | | | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-0710-84/+84