aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Set incubation controller when a Window{} is loaded via QQmlApplicationEngineAlan Alpert2013-06-076-9/+31
* Precompile the most common materialsGunnar Sletta2013-05-312-0/+29
* Added QQuickWindow::setDefaultAlphaBuffer()Shawn Rutledge2013-05-301-0/+3
* QmlProfiler: fix SceneGraph profilingChristiaan Janssen2013-05-271-1/+1
* Cut performance cost in QSGContext::prepareMaterial()Gunnar Sletta2013-05-233-1/+10
* add private export to image and rectangle nodesGunnar Sletta2013-05-232-2/+2
* Avoid redundant QColor::alphaF() calls.Gunnar Sletta2013-05-221-5/+5
* Avoid using QColor::xxxF functions.Gunnar Sletta2013-05-222-29/+22
* improve docs of QSGGeometry::set[Vertex|Index]DataPatternGunnar Sletta2013-05-161-2/+4
* Doc: corrections, spelling, and ListView requirements commentsDavid Fries2013-05-153-12/+12
* Fix sorting of QSGTextMaskMaterial (native glyph drawing).Gunnar Sletta2013-05-141-1/+1
* QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-067-91/+208
* Disable native glyph rendering on embeddedGunnar Sletta2013-04-251-0/+4
* Renderloop for WindowsGunnar Sletta2013-04-244-24/+593
* Clear the pendingUpdate flag every frame.Gunnar Sletta2013-04-231-2/+3
* Don't use bitfields, reading/wrting them is not atomicGunnar Sletta2013-04-171-3/+3
* Remove dead code.Gunnar Sletta2013-04-171-28/+4
* Fixed alpha blending for native text.Yoann Lopes2013-04-161-2/+3
* Remove slow and buggy sub-image codePaul Olav Tvete2013-04-161-30/+1
* Fixed distance field text when using non-opaque colors.Yoann Lopes2013-04-062-6/+24
* Use correct alpha range for the distance field outlined text.Yoann Lopes2013-04-061-8/+14
* Implemented text styles for QSGDefaultGlyphNode.Yoann Lopes2013-04-054-42/+357
* Remove the APPLE_texture_format pathGunnar Sletta2013-04-041-2/+0
* Remove resize hook from QSGRenderLoop, exposureChanged is enough.Gunnar Sletta2013-04-044-51/+2
* Our debug env vars are a mess. Standardize on QSG_RENDER_TIMINGGunnar Sletta2013-04-046-51/+51
* Provide workaround to slow glyph cache updates.Michael Brasser2013-04-022-6/+10
* 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