summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/scene3d/scene3ditem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-071-8/+50
* Scene3D: Properly handle shutdowns with QtQuick LoadersPaul Lemire2015-07-231-33/+108
* 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-121-24/+56
* 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-301-2/+2
* 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-061-39/+322
* 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-171-0/+5
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Make sure Scene3DItem shuts the sync renderer downKevin Ottens2015-01-281-0/+5
* Allow to control the aspects used by a Scene3DKevin Ottens2015-01-251-2/+24
* Have Scene3DItem deal with input eventsKevin Ottens2015-01-231-0/+6
* Use the const_cast once at renderer creationKevin Ottens2015-01-231-5/+5
* Make it work with the threaded QSG render loopKevin Ottens2015-01-191-11/+26
* Add a Scene3D item to wrap Qt3D scenes in QQ2Kevin Ottens2015-01-181-0/+164