aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgdefaultrendercontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix destroying glyph cache textures with hidden text itemsLaszlo Agocs2023-03-231-2/+13
* Use SPDX license identifiersLucie Gérard2022-06-141-38/+2
* Remove unused static var in rendercontextLaszlo Agocs2022-04-211-2/+0
* Remove unused member variable in rendercontextLaszlo Agocs2022-04-211-1/+0
* scenegraph: Remove beginNext[Rhi]Frame differentiationLaszlo Agocs2022-04-211-30/+3
* Support to custom the render target on the software rendererJiDe Zhang2022-04-191-5/+5
* Invalidate text when application fonts are added or removedEskil Abrahamsen Blomfeldt2022-04-081-0/+13
* scenegraph: Remove unused separateIndexBuffer logicLaszlo Agocs2022-02-111-3/+0
* Prevent glyph nodes from draining the update batch poolLaszlo Agocs2021-11-291-2/+27
* Add renderTypeQuality property to Text elementEskil Abrahamsen Blomfeldt2020-08-171-12/+13
* Make it possible to specify device extensions in a future proof mannerLaszlo Agocs2020-06-191-6/+6
* Get rid of preprocess in QQuickTextEskil Abrahamsen Blomfeldt2020-06-151-0/+8
* Move QSGRenderContext::RenderMode to QSGRendererInterfaceEskil Abrahamsen Blomfeldt2020-06-111-1/+3
* Make rendercontext OpenGL cleanLaszlo Agocs2020-06-091-59/+2
* Add perspective 3D plane render modeLaszlo Agocs2020-06-091-2/+2
* Remove temporary compatibility leftovers from QSGMaterialShaderLaszlo Agocs2020-06-081-34/+0
* Make render loops OpenGL cleanLaszlo Agocs2020-06-081-45/+5
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-081-21/+1
* Remove OpenGL FBO references in QQuickWindow and the renderer APILaszlo Agocs2020-06-021-2/+2
* Remove layer and dist.field glyph cache OpenGL versionsLaszlo Agocs2020-06-021-5/+1
* Make QSGMaterialRhiShader become QSGMaterialShaderLaszlo Agocs2020-06-021-3/+3
* RHI implementation of compressed texture atlasingEirik Aavitsland2020-05-261-2/+2
* Fix using fonts inside .ttc with render type QtRenderingEskil Abrahamsen Blomfeldt2020-04-231-1/+1
* rhi: Make rendercontext query safe in slots connected to invalidatedLaszlo Agocs2020-04-171-11/+13
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-2/+0
|\
| * rhi: Remove broken assertLaszlo Agocs2020-03-241-2/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-201-2/+7
|\|
| * rhi: Enable layer updateTexture(), and so grabs, in the sync phaseLaszlo Agocs2020-03-181-2/+7
| * Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-1/+1
* | Quick: Don't qualify OpenGL includesUlf Hermann2020-01-271-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-071-0/+5
|\|
| * Fix device pixel ratio with QRhi for native textLaszlo Agocs2019-10-031-0/+5
* | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-191-1/+1
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-081-50/+142
| |\
| * | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-07-081-1/+1
* | | Expose renderpass from QSGRendererInterfaceLaszlo Agocs2019-09-081-0/+3
| |/ |/|
* | Make openglunderqml functional with and without the rhiLaszlo Agocs2019-07-041-6/+19
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-50/+129
|/
* WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-051-1/+2
* Use different buffer for indices and vertices only in the WebGL pluginJesus Fernandez2018-04-241-0/+12
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Basic working compressed texture atlasMichael Brasser2018-01-311-0/+9
* Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-281-3/+2
|\
| * Fix compilation with namespaceEskil Abrahamsen Blomfeldt2017-07-261-3/+2
* | Ensure same glyph cache is used for same font at different sizesEskil Abrahamsen Blomfeldt2017-07-241-2/+23
* | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-311-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+2
| |\|
| | * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-031-9/+5
|\| |
| * | Remove QSGDistanceFieldGlyphCacheManagerRobin Burchell2017-03-211-9/+5
| |/