aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-24173-3570/+3570
* Update commercial license headersTarja Sundqvist2021-02-02173-3570/+3570
* Revert "Set the stencil buffer zone" and "Add clipNext null pointer guard"Laszlo Agocs2021-01-191-35/+9
* Move the sharegroup with the context to the render threadLaszlo Agocs2020-09-101-0/+2
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-311-3/+3
* Force Batch Rebuild if SubtreeBlocked includes an opacity changeAndy Nichols2020-08-121-0/+5
* Add clipNext null pointer guardValery Volgutov2020-08-111-17/+19
* Fix crash when QSGTexture is deleted in rc->endSync()VaL Doroshchuk2020-08-091-1/+9
* Fix regression in antialiasing on outlined textEskil Abrahamsen Blomfeldt2020-08-0612-8/+12
* Set the stencil buffer zoneDH Kang2020-07-081-9/+33
* Fix outline for connected textEskil Abrahamsen Blomfeldt2020-06-1915-17/+49
* Speed up rendering huge static scenesEskil Abrahamsen Blomfeldt2020-06-162-1/+11
* Get rid of preprocess in QQuickTextEskil Abrahamsen Blomfeldt2020-06-156-6/+23
* Fix deprecation attribute in QSGAbstractRendererLaszlo Agocs2020-06-021-0/+2
* Fix offset on native text rendering with high-dpi scalingEskil Abrahamsen Blomfeldt2020-05-291-3/+4
* Fix a clipping bug in software-rendered textEskil Abrahamsen Blomfeldt2020-05-281-2/+4
* Fix subpixel positioned text with Text.NativeRenderingEskil Abrahamsen Blomfeldt2020-05-191-5/+4
* Fix using fonts inside .ttc with render type QtRenderingEskil Abrahamsen Blomfeldt2020-05-191-1/+1
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-141-4/+11
|\
| * Make no-opengl builds succeed with Vulkan or MetalLaszlo Agocs2020-04-251-4/+11
* | qsgrhisupport.cpp: Fix warningsFriedemann Kleint2020-05-061-2/+4
|/
* Fix warning about deprecated "end" manipulatorThiago Macieira2020-04-221-1/+1
* RHI: Fix build with -no-openglFriedemann Kleint2020-04-171-2/+11
* Fix clipping of text with software backendEskil Abrahamsen Blomfeldt2020-04-161-16/+27
* Deprecate QSGEngineLaszlo Agocs2020-04-144-2/+14
* Deprecate QSGSimpleMaterial and QSGSimpleMaterialShaderLaszlo Agocs2020-04-142-0/+11
* rhi: Remove broken assertLaszlo Agocs2020-03-241-2/+0
* rhi: Enable layer updateTexture(), and so grabs, in the sync phaseLaszlo Agocs2020-03-185-7/+17
* Fix some network related deprecation warningsFabian Kosmale2020-03-161-1/+1
* 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