aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/adaptations/software
Commit message (Expand)AuthorAgeFilesLines
* Pass on hasDefaultAlphaBuffer in the format with the software backend tooLaszlo Agocs9 days1-0/+2
* Use QElapsedTimer::start() and not restart()Giuseppe D'Angelo2025-03-151-1/+1
* Convert m_vertical and m_cornerPixmapIsDirty to bitfieldsMagdalena Stojek2025-03-052-5/+3
* Refactor corner radius handling with explicit unset stateMagdalena Stojek2025-02-212-47/+102
* Software Renderer: Ensure flushing of previously dirty regionsAndy Nichols2024-12-171-1/+9
* Replace deprecated QImage::mirror(ed) with flip(ped)Volker Hilsheimer2024-12-021-1/+4
* Allows skip clear color before render on software rendererJiDe Zhang2024-09-052-2/+18
* 2D Renderer: Make sure cachedMirroredPixmap is never dirty when paintingAndy Nichols2024-08-222-16/+22
* Fix software renderer caching QBackingStore::paintDevice()Vlad Zahorodnii2024-07-221-17/+25
* SceneGraph: Delete unused logging categories and make others staticUlf Hermann2024-06-254-31/+7
* Make more logging categories staticUlf Hermann2024-06-244-4/+4
* Software backend: fix PaintedItem smooth xformEirik Aavitsland2024-04-111-0/+3
* Optimize QQuickRt behavior with implicitly created buffersLaszlo Agocs2024-02-221-1/+1
* Remove the use of Q_QUICK_PRIVATE_EXPORTAlexey Edelev2024-01-093-3/+3
* Fix text decorations with software backend on fractional scaleEskil Abrahamsen Blomfeldt2023-12-051-0/+4
* Introduce a CurveRendering backend for textEskil Abrahamsen Blomfeldt2023-11-112-3/+3
* Add a radius property for each corner of a RectangleMatthias Rauter2023-08-192-5/+153
* Make Rectangle software renderer conform with RHI rendererMatthias Rauter2023-06-201-2/+1
* Fix memory leak when invalidating NativeRendering fontsEskil Abrahamsen Blomfeldt2023-06-151-2/+1
* Software renderer: Add floating point nodes to dirty listMatthias Rauter2023-06-071-2/+6
* SceneGraph: Don't let QSGRenderNode::m_matrix be a dangling pointerAndy Nichols2023-03-171-2/+2
* Software Adaptation: Don't leak QSGRenderContext resourcesAndy Nichols2023-03-151-0/+12
* QtQuick: Fix conflicting definition of helper windowFor in CMake Unity (Jumbo...Friedemann Kleint2023-02-092-16/+18
* QtQuick/Render loops: Fix conflicting WM_ constantsFriedemann Kleint2023-02-091-22/+5
* Purge the internal renderSceneGraph function argument listLaszlo Agocs2022-12-122-3/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-4/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-072-3/+3
* Fix several more improperly placed #include mocThiago Macieira2022-07-281-2/+2
* Remove Qt key words from header filesYuhang Zhao2022-07-191-1/+1
* Remove flushFrameSynchronousEvents from qquickwindow_p.hJohan Solbakken2022-07-172-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-1136-1368/+72
* Support to custom the render target on the software rendererJiDe Zhang2022-04-192-15/+25
* Port QQuickShaderEffectSource format to Qt 6Laszlo Agocs2022-03-182-2/+2
* Make sure all private headers include at least one otherThiago Macieira2022-03-101-1/+2
* Avoid unnecessary color format conversionJiDe Zhang2021-10-291-8/+10
* Add the possibility of flipping vertically to ImageLaszlo Agocs2021-05-272-14/+17
* Avoid stale QSGTexture pointer accessesRomain Pokrzywka2021-05-041-1/+3
* SoftwareImageNodes: Initialize member variableDavid Edmundson2021-02-111-1/+1
* Fix compilation after subpixel handling changes in qtbaseFabian Kosmale2021-01-271-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-53/+0
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-285-9/+9
* Add renderTypeQuality property to Text elementEskil Abrahamsen Blomfeldt2020-08-172-2/+3
* Add type safe native texture accessorsLaszlo Agocs2020-08-031-1/+1
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Emit new frame signals from the software backendLaszlo Agocs2020-06-222-0/+8
* Move QSGRenderContext::RenderMode to QSGRendererInterfaceEskil Abrahamsen Blomfeldt2020-06-112-2/+2
* Add perspective 3D plane render modeLaszlo Agocs2020-06-092-2/+2
* Remove customRenderStage from QQuickWindowPrivateLaszlo Agocs2020-06-081-2/+2
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-084-23/+0