summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* unbind the texture in the background threadGunnar Sletta2010-12-031-0/+2
* remove some unused code and improve my testcase a bitGunnar Sletta2010-12-034-30/+2
* Introduced threaded texture manager and make use of it in QxImageGunnar Sletta2010-12-0314-135/+206
* moved adaptation layers into QSGContextGunnar Sletta2010-12-0333-617/+477
* Make TextureReference const throughout the scene graph.Gunnar Sletta2010-12-0214-42/+53
* Get shader effect item working again with image sourcesGunnar Sletta2010-12-024-29/+40
* Add a few missing filesGunnar Sletta2010-12-022-0/+121
* A few fixes to the Image element / TextureNodeGunnar Sletta2010-12-023-0/+317
* Remove redundant makeCurrent().Gunnar Sletta2010-12-021-3/+0
* Move initializeGLFunctions() into the constructor.Gunnar Sletta2010-12-021-2/+2
* Delete textures that the texture reference ownsGunnar Sletta2010-12-022-0/+8
* get glyph nodes working againGunnar Sletta2010-12-024-98/+111
* Started to add the QSGContext class and started the work to move it allGunnar Sletta2010-12-0210-34/+217
* initialize the texture to 0..Gunnar Sletta2010-12-021-1/+1
* started work on new texture managerGunnar Sletta2010-12-0135-621/+424
* removed legacy utility functionsGunnar Sletta2010-12-012-72/+0
* Implemented mipmapped ShaderEffectSource.Kim Motoyoshi Kalland2010-11-262-38/+70
* Rewrote the shader effect item.Kim Motoyoshi Kalland2010-11-257-214/+673
* Fix debug output of texture upload timing a bitGunnar Sletta2010-11-251-18/+20
* invert the use-vbo check, default to do not use, as mostly fasterGunnar Sletta2010-11-241-1/+1
* Fix crash in with text on Mac OS X.Gunnar Sletta2010-11-242-18/+22
* compile after Orientation was removed.Gunnar Sletta2010-11-241-1/+0
* Merge branch 'master' of scm.dev.nokia.troll.no:research/qt-scene-graphGunnar Sletta2010-11-241-19/+1
|\
| * Removes registration of OrientationObject to qml. (should be in qmlscene?)Yoann Lopes2010-11-231-19/+1
* | Remove qglext.h/cpp now that we have QGLFunctions in QtGunnar Sletta2010-11-246-471/+8
* | Use linear sampling for the text textures.Gunnar Sletta2010-11-241-1/+7
|/
* Stores a value for the 'enabled' property...Yoann Lopes2010-11-223-7/+21
* Build render lists only when needed.Yoann Lopes2010-11-222-18/+47
* Fixes Rectangle rendering when radius is bigger than half of the size.Yoann Lopes2010-11-192-11/+16
* Increases rounded rectangles mesh resolution.Yoann Lopes2010-11-192-2/+2
* Merge branch 'master' of scm.dev.nokia.troll.no:research/qt-scene-graphGunnar Sletta2010-11-1914-324/+313
|\
| * Fixes assertion failure.Yoann Lopes2010-11-181-9/+11
| * Implemented rounded clip.Yoann Lopes2010-11-183-47/+52
| * Made ShaderEffectItem handle more property types.Kim Motoyoshi Kalland2010-11-181-0/+18
| * Implemented mapToItem and mapFromItem.Yoann Lopes2010-11-181-6/+8
| * Change order of library path and link optionThorbjørn Lindeijer2010-11-171-1/+1
| * Code cleanup.Yoann Lopes2010-11-173-12/+0
| * Merge branch 'master' of scm.dev.nokia.troll.no:research/qt-scene-graphYoann Lopes2010-11-179-15/+49
| |\
| | * Render order details.Kim Motoyoshi Kalland2010-11-172-5/+18
| * | Optimizes geometry data uploading.Yoann Lopes2010-11-176-244/+203
| * | Fixes DeferredDelete events not being sent when an animation is running.Yoann Lopes2010-11-171-0/+1
| * | Merge branch 'master' of scm.dev.nokia.troll.no:research/qt-scene-graphYoann Lopes2010-11-165-220/+252
| |\ \
| * | | Added 'pos' property to QxItem.Yoann Lopes2010-11-161-0/+1
* | | | The vsync animation driver needs to intercept and reject all update requests.Gunnar Sletta2010-11-191-0/+7
| |_|/ |/| |
* | | Merge branch 'master' of /Volumes/BACKUP/qt-scene-graphGunnar Sletta2010-11-177-10/+31
|\ \ \ | |_|/ |/| |
| * | add QML_RUNTIME_TESTING to scenegraph_include.pri to make sure thatGunnar Sletta2010-11-165-9/+15
| * | Merge branch 'master' of /home/gunnar/tmp/qt-scene-graphGunnar Sletta2010-11-161-0/+9
| |\|
| * | Make vsynced animations in lighthouse workGunnar Sletta2010-11-162-1/+16
* | | Coding style fix.Kim Motoyoshi Kalland2010-11-161-1/+1
* | | Fixed crash when using a root node with multiple renderers.Kim Motoyoshi Kalland2010-11-161-2/+2