aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation after subpixel handling changes in qtbaseFabian Kosmale2021-01-274-5/+6
* Add env.vars. to toggle pipeline cache load/saveLaszlo Agocs2021-01-254-7/+56
* Query QRhi's desired Vulkan instance extensions instead of hardcodingLaszlo Agocs2021-01-211-2/+1
* Remove the qmake project filesFabian Kosmale2021-01-153-224/+0
* Fix broken compressed texturesJonas Karlsson2021-01-141-0/+2
* Enable importing OpenGL textures for the GL_TEXTURE_EXTERNAL_OES targetLaszlo Agocs2021-01-144-9/+59
* Fix accidentally removed initialization of m_sizeJonas Karlsson2021-01-081-1/+2
* Use new QTextureFileData::getDataView methodJonas Karlsson2021-01-074-22/+16
* Make software backend fallback automatic with vnc and similarLaszlo Agocs2021-01-051-0/+12
* Use the new, dedicated D3D surface type for QQuickWindowLaszlo Agocs2021-01-051-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-163-5/+5
* QSGTexture: fix unused warningFabian Kosmale2020-12-071-0/+3
* Avoid unused parameter in QSGRhiSupport in certain configsLaszlo Agocs2020-12-071-0/+4
* Use a single code path to load a QShader in QSGRhiShaderEffectNodeLaszlo Agocs2020-11-231-13/+4
* Remove unused 'blob' member in ShaderEffect internalsLaszlo Agocs2020-11-231-1/+0
* Fix potentially missing endFrame() in threaded render loopLaszlo Agocs2020-11-171-0/+5
* Silence unused warning in QSGRhiSupport in uncommon build configsLaszlo Agocs2020-11-091-4/+8
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-052-5/+12
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-314-18/+18
* Do grabs out of orderLaszlo Agocs2020-10-192-77/+79
* Promote suffixless names in GraphicsApiLaszlo Agocs2020-10-162-12/+21
* Have a depth buffer when doing the heavy offscreen readbackLaszlo Agocs2020-10-161-1/+8
* doc: Group QSGTexture native interfacesTor Arne Vestbø2020-10-151-2/+13
* doc: Don't overwrite native interface docsTor Arne Vestbø2020-10-151-16/+0
* Declare native interfaces using helpersTor Arne Vestbø2020-10-153-36/+12
* doc: Update native interface accessor wordingTor Arne Vestbø2020-10-151-2/+2
* Add setFlags to QSGMaterialShader for symmetryLaszlo Agocs2020-10-142-0/+10
* Adapt to platform API renameTor Arne Vestbø2020-10-095-46/+46
* Follow rhi per-frame to per-pass flag changeLaszlo Agocs2020-10-053-7/+10
* Make sure beforeFrameBegin-afterFrameEnd always come in pairsLaszlo Agocs2020-10-021-1/+4
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-285-9/+9
* Map swap interval 0 to NoVSync with all the APIsLaszlo Agocs2020-09-232-2/+16
* Match new qHash() signatureEskil Abrahamsen Blomfeldt2020-09-175-7/+7
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* Output the thread and window in the render loop timing printsLaszlo Agocs2020-09-093-24/+55
* threaded renderloop: Remove unused variableUlf Hermann2020-09-081-1/+0
* threaded renderloop: Do not abort with sleep when no changes after syncLaszlo Agocs2020-09-071-17/+10
* Render loops: ignore update reqs during the main polish stepLaszlo Agocs2020-09-073-0/+20
* Document internally the animation handling in the threaded loopLaszlo Agocs2020-09-072-13/+44
* Fix qt.scenegraph.time.renderloop time logjiu2020-08-312-11/+5
* Fix format specifier error after sizetype changeFabian Kosmale2020-08-311-2/+2
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-301-3/+3
* Do not incorrectly leave srcAlpha and dstAlpha set to the defaultsLaszlo Agocs2020-08-281-2/+2
* Fix a bunch of compiler warningsLars Knoll2020-08-283-2/+3
* Add renderTypeQuality property to Text elementEskil Abrahamsen Blomfeldt2020-08-1714-30/+60
* Do not create depth/stencil buffer when the env var says soLaszlo Agocs2020-08-165-22/+53
* Ship with optimized SPIR-V for the built-in shadersLaszlo Agocs2020-08-1154-50/+53
* Force Batch Rebuild if SubtreeBlocked includes an opacity changeAndy Nichols2020-08-111-0/+5
* Fix regression on antialiasing on outlined text for 3D render modeEskil Abrahamsen Blomfeldt2020-08-104-2/+2
* Fix crash when QSGTexture is deleted in rc->endSync()VaL Doroshchuk2020-08-071-1/+9