aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph/util
Commit message (Expand)AuthorAgeFilesLines
* Say hello to QtQuick moduleKent Hansen2011-12-0225-4809/+0
* Remove documentation for non-existing functionGunnar Sletta2011-11-231-8/+0
* Silence compiler warnings about unused variables (MSVC)Kai Koehne2011-11-211-0/+4
* Fix Qt Declarative namespace compilation.Toby Tomkins2011-11-211-0/+3
* Copy QSGEngine functions to QQuickCanvas.Gunnar Sletta2011-11-182-157/+23
* Fixed some copy-paste errors is documentation.Tero Tiittanen2011-11-161-4/+4
* Distance field glyph cache refactoring.Yoann Lopes2011-11-142-0/+913
* Export QSGDynamicTextureCharles Yin2011-11-111-1/+1
* Fix PaintedItem redraw bugCharles Yin2011-10-282-3/+3
* Fixed QQuickPaintedItem texture binding when using Image render target.Yoann Lopes2011-10-271-18/+23
* Provide a way to cheaply flip your painted FBOSarah Smith2011-10-231-3/+7
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-213-27/+25
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-191-1/+1
* Clean up declarative includesKent Hansen2011-10-171-2/+2
* Don't accidentally use atlas images in particle nodesGunnar Sletta2011-10-051-0/+6
* Make sure the Image texture provider does not return an atlassed textureGunnar Sletta2011-10-052-3/+26
* Have textureId() return the correct value and document this behaviorGunnar Sletta2011-10-042-5/+34
* Add QSGPaintedItem docs to module and fix non-standard wording.Casper van Donderen2011-09-273-5/+11
* Added PerformanceHints flags to QSGPaintedItem.Yoann Lopes2011-09-202-4/+28
* changed include to use newly public qsgvertexcolormaterial headerMatthew Cattell2011-09-121-1/+1
* Implement QSGVertexColorMaterial::compare and make the class publicGunnar Sletta2011-09-122-9/+9
* orient the fbo rendering the same way as other fbo rendering and enable multi...Gunnar Sletta2011-09-121-3/+6
* compile againGunnar Sletta2011-09-082-4/+21
* Add QSGFlatColorMaterial::compare for better sortingGunnar Sletta2011-09-012-0/+10
* Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-011-0/+2
* Implement backtrace debug output of leaked texturesGunnar Sletta2011-08-301-13/+91
* Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-298-29/+31
* Merge branch 'master' into refactorGunnar Sletta2011-08-251-1/+1
|\
| * Don't skip autotest and export needed symbolGunnar Sletta2011-08-191-1/+1
* | export QSGTextureProviderGunnar Sletta2011-08-221-1/+1
* | Make textureProvider() a virtual accessor in QSGItem.Gunnar Sletta2011-08-222-18/+0
* | Reintroduce the QSGTextureProvider as a separate objectGunnar Sletta2011-08-222-6/+19
|/
* Renamed ShaderEffectItem to ShaderEffect and some API changes.Kim Motoyoshi Kalland2011-07-281-1/+1
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-0823-391/+391
* Document threading issues with QSGEngine signalsGunnar Sletta2011-06-301-0/+7
* Introduced simple materialGunnar Sletta2011-06-091-0/+222
* Fixes wrong flipping of textures.Bjørn Erik Nilsen2011-05-201-1/+1
* add toImage() function to QSGPainterNodeCharles Yin2011-05-162-0/+8
* Call QSGPaintedItem::paint() when the scene graph is synced.Yoann Lopes2011-05-132-7/+6
* Don't crash when the shader source is null.Gunnar Sletta2011-05-121-1/+1
* Output warning if using unsupported texture wrap mode.Kim Motoyoshi Kalland2011-05-121-0/+15
* Upgrade Flickr demo to QtQuick 2.Alan Alpert2011-05-121-0/+1
* Fixed incorrect usage of `signals', `slots' in headersRohan McGovern2011-05-121-1/+1
* Fixed image tiling on scene graph.Kim Motoyoshi Kalland2011-05-111-3/+21
* Documentation and API cleanup of QSGMaterialGunnar Sletta2011-05-113-12/+12
* Udate mipmaps when QSGPaintedItem's texture has changed.Yoann Lopes2011-05-091-0/+9
* Docs for QSGTextureMaterialsGunnar Sletta2011-05-091-2/+194
* Renamed of texture material classes to be more intuitivly namedGunnar Sletta2011-05-095-35/+37
* Clean up QSGVertexColorMaterial a bitGunnar Sletta2011-05-092-33/+11
* Removed a few warningsGunnar Sletta2011-05-091-1/+1