aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgrenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* scenegraph: Add plumbing for enabling multiviewLaszlo Agocs2024-01-151-1/+3
* Remove QML_LEAK_CHECKShawn Rutledge2023-08-211-4/+0
* Trace: Convert qtdeclarative to use new tracepoint generationAntti Määttä2023-04-261-0/+7
* QtQuick: Fix conflicting definitions of qsg_leak_check in CMake Unity (Jumbo)...Friedemann Kleint2023-02-071-0/+4
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* scenegraph: Remove beginNext[Rhi]Frame differentiationLaszlo Agocs2022-04-211-9/+0
* Support to custom the render target on the software rendererJiDe Zhang2022-04-191-2/+8
* Get rid of renderpass descriptor objects from the pipeline cache keysLaszlo Agocs2021-09-221-1/+0
* Use qEnvironmentVariableIntValue() instead of qgetenv().toInt()Shawn Rutledge2021-08-171-1/+1
* Invalidate external renderpass descriptors from Quick3DLaszlo Agocs2021-02-051-0/+1
* Fix SceneGraphRendererFrame event for the Quick ProfilerLaszlo Agocs2020-06-181-0/+7
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-171-4/+0
* Get rid of preprocess in QQuickTextEskil Abrahamsen Blomfeldt2020-06-151-0/+2
* Enable invoking the scenegraph rendering without a full render passLaszlo Agocs2020-06-021-0/+31
* Remove OpenGL FBO references in QQuickWindow and the renderer APILaszlo Agocs2020-06-021-97/+3
* Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-3/+3
* Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-131-0/+11
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-8/+23
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-0/+2
|\
| * Fix compilation with -no-openglMichal Klocek2017-09-181-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-2/+2
|\|
| * Doc: fix some typos in qsgrenderer.cppJüri Valdmann2017-05-041-2/+2
* | QSGDistanceFieldGlyphNode: Remove per-node QLinkedList of nodes to deleteRobin Burchell2017-03-151-1/+19
* | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-1/+1
|/
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-6/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-4/+8
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-4/+8
| |\
| | * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-241-4/+8
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-6/+23
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-261-1/+10
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Use QQuickProfiler's own timer to sample eventsUlf Hermann2014-09-121-9/+8
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Expose the scene graph publically through a QSGEngine classJocelyn Turcotte2014-08-011-70/+26
* Move QSGRenderer::updateStencilClip down to QSGBatchRendererJocelyn Turcotte2014-07-291-133/+2
* Remove dead code in QSGRendererJocelyn Turcotte2014-07-291-221/+0
* Properly collect polish timings from all render loopsUlf Hermann2014-07-021-1/+1
* Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-011-26/+9
* Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-2/+2
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-151-4/+4
* Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-221-2/+1
* Unify calls to profiler service event methods.Ulf Hermann2014-01-221-8/+6
* Use qDebug for all debug under src/quick/scenegraph.Gunnar Sletta2014-01-071-1/+1
* QSGRenderer: sanity check attribute regs only when QSG_SANITY_CHECK=1J-P Nurmi2013-12-101-4/+2
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-311-10/+5
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-16/+1
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Support opt-in QSGNode descriptions without breaking binary compat.Gunnar Sletta2013-08-121-1/+1