aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-285-30/+48
|\
| * Cut performance cost in QSGContext::prepareMaterial()Gunnar Sletta2013-05-232-0/+2
| * improve docs of QSGGeometry::set[Vertex|Index]DataPatternGunnar Sletta2013-05-161-2/+4
| * Doc: corrections, spelling, and ListView requirements commentsDavid Fries2013-05-152-9/+9
| * QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-061-19/+33
* | Make QSGNode and friends extensible via a d-pointerSean Harmer2013-04-163-1/+132
|/
* Our debug env vars are a mess. Standardize on QSG_RENDER_TIMINGGunnar Sletta2013-04-041-8/+8
* Fix distance field antialiasing for retina displays.Gunnar Sletta2013-04-024-0/+12
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-142-2/+2
|\
| * Fix headers without Qt module directory name in their includesJosh Faust2013-02-252-2/+2
* | Fix rendering of subpixel positioned native textEskil Abrahamsen Blomfeldt2013-03-072-0/+11
* | Added examples on how to use FBOs with scene graph.Gunnar Sletta2013-03-031-1/+1
* | Avoid ambiguous include guards in SG classesGunnar Sletta2013-02-265-13/+13
* | Don't print leak warnings on exit by defaultGunnar Sletta2013-02-202-16/+29
* | only instantiate variable when requiredMaurice Kalinowski2013-02-131-1/+1
* | Enable sorting of opaque items again in the default renderer.Gunnar Sletta2013-02-052-4/+3
* | Added to QML_RENDERER_TIMING logic to capture most render bottlenecks.Gunnar Sletta2013-01-301-9/+8
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-287-28/+0
|/
* Greatly improved Scene Graph Overview documentationGunnar Sletta2013-01-162-0/+24
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1015-15/+15
* Work towards supporting front-to-back reordering of opaque items.Michael Brasser2012-12-121-2/+2
* Fix syncqt-warnings.Friedemann Kleint2012-11-201-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2315-360/+360
* 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-072-3/+3
* Doc: Fix documentation issues.Kim Motoyoshi Kalland2012-09-071-0/+3
* Three scene graph examples with docs.Gunnar Sletta2012-08-131-1/+1
* Fix various broken links in documentationBea Lam2012-08-031-1/+1
* Change antialiasing method for QML2.Kim Motoyoshi Kalland2012-07-131-2/+3
* initializeGLFunctions is deprecated, replace itThiago Macieira2012-06-261-1/+1
* Improve on scenegraph documentation.Gunnar Sletta2012-06-086-93/+620
* Remove unused performance flags.Michael Brasser2012-06-064-132/+5
* Simplify the depth transformation in the scene graph.Kim Motoyoshi Kalland2012-05-253-12/+8
* QtDeclarative: Fix warnings about uninitialized variables.Friedemann Kleint2012-05-211-2/+2
* Remove unnecessary exportsMatthew Vogt2012-05-184-7/+8
* Removed ### from scenegraphGunnar Sletta2012-05-162-6/+4
* Fix documentation for QSGGeometry::allocate()Glenn Watson2012-05-161-0/+3
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-6/+6
* Docs for QSGimpleMaterialShaderGunnar Sletta2012-05-091-1/+10
* Added some documentatio notes on QSGNode::markDirty()Gunnar Sletta2012-05-051-2/+28
* Improved scene graph docsGunnar Sletta2012-04-301-0/+20
* qMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecatedOlivier Goffart2012-04-231-1/+1
* Extract Particles code to an independent libraryMatthew Vogt2012-04-161-1/+1
* Export all symbols on QSGDefaultRenderer.Hannu Lyytinen2012-04-131-1/+1
* Make device specific projection matrix setter virtual.Hannu Lyytinen2012-04-131-1/+1
* Fix compilation on QNX.Tobias Koenig2012-03-201-0/+4
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-17/+17
* Merge master <-> api_changesMatthew Vogt2012-03-053-5/+5
|\
| * Small doc fixes.Michael Brasser2012-02-231-3/+3