aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-181-0/+34
|\
| * Enable program binary support through QSGRenderContext API.Gunnar Sletta2014-02-131-0/+34
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-0/+19
|\|
| * Fix scenegraph backend API for material shaders.Michael Brasser2014-02-061-0/+14
| * Fix backend API, broken since 5.2.0Gunnar Sletta2014-02-041-0/+5
* | Move logic for determining native vs. DF text into single factory functionTor Arne Vestbø2014-01-271-21/+3
|/
* Enforce texture cleanup to happen at the end of the sync phase.Gunnar Sletta2014-01-221-3/+10
* Make it possible to render without a depth buffer.Gunnar Sletta2014-01-221-6/+15
* Enable broken IBO fallback for Hisilicon Immersion 16 GPUEskil Abrahamsen Blomfeldt2013-11-291-0/+2
* Enforce window rendering in sequence on llvmpipe.Gunnar Sletta2013-11-201-0/+12
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-131-1/+2
* Fix crash when invalidating QSGContext.Yoann Lopes2013-11-071-0/+1
* Added QSG_INFO=1 environment variable to spit out graphics infoGunnar Sletta2013-11-051-0/+10
* Added private API for enabling sharing between the QQuickwindow instances.Gunnar Sletta2013-11-011-0/+18
* Work around Nouveau driver bugsGunnar Sletta2013-10-301-0/+7
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-298/+252
* Avoid infinite loop with distance fields disabledLaszlo Agocs2013-10-161-1/+5
* Remove QSGContext's precompilation step.Gunnar Sletta2013-10-031-74/+0
* Don't delete scene-graph atlas manager if it hasn't been created yetTor Arne Vestbø2013-10-021-2/+4
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Prefer multisample antialiasing when we have a msaa contextGunnar Sletta2013-09-061-2/+35
* New scenegraph renderer and atlas textures.Gunnar Sletta2013-09-021-7/+32
* Public API for creating atlas textures, when available.Gunnar Sletta2013-08-121-0/+7
* Revert "Cut performance cost in QSGContext::prepareMaterial()".Gunnar Sletta2013-06-201-8/+1
* Prefix internal classes properly and private export them.Gunnar Sletta2013-06-171-2/+2
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-101-0/+28
|\
| * Precompile the most common materialsGunnar Sletta2013-05-311-0/+28
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-05-311-0/+3
|\|
| * Added QQuickWindow::setDefaultAlphaBuffer()Shawn Rutledge2013-05-301-0/+3
* | Do not use QApp::arguments() to select antialiasing mode.Gunnar Sletta2013-05-311-7/+5
|/
* Cut performance cost in QSGContext::prepareMaterial()Gunnar Sletta2013-05-231-1/+8
* QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-061-1/+9
* Disable native glyph rendering on embeddedGunnar Sletta2013-04-251-0/+4
* Our debug env vars are a mess. Standardize on QSG_RENDER_TIMINGGunnar Sletta2013-04-041-4/+4
* Warn if the OpenGL context lacks depth/stencil when requested.Gunnar Sletta2013-02-051-0/+8
* Added to QML_RENDERER_TIMING logic to capture most render bottlenecks.Gunnar Sletta2013-01-301-0/+16
* Enable sub-pixel anti-aliasing for default builds on WindowsEskil Abrahamsen Blomfeldt2013-01-171-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* QSGContext::defaultSurfaceFormat() should be double-bufferedJan-Arve Saether2012-07-231-0/+1
* QQuickCanvas renamesAlan Alpert2012-07-171-2/+2
* Change antialiasing method for QML2.Kim Motoyoshi Kalland2012-07-131-1/+0
* Add option to use native rasterizer for SceneGraph textEskil Abrahamsen Blomfeldt2012-07-101-1/+10
* Removed ### from scenegraphGunnar Sletta2012-05-161-9/+1
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-1/+1
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-081-2/+2
* Merge master into api_changesKent Hansen2012-03-231-44/+96
|\
| * Share depth-stencil buffers between ShaderEffectSources of same size.Kim Motoyoshi Kalland2012-03-221-1/+41
| * Decouple QSGDistanceFieldGlyphNode from it's cache manager.Andrew den Exter2012-03-201-43/+55
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-071-4/+23
|\|