summaryrefslogtreecommitdiffstats
path: root/src/runtime/q3dsscenemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Work around memory leak in QRawFont::setPixelSize()Eskil Abrahamsen Blomfeldt2019-06-061-5/+10
* Properly reference count used glyphs in distance field cacheEskil Abrahamsen Blomfeldt2019-06-041-3/+3
* Add vector4 support for datainputsMahmoud Badri2019-05-091-0/+3
* Support alpha channel on color propertiesMahmoud Badri2019-05-021-1/+3
* React to visibility changes at presentationLoadedJanne Kangas2019-04-241-0/+5
* Fix slides for distance field textEskil Abrahamsen Blomfeldt2019-03-281-1/+0
* Fix illegal fragOutput for OpenGL ESTomi Korpipaa2019-03-211-1/+2
* Fix cropped drop shadow on distance field textEskil Abrahamsen Blomfeldt2019-03-211-12/+29
* Fix wrong drop shadow offset in distance field textEskil Abrahamsen Blomfeldt2019-03-211-2/+4
* Automatically fall back to old text renderer for "clip" word wrapEskil Abrahamsen Blomfeldt2019-03-191-1/+2
* Fix text alignment if text has rotationTomi Korpipaa2019-03-151-0/+4
* Start animations at first frameKaj Grönholm2019-03-131-2/+12
* Implement delayed image loading and slide resource listMäättä Antti2019-03-121-257/+381
* Load subpresentations asynchronouslyAntti Määttä2019-03-121-31/+81
* Fix crash when adding a layerMiikka Heikkinen2019-03-111-1/+4
* Fix datainput metadata APIJanne Kangas2019-03-081-24/+0
* Fix data input for changing slides in nested componentsChristian Strømme2019-03-071-7/+3
* Fix crash in updateSizesAntti Määttä2019-03-071-1/+1
* Defer calling updateGlobals() when changing visibility on a layersChristian Strømme2019-03-041-1/+7
* Do not double the shadow draw distanceTomi Korpipää2019-03-011-2/+2
* Fix q3dsviewer with distance field fontsKaj Grönholm2019-03-011-1/+0
* Reduce stereoscopic texture sizes when unusedKaj Grönholm2019-02-281-15/+32
* Force light gathering on pending light visibility change on size updateMiikka Heikkinen2019-02-271-0/+7
* Drop shadow for distance field textEskil Abrahamsen Blomfeldt2019-02-271-10/+74
* Fix camera upvectorMiikka Heikkinen2019-02-201-59/+49
* Implement datainput metadataJanne Kangas2019-02-121-0/+12
* Implement distance field text renderingEskil Abrahamsen Blomfeldt2019-02-081-44/+595
* Implement asynchronous image loadingMäättä Antti2019-02-081-0/+2
* Add Matrix4x4 as a custom material propertyJere Tuliniemi2019-02-061-0/+11
* Implement datainput getter API in Q3DSPresentationJanne Kangas2019-02-061-0/+12
* Don't rely on the enabled/disabled flag for scissors testChristian Strømme2019-01-311-1/+9
* Enable adding a raycaster to a layerJere Tuliniemi2019-01-311-10/+18
* Call setPendingVisibilities() before doing the rest of the syncChristian Strømme2019-01-251-2/+2
* Don't fetch the render loop stats unless profiling is enabledChristian Strømme2019-01-251-3/+5
* Add API for uncaching layersMiikka Heikkinen2019-01-241-0/+5
* Remove undesirable comment from scenemanagerLaszlo Agocs2019-01-221-1/+1
* Sort drawing layer quads by z-value in composition passSvenn-Arne Dragly2019-01-181-2/+6
* Enable horizontal tiling modes on light probeJanne Kangas2019-01-091-3/+37
* Merge remote-tracking branch 'origin/2.2'Laszlo Agocs2018-12-131-2/+0
|\
| * Fix stereoscopic mode changing with subpresentationsKaj Grönholm2018-11-301-2/+0
* | DragonsWingsChristian Strømme2018-12-101-25/+29
|/
* Do not pass null to addParameterLaszlo Agocs2018-11-091-2/+2
* Fix issue with multiple View3D + stereoscopicKaj Grönholm2018-11-081-17/+25
* Don't draw left & right selectors by defaultKaj Grönholm2018-11-051-29/+16
* Create rendering framegraph only for required viewportsKaj Grönholm2018-11-021-15/+15
* Try loading a ktx image instead of the given one if option is setTomi Korpipaa2018-11-011-6/+12
* Support advanced blending for sterescopic modesKaj Grönholm2018-10-291-34/+66
* Support stereoscopic renderingKaj Grönholm2018-10-241-320/+725
* Q3DSSceneManager::m_customMaterialGen is not explicitly deleted in destructorNorihito Tohge2018-10-241-0/+1
* Add id information to Q3DSProfile itemsPasi Keranen2018-10-241-31/+36