aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Quick: includemocsMarc Mutz2022-05-075-0/+10
* QSGRhiShaderEffectNode: remove unused m_rc memberMarc Mutz2022-04-302-3/+2
* Remove unused variables in src/quickAndrei Golubev2022-04-071-2/+0
* QSGOpenGLDistanceFieldGlyphCache: fix UB (ordering of pointers not from the s...Marc Mutz2022-03-191-3/+3
* QSGOpenGLDistanceFieldGlyphCache: fix multiplication result truncationMarc Mutz2022-03-191-1/+1
* QSGMaterialShader: make header QT_TYPESAFE_FLAGS-cleanMarc Mutz2022-03-171-2/+2
* Use the deprecation macro for CustomCompileStepLaszlo Agocs2022-01-211-1/+6
* ShaderEffect: Make uniform setting saferLaszlo Agocs2022-01-171-39/+43
* scenegraph: Make the vertex/index buffer logic more robustLaszlo Agocs2022-01-131-17/+34
* Tune the upfront compressed texture format checkLaszlo Agocs2022-01-041-9/+10
* Make atlasing of compressed textures opt-in againEirik Aavitsland2021-12-171-2/+2
* Don't dereference nullptr when updating materialsVolker Hilsheimer2021-12-081-0/+4
* Reduce and clean up makeThreadLocalContext callsLaszlo Agocs2021-12-072-33/+28
* Fix build issue with createRhiJaeyoon Jung2021-12-071-5/+7
* Fix missing glyphs when changing distance field parametersEskil Abrahamsen Blomfeldt2021-12-012-6/+6
* Prevent glyph nodes from draining the update batch poolLaszlo Agocs2021-11-297-55/+92
* Fix build with latest qtbaseKai Köhne2021-11-262-0/+2
* Use resize instead of shrink when clearing upload poolsAntti Määttä2021-11-111-2/+2
* Avoid unnecessary color format conversionJiDe Zhang2021-10-2910-39/+56
* sg: Drop internal pool allocs upon QQuickWindow::releaseResourcesLaszlo Agocs2021-10-251-0/+3
* Fix distorted text with subpixel matrix translationEskil Abrahamsen Blomfeldt2021-10-1313-40/+64
* Fix warnings when which are treated as errors with -developer-buildAssam Boudjelthia2021-10-041-2/+4
* Improve QSGNodeDumper output for QSGDistanceFieldGlyphNodeShawn Rutledge2021-09-291-0/+4
* Reduce QGlyphRun memory usage and speed up large Text instancesShawn Rutledge2021-09-292-28/+58
* Get rid of renderpass descriptor objects from the pipeline cache keysLaszlo Agocs2021-09-227-73/+31
* Revert "Reduce makeCurrents with unnecessarily different surfaces"Laszlo Agocs2021-09-222-12/+7
* Reduce makeCurrents with unnecessarily different surfacesLaszlo Agocs2021-09-172-7/+12
* Remove the per-rendercontext srb cacheLaszlo Agocs2021-09-102-70/+147
* Enhance the warning printed when ShaderEffect fails to loadLaszlo Agocs2021-09-091-1/+6
* Update the QRhiTexture size in QSGPlainTextureLaszlo Agocs2021-09-041-1/+6
* Make it possible to adopt an existing QRhi via QQuickGraphicsDeviceLaszlo Agocs2021-08-314-41/+60
* Support QtQuick3D module for IntegrityTatiana Borisova2021-08-191-1/+1
* Avoid detach of QHash in range-for loopsShawn Rutledge2021-08-181-2/+2
* Fix warning "value assigned to gn is never read"Shawn Rutledge2021-08-181-3/+1
* Use qEnvironmentVariableIntValue() instead of qgetenv().toInt()Shawn Rutledge2021-08-171-1/+1
* Repurpose CustomCompileStep as NoBatching in QSGMaterialLaszlo Agocs2021-08-133-5/+15
* Sync shadereffect materialType cleanup between renderloopsLaszlo Agocs2021-08-022-8/+8
* Fix QQuickPaintedItem performance and memory usageLaszlo Agocs2021-07-291-7/+5
* Update resolveInterface after change in qtbaseTor Arne Vestbø2021-07-181-10/+8
* Update use of QT_DECLARE_NATIVE_INTERFACE_ACCESSORTor Arne Vestbø2021-07-161-1/+1
* Use VK_LAYER_KHRONOS_validation when the debug layer is requestedLaszlo Agocs2021-05-281-14/+4
* Enable Vulkan 1.1 and 1.2 API in Qt Quick appsLaszlo Agocs2021-05-281-0/+25
* Add the possibility of flipping vertically to ImageLaszlo Agocs2021-05-275-26/+48
* Fix MSVC warning C4065Kai Köhne2021-05-271-5/+2
* Fix compilation after 486b7a8f8a in qtbaseMichal Klocek2021-05-211-3/+6
* Adapt to new native interface plumbingTor Arne Vestbø2021-05-192-31/+28
* Add a missing include for the new native interface definitionsVille Voutilainen2021-05-111-0/+1
* Avoid stale QSGTexture pointer accessesRomain Pokrzywka2021-05-041-1/+3
* QQuickWindow::grab for protected contentElvis Lee2021-05-032-0/+110
* doc: demystify QSGOpenGLTexture::fromNativeExternalOES()Shawn Rutledge2021-04-131-2/+3