aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Avoid stale QSGTexture pointer accessesRomain Pokrzywka2021-05-041-1/+3
* Do not batch lines with > 1 width in alpha passLaszlo Agocs2021-04-121-1/+5
* Call commitTextureOperations for small atlas texturesRoman Genkhel2021-03-231-1/+3
* Improve QSGMaterial docsLaszlo Agocs2021-02-191-15/+31
* QSGBatchRender: avoid crash if buffer shrinksFabian Kosmale2021-02-081-2/+2
* Invalidate external renderpass descriptors from Quick3DLaszlo Agocs2021-02-053-0/+19
* 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
* Fix regression in antialiasing on outlined textEskil Abrahamsen Blomfeldt2020-08-058-4/+6
* Switch to MTLTexture protocol in QSGTexture native accessLaszlo Agocs2020-08-044-27/+28
* Add type safe native texture accessorsLaszlo Agocs2020-08-0313-66/+598
* Avoid -Wclass-memaccess warningFabian Kosmale2020-07-281-1/+1
* Fix multiple windows with Vulkan on basic render loopLaszlo Agocs2020-07-283-10/+28
* QSGTexture: Remove doc references to bind()Laszlo Agocs2020-07-061-9/+8