aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent Vulkan validation warning in 3D mode with textLaszlo Agocs2020-06-091-1/+1
* Add perspective 3D plane render modeLaszlo Agocs2020-06-0911-57/+122
* QQmlIncubator: remove deprecated codeFabian Kosmale2020-06-093-35/+1
* QQmlMetaType: Drop unneeded second arguments to QHash::value()Ulf Hermann2020-06-091-3/+3
* QQmlTypePrivate: do not abuse volatile for atomicFabian Kosmale2020-06-093-12/+14
* Add methods to programatically insert qmldir import statementsUlf Hermann2020-06-098-3/+99
* Remove uri member from loaded plugins mapUlf Hermann2020-06-091-19/+4
* QML imports: Improve naming and safety of path-to-plugin mapUlf Hermann2020-06-091-48/+63
* Allow QML plugins to be optionalUlf Hermann2020-06-0914-77/+148
* Add a wrapper class for the meta object in the property cacheLars Knoll2020-06-082-22/+62
* Prevent premature child destructionFabian Kosmale2020-06-081-2/+2
* Remove QMatrix4x4_Accessor hackLaszlo Agocs2020-06-081-18/+12
* Remove temporary compatibility leftovers from QSGMaterialShaderLaszlo Agocs2020-06-083-60/+0
* Update QSGTexture docsLaszlo Agocs2020-06-081-43/+59
* Remove customRenderStage from QQuickWindowPrivateLaszlo Agocs2020-06-084-52/+41
* Make render loops OpenGL cleanLaszlo Agocs2020-06-0810-400/+73
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-0832-1552/+27
* Fix a tracepointGiuseppe D'Angelo2020-06-071-1/+1
* QQmlImport: Make plugin resolution functions const and publicUlf Hermann2020-06-052-6/+6
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-056-16/+18
* Update qtbase dependencyJonas Karlsson2020-06-053-11/+11
* rhi: Do not sync with zero sized, non-initialized windowsLaszlo Agocs2020-06-051-6/+14
* Fix build without features.translationTasuku Suzuki2020-06-051-1/+1
* QQuickTextNodeEngine: prevent renderring transparent selection colorWang Chuan2020-06-051-2/+2
* Fix warnings from deprecated QChar constructorVolker Hilsheimer2020-06-042-2/+2
* CMake: Regenerate configure.cmake filesAlexandru Croitor2020-06-044-1/+248
* Remove QQuickOpenGLShaderEffectPaul Olav Tvete2020-06-0417-2133/+57
* Adapt to new MetaObject revisionUlf Hermann2020-06-041-6/+4
* Doc: Add drag.smoothed property to the listVenugopal Shivashankar2020-06-041-0/+1
* Remove unused leftover GLSL source filesLaszlo Agocs2020-06-048-76/+0
* Remove shader rewriter from the Quick source treeLaszlo Agocs2020-06-044-304/+1
* 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