summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for MSVC2019 compilerv2.7.0-5.15.02.7Tomi Korpipää2020-06-161-0/+4
* Also check target architecture for mips64Tomi Korpipaa2020-06-161-1/+1
* Prevent compilation on mips64 architecturesTomi Korpipaa2020-06-161-1/+2
* Remove duplicate include for AndroidTomi Korpipaa2020-06-161-1/+0
* Update eastl submoduleTomi Korpipää2020-06-161-0/+0
* Fix loading custom material textures with delayed loadingv2.7.0Antti Määttä2020-05-254-25/+49
* Properly fix editor loading custom material imagesAntti Määttä2020-05-201-16/+21
* Fix data inputs with delayed loadingv2.7.0-rc2Jere Tuliniemi2020-05-083-0/+18
* Fix editor loading custom material imagesAntti Määttä2020-05-071-6/+19
* Add ECT2_EAC to supported ktx formatsAntti Määttä2020-05-071-0/+2
* Fix studio viewport rendering when scene camera is visibleAntti Määttä2020-05-0712-46/+15
* Fix activating child elements when di activatingAntti Määttä2020-05-041-7/+12
* Add missing signal documentationTomi Korpipää2020-04-281-0/+16
* Don't try to load images with a subpresentation id as the pathJere Tuliniemi2020-04-271-1/+2
* Document QQuickImageProvider usageJere Tuliniemi2020-04-271-0/+24
* Add default texture paths to source pathsAntti Määttä2020-04-242-5/+12
* Limit directional shadow map frustum to scene boundsJere Tuliniemi2020-04-241-31/+70
* Remove unnecessary INCLUDEPATH for macOSTomi Korpipaa2020-04-231-1/+0
* Add support for skipping rendering framesKaj Grönholm2020-04-1613-2/+121
* Merge branch 'master' into 2.7Antti Kokko2020-04-1616-12/+192
|\
| * Add support for progressive stereoscopic renderingKaj Grönholm2020-04-0816-12/+192
* | Lazy load custom material subpresentationsJere Tuliniemi2020-04-141-0/+18
|/
* Make attributes referenced for custom materialsJanne Kangas2020-04-073-9/+25
* Fix Temporal AA memory leak with dynamic layer resizeJere Tuliniemi2020-04-031-0/+2
* Delayed loading: Load subpresentation with setAttributeJere Tuliniemi2020-03-262-1/+19
* Make sure GoToTime works also when triggered at simultaneous activationJanne Kangas2020-03-255-9/+56
* Make Font property controllableJanne Kangas2020-03-251-1/+1
* Fix editor picking with dynamic resizeJere Tuliniemi2020-03-231-1/+10
* Release layer cache texture when layer size changesJere Tuliniemi2020-03-231-0/+10
* Disable temporal AA when layer texture size changesJere Tuliniemi2020-03-231-4/+6
* Remove the old shader result if compilation failsJanne Kangas2020-03-101-0/+3
* Ignore controlled property changesJere Tuliniemi2020-03-091-0/+1
* Fix subpresentations in custom shadersJere Tuliniemi2020-03-054-13/+29
* Add depth function customization for custom materialsJere Tuliniemi2020-03-034-0/+53
* Add dynamic layer resizingJere Tuliniemi2020-02-2818-6/+391
* Fix blending issues in ordered groupJanne Kangas2020-02-261-3/+10
* Shader caching improvementsMiikka Heikkinen2020-02-257-19/+170
* Remove evaluator type datainput dead codeJanne Kangas2020-02-213-181/+0
* Do not cache datainput value if presentation is not readyJanne Kangas2020-02-211-0/+7
* Bump MODULE_VERSION to 2.7.0Tomi Korpipaa2020-02-211-1/+1
* Register runtime versionsTomi Korpipaa2020-02-211-0/+4
* Stereoscopic rendering optimizationsKaj Grönholm2020-02-202-68/+79
* Handle ordered attribute in runtimeJanne Kangas2020-02-173-3/+5
* Fix stereoscopic camera separationKaj Grönholm2020-02-171-2/+6
* Fix rendering after stereoscopic mode switchKaj Grönholm2020-02-142-0/+8
* Add size and format to textureid queryJanne Kangas2020-02-1114-1/+192
* Fix distance field text caching logicJere Tuliniemi2020-02-111-5/+18
* Implement shader cache loading error handlingAntti Määttä2020-02-1012-16/+45
* Add projectionMatrix uniformAntti Määttä2020-02-102-11/+19
* Merge branch '2.6'Antti Kokko2020-02-102-2/+2
|\