aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/adaptations
Commit message (Expand)AuthorAgeFilesLines
* 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-152-54/+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
* Remove OpenGL FBO references in QQuickWindow and the renderer APILaszlo Agocs2020-06-026-19/+9
* Fix a clipping bug in software-rendered textEskil Abrahamsen Blomfeldt2020-05-271-2/+4
* Adjust QSGTexture comparisonKey typeLaszlo Agocs2020-05-274-4/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-171-16/+27
|\
| * Fix clipping of text with software backendEskil Abrahamsen Blomfeldt2020-04-161-16/+27
* | Make comparisonKey() a pure virtual in QSGTextureLaszlo Agocs2020-04-164-25/+7
* | Implement the todo for adding anisotropy virtuals to QSGImageNodeLaszlo Agocs2020-04-141-0/+3
* | Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-163-0/+3
* | Remove D3D12 scenegraph backendLaszlo Agocs2020-01-061-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-142-0/+33
|\|
| * Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-132-0/+33