aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgadaptationlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+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
* Added to QML_RENDERER_TIMING logic to capture most render bottlenecks.Gunnar Sletta2013-01-301-0/+29
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Support for variable glyph width in QSGDefaultDistanceFieldGlyphCache.Yoann Lopes2012-06-081-8/+11
* Removed ### from scenegraphGunnar Sletta2012-05-161-35/+0
* Decouple QSGDistanceFieldGlyphNode from it's cache manager.Andrew den Exter2012-03-201-3/+2
* Use a single distance-field cache instance for all sizes of a given font.Yoann Lopes2012-03-191-125/+65
* Fix missing glyphs when using shared distance-field cacheEskil Abrahamsen Blomfeldt2012-03-061-0/+2
* Merge master <-> api_changesMatthew Vogt2012-03-051-0/+1
|\
| * Move distance field util functions to QtGuiJiang Jiang2012-02-281-0/+1
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1/+1
|/