aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* rhi: Make QSGRenderNode usable in Quick3Dv5.15.0-beta2Laszlo Agocs2020-03-113-41/+56
* Add missing QPainterPath includesUlf Hermann2020-03-091-0/+1
* Add missing QPainterPath includesMitch Curtis2020-03-091-0/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-031-5/+5
|\
| * Fix texture coords for the compressed texture atlasMichael Brasser2020-02-211-5/+5
* | Warn when requesting unknown RHI backendJohan Klokkhammer Helsing2020-02-241-0/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-201-1/+1
|\|
| * Fix inverted logicMichael Brasser2020-02-171-1/+1
* | rhi: Handle beginFrame() failure correctly in threaded render loopLaszlo Agocs2020-02-061-6/+10
* | Upgrade qsb files to version 4Laszlo Agocs2020-01-2147-0/+0
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-0/+2
|\|
| * Fix unused variable warning on big-endianShawn Rutledge2020-01-081-0/+2
* | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-193-16/+16
* | Add API to get the platform specific texture handlePaul Olav Tvete2019-12-176-178/+57
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-174-3/+9
|\|
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-133-3/+3
| |\
| | * Fix NativeRendering text on core profileEirik Aavitsland2019-11-263-3/+3
| * | rhi: Mark window as unused when neededLaszlo Agocs2019-12-111-0/+4
| * | Fix unused var in no-opengl buildsLaszlo Agocs2019-12-111-0/+2
* | | Share pipeline state objects between layer renderersLaszlo Agocs2019-12-162-63/+69
* | | Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-1311-3/+132
* | | Regenerate rhi shadersLaszlo Agocs2019-12-1147-0/+0
* | | Clear RequestRepaint bit set in sync() if we are going to renderLaszlo Agocs2019-12-031-13/+24
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-291-0/+3
|\| |
| * | Warn about using QSGTexture::bind outside direct OpenGL pathJohan Klokkhammer Helsing2019-11-281-0/+3
* | | Make the initialization failure dialog sensible with QRhiLaszlo Agocs2019-11-286-34/+38
* | | Prevent infinite rhi init failure in threaded render loopLaszlo Agocs2019-11-282-10/+37
* | | Prevent infinite rhi init failure in basic render loopLaszlo Agocs2019-11-281-7/+27
* | | Fix Metal usage on iOSLaszlo Agocs2019-11-273-7/+7
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-266-3/+6
|\| |
| * | rhi: Follow non-integer scaling fixes for native textLaszlo Agocs2019-11-256-3/+6
| |/
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-257-10/+10
* | Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-2212-16/+11
|/
* Fix: NativeRendering text for non-integer screen scalingEirik Aavitsland2019-11-186-6/+14
* Doc: Fix documentation warningsTopi Reinio2019-11-112-3/+3
* Fix assertion with certain Text items when rendering with MetalLaszlo Agocs2019-10-251-2/+4
* Fix broken scaling with high dpi + rhi + thread loopLaszlo Agocs2019-10-211-3/+1
* Support DXT1/3/5 in compressed texture atlasv5.14.0-beta2Michael Brasser2019-10-172-3/+21
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-102-1/+7
|\
| * Fix sprites leaking textures in SW and OpenVG backendsEirik Aavitsland2019-10-072-1/+7
* | Handle context loss in the basic render loopDavid Edmundson2019-10-081-0/+18
* | Revert "Temporarily drop a debug mode check in rhi-based stenciling"Laszlo Agocs2019-10-071-3/+1
* | Follow QRhi improvements and drop QVectors where applicableLaszlo Agocs2019-10-076-12/+16
* | Temporarily drop a debug mode check in rhi-based stencilingLaszlo Agocs2019-10-031-0/+2
* | Drop QVector for srb and shader stage descriptionsLaszlo Agocs2019-10-032-10/+12
* | Fix device pixel ratio with QRhi for native textLaszlo Agocs2019-10-035-5/+29
* | QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-025-7/+9
* | Remove depth-stencil buffer sizing on the rhi pathLaszlo Agocs2019-09-302-11/+11
* | Add a QSG env var for QRhi::PreferSoftwareRendererLaszlo Agocs2019-09-272-5/+14