aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgadaptationlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add renderTypeQuality property to Text elementEskil Abrahamsen Blomfeldt2020-08-171-3/+9
* Port distancefield debugging code from OpenGL to RHIEirik Aavitsland2020-06-121-158/+1
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-081-13/+0
* Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-1/+1
* Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-131-0/+9
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-8/+21
* Remove reference to OpenGL from distance field cache superclassEskil Abrahamsen Blomfeldt2019-01-211-6/+1
* Load pregenerated glyph cache in default DF cacheEskil Abrahamsen Blomfeldt2018-08-171-4/+11
* QSGAdaptationLayer: Remove QLinkedList usageRobin Burchell2018-06-261-8/+4
* Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+2
|\
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* | Remove QSGDistanceFieldGlyphCacheManagerRobin Burchell2017-03-211-4/+2
|/
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-1/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-1/+3
| |\
| | * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-241-1/+3
* | | Windows: Fix distance field rendering with fonts with broken cmapEskil Abrahamsen Blomfeldt2016-10-211-1/+1
* | | software: Add support for QSGRenderNodeLaszlo Agocs2016-07-191-0/+8
* | | scenegraph: Port foreach to range-forRobin Burchell2016-07-091-1/+1
* | | D3D12: Long Live Wobble!Laszlo Agocs2016-04-291-1/+14
* | | Adaptable shader effect enablersLaszlo Agocs2016-04-291-0/+26
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-2/+5
* | | Use the QT_DISTANCEFIELD_HIGHGLYPHCOUNT function from qtbaseAram So2016-03-111-1/+1
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Add 28 QList::reserve() callsSérgio Martins2015-06-081-1/+3
* Optimize distance field construction.Michael Brasser2015-02-251-4/+12
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-0/+162
|\
| * Debug: Make it possible to save distance field cache on WindowsEskil Abrahamsen Blomfeldt2014-11-071-75/+67
| * Add a debug function to save contents of distance field cacheEskil Abrahamsen Blomfeldt2014-11-051-0/+170
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-21/+0
|\|
| * Partially revert d9c531781e6c95f80681b3c82700833e1de88794Gunnar Sletta2014-10-011-21/+0
| * Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-1/+2
* | Use QQuickProfiler's own timer to sample eventsUlf Hermann2014-09-121-5/+5
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Improve the internal NodeVisitorEx APISimon Hausmann2014-08-231-9/+15
* Cleanup: Separate the sub-tree layering out of QtQuick into the scene graphSimon Hausmann2014-08-231-0/+22
* Improve support for node iteration in the internal APISimon Hausmann2014-08-081-0/+48
* Properly collect polish timings from all render loopsUlf Hermann2014-07-021-1/+1
* Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-011-17/+10
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-151-3/+3
* Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-221-2/+1
* Unify calls to profiler service event methods.Ulf Hermann2014-01-221-7/+5
* Use qDebug for all debug under src/quick/scenegraph.Gunnar Sletta2014-01-071-1/+1
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-131-1/+3
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-3/+2
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Updated distance field glyph caches to use QDistanceField.Yoann Lopes2013-08-271-6/+4
* QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-061-6/+15
* Our debug env vars are a mess. Standardize on QSG_RENDER_TIMINGGunnar Sletta2013-04-041-5/+5