summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Support custom materials created from a QByteArrayJere Tuliniemi2019-01-154-0/+31
* Enable vertex shaders in custom materialsJere Tuliniemi2019-01-153-49/+106
* Make it possible to detect pick failures with Q3DSScenePickerMiikka Heikkinen2019-01-143-2/+38
* Add support for dynamically adding/removing object from a slideChristian Strømme2019-01-094-25/+75
* Enable horizontal tiling modes on light probeJanne Kangas2019-01-092-4/+47
* Change default animation systemChristian Strømme2019-01-091-3/+3
* Some improvments to the new animation codeChristian Strømme2019-01-085-235/+207
* Fix the kf class so it works on MSVC2015Christian Strømme2019-01-082-11/+4
* Add some more check before processing a slideChristian Strømme2019-01-081-1/+1
* Don't set an entity in the attached object when using slideplayerngChristian Strømme2019-01-081-10/+1
* Fix typoChristian Strømme2019-01-081-3/+3
* Add support for fixed size text areasTomi Korpipaa2019-01-085-21/+110
* Add text renderer getter to scene managerMäättä Antti2019-01-073-1/+10
* Merge remote-tracking branch 'origin/2.2'Laszlo Agocs2018-12-1328-68/+73
|\
| * Fix broken link in online docs sidebarv2.2.02.2Mats Honkamaa2018-12-101-1/+1
| * Dragon: Clean up resources properly on shutdownv2.2.0-rcv2.2.0-beta3Svenn-Arne Dragly2018-12-045-0/+42
| * Dragon: Remove debug output and add message when Dragon is enabledSvenn-Arne Dragly2018-12-049-10/+2
| * Fix stereoscopic mode changing with subpresentationsKaj Grönholm2018-11-302-2/+3
| * Dragon: Replace public API to enable Dragon with environment variableSvenn-Arne Dragly2018-11-276-46/+4
| * Dragon: Return result of task as const reference instead of copySvenn-Arne Dragly2018-11-271-1/+1
| * Dragon: Only build render view commands if necessarySvenn-Arne Dragly2018-11-271-0/+3
| * Dragon: Make sure root has worldTransformSvenn-Arne Dragly2018-11-271-1/+3
| * Fix dynamic keyframesChristian Strømme2018-11-263-7/+8
| * Cleanup Q3DSViewerSettings when reloadingv2.2.0-beta2Kaj Grönholm2018-11-262-0/+6
* | Fix excessive memory usage in the new animation systemChristian Strømme2018-12-131-3/+3
* | Use vec3 for storing the animation valuesChristian Strømme2018-12-123-36/+22
* | Add support for dynamic key framesChristian Strømme2018-12-126-80/+111
* | DragonsWingsChristian Strømme2018-12-1022-370/+2640
* | Add stereoscopic QML exampleKaj Grönholm2018-12-071-0/+1
* | Add util functions to get property dataChristian Strømme2018-12-052-0/+65
* | Add QML API for stereoscopic settingsKaj Grönholm2018-11-294-0/+131
* | Dragon: Improve performance of calculateBoundingVolumesSvenn-Arne Dragly2018-11-199-396/+498
|/
* Add a way to hook into the private API, with example and docsv2.2.0-beta1Laszlo Agocs2018-11-166-0/+271
* Add shaders to runtime projectPasi Keränen2018-11-161-0/+4
* Add support for drop-shadows for textTomi Korpipaa2018-11-165-12/+106
* macOS: Implement CPU usage profiler reportingPasi Keränen2018-11-135-5/+218
* Update UIP version numberJere Tuliniemi2018-11-121-1/+2
* Dragon: Optimize and simplify gatherMaterialParametersSvenn-Arne Dragly2018-11-092-82/+16
* Dragon: Don't warn when disabling seamless cube maps on ES2Svenn-Arne Dragly2018-11-091-2/+2
* Dragon: Add Q3DSV_PRIVATE_EXPORT to BackendNodeSvenn-Arne Dragly2018-11-091-1/+2
* Dragon: Reduce the number of texture-related includesSvenn-Arne Dragly2018-11-098-63/+127
* Dragon: Properly handle state changesSvenn-Arne Dragly2018-11-097-77/+48
* Dragon: Derive mipLevels of texture based on texture imagesSvenn-Arne Dragly2018-11-091-1/+3
* Do not share textures in Dragon if they are used for render targetsSvenn-Arne Dragly2018-11-091-1/+13
* Clean up buffer loading in Dragon render aspectSvenn-Arne Dragly2018-11-093-80/+25
* Clean up texture loading in Dragon render aspectSvenn-Arne Dragly2018-11-097-126/+18
* Do not load textures or images if nothing changedSvenn-Arne Dragly2018-11-091-6/+5
* Reuse existing GLTexture for equal LoadedTextureSvenn-Arne Dragly2018-11-099-6/+118
* Make comparison operators of Mutable and Immutable constSvenn-Arne Dragly2018-11-092-4/+4
* Do not pass null to addParameterLaszlo Agocs2018-11-091-2/+2