aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove winrtOliver Wolff2020-06-0416-196/+35
* Quick: Clean up some includesUlf Hermann2020-06-0413-89/+79
* Quick: Drop some unnecessary semicolonsUlf Hermann2020-06-031-2/+2
* QDirModel is deprecated, don't use it in documentation snippetsVolker Hilsheimer2020-06-032-4/+4
* QtQml: Use unicode character literalsUlf Hermann2020-06-0310-250/+248
* Fix handling of destroy-show and re-enable the zoom test for qmlpreviewLaszlo Agocs2020-06-032-5/+22
* Expose the QRhiSwapchain via QSGRendererInterfaceLaszlo Agocs2020-06-036-4/+15
* Remove QSG_NO_RHILaszlo Agocs2020-06-031-4/+3
* Fix build issue in generating RegExpJitTables.h on WindowsKai Koehne2020-06-031-1/+1
* Remove the template arguments from some qMakePair callsGiuseppe D'Angelo2020-06-033-4/+4
* Shader effect property connection optimizationsPaul Olav Tvete2020-06-023-46/+108
* docs: Clean up some 5.14-era RHI-being-optional referencesLaszlo Agocs2020-06-023-46/+41
* Enable invoking the scenegraph rendering without a full render passLaszlo Agocs2020-06-026-159/+269
* Remove OpenGL FBO references in QQuickWindow and the renderer APILaszlo Agocs2020-06-0219-307/+34
* Remove layer and dist.field glyph cache OpenGL versionsLaszlo Agocs2020-06-028-1639/+4
* Remove the direct OpenGL code from the batch rendererLaszlo Agocs2020-06-026-1482/+203
* Make QSGMaterialRhiShader become QSGMaterialShaderLaszlo Agocs2020-06-02129-7263/+682
* Remove whitespace for file names generated from TARGETKai Koehne2020-06-021-3/+6
* Fix build without openglSamuli Piippo2020-06-022-3/+13
* Use correct argument nameSamuli Piippo2020-06-021-1/+1
* Remove CustomParticleEirik Aavitsland2020-06-0217-728/+4
* Fix QQuickWidget when RHI is disabledPeter Varga2020-06-021-1/+4
* Follow QRhi create-destroy API updateLaszlo Agocs2020-06-0213-54/+54
* CMake Build: Ensure right suffix and prefixes for modules / pluginsCristian Adam2020-05-291-0/+9
* cmake: Quote the arguments to CMD's 'set' commandMÃ¥rten Nordheim2020-05-291-1/+1
* CMake: Warn when the qt6_add_qml_module INSTALL_PATH is missingAlexandru Croitor2020-05-291-19/+30
* CMake: Fix qt6_target_qml_files install locationAlexandru Croitor2020-05-291-1/+1
* CMake: Workaround fix to not install example metatypes.json filesAlexandru Croitor2020-05-291-2/+12
* CMake: Explicitly require install location for plugin.qmltypesAlexandru Croitor2020-05-291-29/+36
* CMake: Regenerate qtdeclarative/srcAlexandru Croitor2020-05-2924-41/+50
* Fix offset on native text rendering with high-dpi scalingEskil Abrahamsen Blomfeldt2020-05-291-3/+4
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-05-285-20/+6
* qmltyperegistrar: Preserve isQProperty flag from metatypesUlf Hermann2020-05-281-0/+2
* Particles: reduce memory allocations by flattening a setGiuseppe D'Angelo2020-05-276-3/+152
* Fix a clipping bug in software-rendered textEskil Abrahamsen Blomfeldt2020-05-271-2/+4
* Avoid truncating in QSGMaterial::compare() implementationsLaszlo Agocs2020-05-275-12/+12
* Adjust QSGTexture comparisonKey typeLaszlo Agocs2020-05-2722-36/+34
* Enable QQuickWidget with OpenGL over RHILaszlo Agocs2020-05-272-39/+82
* Remove --dependencies option from qmltyperegistrarUlf Hermann2020-05-2617-61/+3
* Store DXBC instead of HLSL source in the qsb filesLaszlo Agocs2020-05-2666-60/+69
* Revert "Text: Fix kerning when horizontalAlignment is set to center"Eskil Abrahamsen Blomfeldt2020-05-261-1/+1
* RHI implementation of compressed texture atlasingEirik Aavitsland2020-05-267-96/+94
* Consistently use pointers for the local variant in findPropertyUlf Hermann2020-05-267-20/+20
* Don't return a pointer to a local in QObjectWrapper::getQmlProperty()Ulf Hermann2020-05-261-1/+1
* Prettify QV4_SHOW_BYTECODE output for JS classesUlf Hermann2020-05-261-11/+12
* Consider margins in xflick/yflickNicolas Fella2020-05-251-4/+6
* Rephrase Chunk::sortIntoBins() for more clarityUlf Hermann2020-05-251-4/+7
* Adapt to changes in NativeTexture in qtbaseEskil Abrahamsen Blomfeldt2020-05-258-29/+20
* Don't detach from atlas when using qt_SubRect_fooPaul Olav Tvete2020-05-222-2/+9
* Clarify argument types for QML's Qt.point, Qt.rect, and Qt.sizeSebastian Hartte2020-05-221-3/+3