summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
...
* Sync rhi backingstore d3d12 behavior with QuickLaszlo Agocs2023-09-191-1/+7
* Sync rhi backingstore prefer-software env.var with QuickLaszlo Agocs2023-09-181-0/+5
* Round the image scaling when not antialiasedKaj Grönholm2023-09-131-1/+8
* QPolygon(F): streamline the QDebug streaming operatorGiuseppe D'Angelo2023-09-111-12/+2
* gui: use const methods moreAnton Kudryavtsev2023-09-092-3/+3
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* Fix backing store compositor transform with VulkanLaszlo Agocs2023-09-061-3/+4
* Mark freetype as GPL-2.0-onlyKai Köhne2023-09-061-1/+1
* Use linear filtering again when QT_WIDGETS_HIGHDPI_DOWNSCALELaszlo Agocs2023-09-042-29/+63
* Reduce swapchain dependencies in QBackingStoreDefaultCompositorLaszlo Agocs2023-08-282-8/+8
* Deprecate Q_ASSUME()Thiago Macieira2023-08-142-3/+3
* Revert "Add QBezier methods for computing a quadratic curves approximation"Eirik Aavitsland2023-08-142-106/+0
* Avoid compiler warningEirik Aavitsland2023-08-141-1/+2
* Add QRhiWidgetLaszlo Agocs2023-08-142-2/+6
* Handle Null rhi backend in backingstoreLaszlo Agocs2023-07-311-0/+5
* Handle rhi init failures better in rhi backingstore flushLaszlo Agocs2023-07-311-0/+3
* Make while iterations over height saferAllan Sandfeld Jensen2023-07-056-18/+18
* Doc: Mark QRasterPaintEngine as \internalVenugopal Shivashankar2023-06-141-2/+1
* QMacCGContext::initialize: Handle QPixmap without platform pixmapTim Jenssen2023-06-121-5/+8
* rhi widget compositor: Use Nearest filteringLaszlo Agocs2023-06-071-1/+1
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-213-13/+2
* Add QBezier methods for computing a quadratic curves approximationEirik Aavitsland2023-05-112-0/+106
* QDataBuffer: decrease size on shrink()Mårten Nordheim2023-05-101-0/+3
* Fix specific overflow in qtextlayoutAllan Sandfeld Jensen2023-05-081-0/+17
* Match deadcode elimination with cpu feature checkAllan Sandfeld Jensen2023-05-043-8/+8
* Fix compilation warningsYuhang Zhao2023-05-011-5/+5
* Fix QT_WIDGETS_HIGHDPI_DOWNSCALEMorten Sørvig2023-03-281-4/+6
* rhi: widgets: Try sw adapter if D3D11 init failsLaszlo Agocs2023-03-211-0/+6
* Handle device loss for texture widgetsDavid Redondo2023-03-172-0/+2
* QRegion: upgrade Q_ASSUME to Q_ASSERTThiago Macieira2023-03-021-3/+2
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-254-11/+15
* Fix Qt 6 performance regression when painting outside deviceEirik Aavitsland2023-02-103-17/+24
* QtGui: Fix some macro clashesAmir Masoud Abdol2023-02-072-0/+4
* Avoid multiple transformation of the clip pathSanthosh Kumar2023-02-071-1/+0
* rhi: Add D3D12 supportLaszlo Agocs2023-02-072-4/+17
* QPaintEngineRaster: port from QSharedPointer to std::shared_ptrMarc Mutz2023-02-022-12/+8
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-311-1/+1
* QtGui: Remove superfluous macro qreal_to_fixed_26_6()Friedemann Kleint2023-01-311-1/+0
* Gui: Always declare qt_memfill{32|64} as function pointers on x86Ulf Hermann2023-01-122-8/+10
* QRgbaFloat: add support for multiplying & comparing as FP16Thiago Macieira2023-01-111-16/+28
* QtGui: fix build with GCC 13's support for FP16Thiago Macieira2023-01-114-26/+28
* Doc: Fix qt_attribution.json files using Path for filesKai Köhne2023-01-101-1/+1
* Fix wrong to linear conversionAllan Sandfeld Jensen2022-12-092-1/+2
* Add support for stereoscopic content in QOpenGLWidgetKristoffer Skau2022-11-284-41/+125
* Introduce QT_NO_AS_CONST and mark QtBase free of itMarc Mutz2022-11-271-2/+2
* Check if fontEngine is valid in QStaticTextInho Lee2022-11-261-0/+2
* Finish the undeprecation of the QColor(string) constructorsEirik Aavitsland2022-11-251-2/+0
* PDF writer: implement support for document internal linksEirik Aavitsland2022-11-132-41/+109
* Remove QSpan typedefMarc Mutz2022-11-111-7/+0
* Expand QSpan typedef to underlying type QT_FT_SpanMarc Mutz2022-11-114-66/+66