aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Updated distance field glyph caches to use QDistanceField.Yoann Lopes2013-08-276-31/+40
* Fix girth of native text with grayscale AA or styleEskil Abrahamsen Blomfeldt2013-08-272-46/+41
* Stop the update timer when no windows are visibleGunnar Sletta2013-08-071-1/+4
* Remove C-style casts from public headers.Thiago Macieira2013-08-062-16/+16
* Fix crash when changing non-cached source of image during animationMichael Brasser2013-08-011-2/+2
* Fixed distance field text getting clipped at small sizes.Yoann Lopes2013-08-011-1/+1
* Rectangle which only draw an opaque border should not be blended.Gunnar Sletta2013-08-011-1/+1
* Workaround for distance field glyph upload problem.Yoann Lopes2013-07-261-2/+4
* Fix CLANG-warning about unused member variable m_defaultAntialiasingMode.Friedemann Kleint2013-07-121-1/+0
* Fixed typo 'backens'Thorbjørn Lindeijer2013-07-081-1/+1
* Initialize m_dirty_texture memberGunnar Sletta2013-07-031-0/+1
* Fix warning about change of sign: glyph_t is unsignedThiago Macieira2013-07-031-3/+3
* Document public members of QSGSimpleMaterialShaderGunnar Sletta2013-07-021-3/+15
* Revert "Cut performance cost in QSGContext::prepareMaterial()".Gunnar Sletta2013-06-203-10/+1
* Prefix internal classes properly and private export them.Gunnar Sletta2013-06-175-16/+16
* Support unaligned QImage strides in QSGTextureAndrew Knight2013-06-121-0/+2
* Fix -Wpedantic warningsAlbert Astals Cid2013-06-121-1/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-108-9/+60
|\
| * 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
* | 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
|/
* 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