aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
...
* layer: Check for <1 not ==0 when bailing out due to no sizeLaszlo Agocs2020-07-061-1/+1
* Fix before/after frame signal emissionsLaszlo Agocs2020-07-012-4/+6
* Make it possible to specify an adapter or physical device onlyLaszlo Agocs2020-06-291-2/+16
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-266-8/+8
* Add what-would-my-graphics-api-be getterLaszlo Agocs2020-06-261-0/+2
* Add links to examples in scenegraph docsLaszlo Agocs2020-06-242-0/+8
* Defer setting a QVulkanInstance on the windowLaszlo Agocs2020-06-221-0/+9
* Rename setSceneGraphBackend to setGraphicsApiLaszlo Agocs2020-06-221-1/+1
* Add test for rendercontrol + rendererinterfaceLaszlo Agocs2020-06-221-5/+12
* Emit new frame signals from the software backendLaszlo Agocs2020-06-222-0/+8
* Make it possible to specify device extensions in a future proof mannerLaszlo Agocs2020-06-198-20/+33
* Fix up exposing the swapchain to Quick3DLaszlo Agocs2020-06-193-4/+30
* 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
* Fix outline shader with transparent fillEskil Abrahamsen Blomfeldt2020-06-182-2/+2
* Remove broken profiler/trace points in the scenegraphLaszlo Agocs2020-06-182-55/+1
* ShaderEffect: vertexShader and fragmentShader are now URLsLaszlo Agocs2020-06-183-7/+7
* Only enable opting in to rhi profiling when qml debugging is enabledLaszlo Agocs2020-06-182-2/+12
* Fix outline for connected textEskil Abrahamsen Blomfeldt2020-06-1815-13/+45
* Revert accidentally changed outline shadersEskil Abrahamsen Blomfeldt2020-06-184-8/+6
* Hide QSGTexture APIs with non-public types from the public docsLaszlo Agocs2020-06-172-8/+9
* Simplify the software backend selection logicLaszlo Agocs2020-06-171-7/+8
* Add "rhi" as an accepted scenegraph backend nameLaszlo Agocs2020-06-171-2/+9
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-1712-215/+75
* SceneGraph: Check for existing offscreen surface before creating oneUlf Hermann2020-06-171-1/+2
* Remove the GL/ANGLE-ish QQuickWindowPrivate::contextCreationFailureMessageLaszlo Agocs2020-06-161-9/+3
* Clean up QSGGeometry docs to not refer to OpenGLLaszlo Agocs2020-06-151-46/+38
* Anisotropic antialiasing for distance field textEskil Abrahamsen Blomfeldt2020-06-1540-65/+355
* Speed up rendering huge static scenesEskil Abrahamsen Blomfeldt2020-06-152-0/+11
* Get rid of preprocess in QQuickTextEskil Abrahamsen Blomfeldt2020-06-156-6/+23
* Port distancefield debugging code from OpenGL to RHIEirik Aavitsland2020-06-124-159/+42
* Move QSGRenderContext::RenderMode to QSGRendererInterfaceEskil Abrahamsen Blomfeldt2020-06-1110-25/+35
* Remove FBO path from painternode/context2dPaul Olav Tvete2020-06-112-167/+17
* Modernize QSGMaterialShader class docsLaszlo Agocs2020-06-111-81/+121
* Remove remaining OpenGL dependency in QSGDefaultInternalImageNodeEirik Aavitsland2020-06-112-19/+2
* Rename setPersistentOpenGLContext and revise related docsLaszlo Agocs2020-06-111-1/+1
* Remove the unused shadersourcebuilderLaszlo Agocs2020-06-103-496/+0
* Skip all clipping when render mode is 3DLaszlo Agocs2020-06-101-10/+13
* Fix shifted text styles on RHIEskil Abrahamsen Blomfeldt2020-06-101-2/+2
* Remove OpenGL dependency from QSGTextMaskMaterial & friendsEirik Aavitsland2020-06-102-43/+7
* Remove compat. leftover in QSGTexturePrivateLaszlo Agocs2020-06-102-9/+0
* Remove QSGDepthStencilBufferPaul Olav Tvete2020-06-103-365/+0
* Remove OpenGL dependency from QSGGeometryPaul Olav Tvete2020-06-101-14/+0
* Remove QOpenGL dependency from QSGCompressedTexturePaul Olav Tvete2020-06-101-56/+216
* Do not depend on removed openglContext getterLaszlo Agocs2020-06-092-13/+7
* Make rendercontext OpenGL cleanLaszlo Agocs2020-06-096-116/+6
* 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-099-52/+114
* Remove QMatrix4x4_Accessor hackLaszlo Agocs2020-06-081-18/+12