summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Implemented arbitrary sources for ShaderEffectItem.Kim Motoyoshi Kalland2010-11-164-218/+250
| |/ |/|
* | Added 'enabled' property to QxItem. (Doesn't do anything for now)Yoann Lopes2010-11-161-0/+9
|/
* Compile fix.Kim Motoyoshi Kalland2010-11-151-1/+1
* Fixed z-fighting in QML renderer.Kim Motoyoshi Kalland2010-11-121-2/+3
* Merge branch 'master' of scm.dev.nokia.troll.no:research/qt-scene-graphGunnar Sletta2010-11-1220-1210/+20
|\
| * Small fixes.Yoann Lopes2010-11-112-3/+4
| * Use memcpy for copying arrays instead of copying data ourselves.Yoann Lopes2010-11-111-15/+4
| * Made VideoPlayer its own plugin and renamed to PhononVideo.Kim Motoyoshi Kalland2010-11-1017-1195/+12
| * Fixed 'fillMode' in VideoPlayer.Kim Motoyoshi Kalland2010-11-092-20/+23
* | Merge branch 'vsync'Gunnar Sletta2010-11-126-5/+154
|\ \ | |/ |/|
| * updated vsync driver to latest changes in QAnimationDriver.Gunnar Sletta2010-11-122-23/+10
| * printf fixes...Gunnar Sletta2010-11-081-3/+0
| * Drive animation based on vsyncGunnar Sletta2010-11-085-5/+27
| * Drive animation from vsync using the new QAnimationDriver APIGunnar Sletta2010-11-082-0/+144