summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/scene3d
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix crash when Scene3DItem is removed from scene"Mauro Persano2016-01-152-34/+32
* Fix crash when Scene3DItem is removed from sceneMauro Persano2016-01-112-32/+34
* Remove initialize/shutdown from APIv5.6.0-beta1Kevin Ottens2015-12-141-1/+0
* Fix Scene3DRenderer crash during destruction.Fredrik Orderud2015-10-281-2/+4
* Scene3D: register event source in the correct threadPaul Lemire2015-10-241-1/+5
* Rename Renderer -> Render throughoutSean Harmer2015-10-192-2/+2
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-172-0/+22
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-132-30/+30
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-135-15/+17
* Move Input aspect to Qt3DInput namespaceSean Harmer2015-10-131-1/+1
* Scene3DItem: Account for device pixel ratioAndy Nichols2015-08-181-3/+3
* Fix mixed up shader code in Scene3DLaszlo Agocs2015-08-101-3/+3
* Fix Scene3D for 3.2+ core profilesLaszlo Agocs2015-08-071-17/+45
* Add a property to Scene3D to control multisamplingLaszlo Agocs2015-08-072-8/+57
* Scene3D: Properly handle shutdowns with QtQuick LoadersPaul Lemire2015-07-236-41/+220
* Scene3DItem: fix premultiplied alpha and alpha on clear colorPaul Lemire2015-07-201-1/+1
* Scene3DItem Fix rendering when FramebufferBlit unavailableAndy Nichols2015-07-141-12/+37
* Scene3D: properly handle pre-multiplied alphaPaul Lemire2015-07-121-1/+1
* Scene3D: Fix when clear color has alphaPaul Lemire2015-07-121-1/+1
* Make Scene3D and Qt3D properly shutdownPaul Lemire2015-07-122-25/+57
* Properly shutdown the rendererPaul Lemire2015-07-061-4/+23
* Make sure makeCurrent() is only called when necessaryMike Krus2015-06-301-1/+2
* Scene3DItem: don't leak the Scene3DRendererPaul Lemire2015-06-302-3/+3
* Scene3DItem: resize FBOs/Textures when the item's size changesPaul Lemire2015-06-301-15/+21
* Remove unused variableMike Krus2015-06-301-2/+0
* Fix vertical sense of Scene3D itemsSean Harmer2015-06-281-1/+2
* Scene3D rendered with custom FBO node to handle premultiplied alphaPaul Lemire2015-06-062-42/+327
* Reset the state the Qt Quick scenegraph relies on in Scene3DLaszlo Agocs2015-02-191-1/+9
* Hardwire input aspect into Scene3D when requestedLaszlo Agocs2015-02-172-1/+6
* Copyright header change.Mika Salmela2015-02-094-76/+56
* Make sure Scene3DItem shuts the sync renderer downKevin Ottens2015-01-282-0/+6
* Allow to control the aspects used by a Scene3DKevin Ottens2015-01-253-3/+30
* Have Scene3DItem deal with input eventsKevin Ottens2015-01-232-1/+7
* Use the const_cast once at renderer creationKevin Ottens2015-01-231-5/+5
* Make it work with the threaded QSG render loopKevin Ottens2015-01-192-11/+34
* Add a Scene3D item to wrap Qt3D scenes in QQ2Kevin Ottens2015-01-186-0/+375