aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Fix distance field antialiasing for retina displays.Gunnar Sletta2013-04-025-2/+15
* Doc: Update module "Qt Declarative" -> "Qt Quick"Sze Howe Koh2013-03-302-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-145-6/+6
|\
| * Fixed text opacity when using Text.NativeRendering.Yoann Lopes2013-03-121-1/+1
| * Fix headers without Qt module directory name in their includesJosh Faust2013-02-254-5/+5
* | Polish usage of a QElapsedTime instance in QSGThreadedRenderLoopJędrzej Nowacki2013-03-131-1/+3
* | Abort rendering when QOpenGLContext::create/makeCurrent fails.Gunnar Sletta2013-03-131-5/+13
* | Fixed incorrect vsync delta time in QSGThreadedRenderLoop.Yoann Lopes2013-03-121-1/+1
* | Create the sg render thread's opengl context on the GUI threadGunnar Sletta2013-03-121-34/+12
* | Fix rendering of subpixel positioned native textEskil Abrahamsen Blomfeldt2013-03-073-3/+34
* | Android support: build fixesPaul Olav Tvete2013-03-051-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-042-4/+4
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-252-4/+4
| |\|
| | * Fix warnings about shadowing membersThiago Macieira2013-02-222-4/+4
* | | Added examples on how to use FBOs with scene graph.Gunnar Sletta2013-03-033-2/+4
* | | Avoid ambiguous include guards in SG classesGunnar Sletta2013-02-2617-42/+42
|/ /
* | Make sure exposeEvents trigger a render passGunnar Sletta2013-02-212-1/+5
* | Don't print leak warnings on exit by defaultGunnar Sletta2013-02-203-19/+38
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-02-191-2/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-2/+1
| |\|
| | * Remove use of QPainter::HighQualityAntialiasing. It has no effect.Gunnar Sletta2013-02-121-2/+1
* | | Improved animations in the new render loopGunnar Sletta2013-02-192-98/+89
|/ /
* | GUI render loop did not render on expose, nor clean up properly.Gunnar Sletta2013-02-181-4/+13
* | only instantiate variable when requiredMaurice Kalinowski2013-02-131-1/+1
* | Make sure deleteLater gets run at the "correct" time.Gunnar Sletta2013-02-071-16/+116
* | Avoid swizzling on OpenGL ES when possibleGunnar Sletta2013-02-061-17/+25
* | Enable sorting of opaque items again in the default renderer.Gunnar Sletta2013-02-052-4/+3
* | Warn if the OpenGL context lacks depth/stencil when requested.Gunnar Sletta2013-02-051-0/+8
* | Dereference the QImage once the corresponding texture is bound.Michael Brasser2013-02-013-1/+5
* | Added to QML_RENDERER_TIMING logic to capture most render bottlenecks.Gunnar Sletta2013-01-305-22/+140
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2829-116/+0
* | Complete rewrite of threaded render loop.Gunnar Sletta2013-01-188-8/+1637
* | Merge branch 'stable' into devGunnar Sletta2013-01-1767-68/+123
|\|
| * Enable sub-pixel anti-aliasing for default builds on WindowsEskil Abrahamsen Blomfeldt2013-01-171-1/+1
| * Greatly improved Scene Graph Overview documentationGunnar Sletta2013-01-166-0/+32
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1067-67/+67
| * Documentation for scene graph examples.Gunnar Sletta2013-01-071-0/+23
* | Disable blending of opaque Rectangle elementsGunnar Sletta2013-01-171-0/+3
|/
* Work towards supporting front-to-back reordering of opaque items.Michael Brasser2012-12-122-10/+9
* Reduce number of relocationsMarc Mutz2012-11-231-2/+2
* Fix syncqt-warnings.Friedemann Kleint2012-11-204-5/+5
* Make Rectangle border be inner instead of centered on the outline.Samuel Rødal2012-10-221-18/+8
* Fix potential crash when using text and more than 1 QQuickViewEskil Abrahamsen Blomfeldt2012-09-282-7/+20
* Work around mis-optimisation on QNX/SGX in AA vertex shaderSean Harmer2012-09-262-8/+24
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2367-1610/+1610
* Avoid hanging if glGetIntegerv() fails.Jason Barron2012-09-211-1/+1
* doc: fix some more typosSergio Ahumada2012-09-101-1/+1
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-076-8/+8
* Doc: Fix documentation issues.Kim Motoyoshi Kalland2012-09-073-1/+18
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-09-051-4/+0