aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi
Commit message (Expand)AuthorAgeFilesLines
* Enable importing OpenGL textures for the GL_TEXTURE_EXTERNAL_OES targetLaszlo Agocs2021-01-142-0/+42
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-163-5/+5
* QSGTexture: fix unused warningFabian Kosmale2020-12-071-0/+3
* 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
* Promote suffixless names in GraphicsApiLaszlo Agocs2020-10-162-12/+21
* 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-051-1/+8
* Match new qHash() signatureEskil Abrahamsen Blomfeldt2020-09-174-6/+6
* Do not incorrectly leave srcAlpha and dstAlpha set to the defaultsLaszlo Agocs2020-08-281-2/+2
* Fix a bunch of compiler warningsLars Knoll2020-08-281-2/+0
* Do not create depth/stencil buffer when the env var says soLaszlo Agocs2020-08-161-0/+6
* Force Batch Rebuild if SubtreeBlocked includes an opacity changeAndy Nichols2020-08-111-0/+5
* Switch to MTLTexture protocol in QSGTexture native accessLaszlo Agocs2020-08-044-27/+28
* Add type safe native texture accessorsLaszlo Agocs2020-08-035-52/+580
* Avoid -Wclass-memaccess warningFabian Kosmale2020-07-281-1/+1
* QSGTexture: Remove doc references to bind()Laszlo Agocs2020-07-061-9/+8
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-263-4/+4
* Add links to examples in scenegraph docsLaszlo Agocs2020-06-242-0/+8
* Fix up exposing the swapchain to Quick3DLaszlo Agocs2020-06-192-2/+15
* Remove comment that is no longer validEskil Abrahamsen Blomfeldt2020-06-191-2/+0
* Fix SceneGraphRendererFrame event for the Quick ProfilerLaszlo Agocs2020-06-181-0/+7
* Remove broken profiler/trace points in the scenegraphLaszlo Agocs2020-06-181-22/+0
* Hide QSGTexture APIs with non-public types from the public docsLaszlo Agocs2020-06-172-8/+9
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-173-9/+4
* Clean up QSGGeometry docs to not refer to OpenGLLaszlo Agocs2020-06-151-46/+38
* Anisotropic antialiasing for distance field textEskil Abrahamsen Blomfeldt2020-06-154-20/+35
* Speed up rendering huge static scenesEskil Abrahamsen Blomfeldt2020-06-152-0/+11
* Get rid of preprocess in QQuickTextEskil Abrahamsen Blomfeldt2020-06-151-0/+2
* Move QSGRenderContext::RenderMode to QSGRendererInterfaceEskil Abrahamsen Blomfeldt2020-06-114-12/+25
* Modernize QSGMaterialShader class docsLaszlo Agocs2020-06-111-81/+121
* Skip all clipping when render mode is 3DLaszlo Agocs2020-06-101-10/+13
* Remove compat. leftover in QSGTexturePrivateLaszlo Agocs2020-06-102-9/+0
* Remove OpenGL dependency from QSGGeometryPaul Olav Tvete2020-06-101-14/+0
* Make rendercontext OpenGL cleanLaszlo Agocs2020-06-091-1/+1
* Remove unused leftovers in batch renderer headerLaszlo Agocs2020-06-091-9/+0
* Prevent Vulkan validation warning in 3D mode with textLaszlo Agocs2020-06-091-1/+1
* Add perspective 3D plane render modeLaszlo Agocs2020-06-093-45/+98
* Remove QMatrix4x4_Accessor hackLaszlo Agocs2020-06-081-18/+12
* Remove temporary compatibility leftovers from QSGMaterialShaderLaszlo Agocs2020-06-081-24/+0
* Update QSGTexture docsLaszlo Agocs2020-06-081-43/+59
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-082-139/+2
* Update qtbase dependencyJonas Karlsson2020-06-051-5/+4
* Remove shader rewriter from the Quick source treeLaszlo Agocs2020-06-042-301/+0
* Quick: Clean up some includesUlf Hermann2020-06-042-3/+0