summaryrefslogtreecommitdiffstats
path: root/src/Runtime
Commit message (Expand)AuthorAgeFilesLines
* Add missing error string to SurfaceViewer APIJari Karppinen2019-05-313-6/+31
* Remove subPresentationSettings propertyAntti Määttä2019-06-032-6/+7
* Disregard UIP -specified name for material references to imagesJanne Kangas2019-06-031-1/+7
* Add ignoredEvents into OpenGL RuntimeKaj Grönholm2019-06-022-46/+85
* Move shader feature definitionJere Tuliniemi2019-06-031-24/+15
* Move files required by OpenGL runtime within ogl-runtime directoryPasi Keränen2019-05-31986-757/+85344
* Fix crash in editor when using qmlstreamsAntti Määttä2019-05-291-3/+11
* Remove extra reset method in SurfaceViewer APIJari Karppinen2019-05-293-30/+19
* Remove utf8cpp 3rd party lib from Qt 3D StudioPasi Keränen2019-05-292-68/+6
* Add initial documentation for 2.4 OpenGL RuntimePasi Keränen2019-05-2913-123/+1921
* Allow specifying range property precisionMahmoud Badri2019-05-281-1/+1
* Make Datainput min and max read-onlyJanne Kangas2019-05-286-34/+20
* Define custom number types with standard Qt typesPasi Keränen2019-05-282-133/+26
* Merge branch 'master' into 2.4Miikka Heikkinen2019-05-283-7/+128
|\
| * Fix NO_FRAG_OUTPUT featureJere Tuliniemi2019-05-282-6/+21
| * Fix QMutableMapIterator usageJari Karppinen2019-05-281-1/+1
| * Add qDebug stream overrides for DataInput and Output defsPasi Keränen2019-05-271-0/+106
* | Remove Q3DSWidget from OpenGL runtimeKaj Grönholm2019-05-286-523/+1
|/
* Make qml api headers privatev2.4.0-beta1Antti Määttä2019-05-278-12/+45
* Update qt3d-runtime submoduleAntti Määttä2019-05-271-0/+0
* Fix creating elements in subpresentationsMiikka Heikkinen2019-05-272-48/+59
* Fix text texture cachingKaj Grönholm2019-05-271-2/+3
* Remove hardcoded C locale on LinuxJari Karppinen2019-05-231-7/+13
* Expose datainput min and max attributes on QML sideJanne Kangas2019-05-245-18/+56
* Support deleting dynamically created meshes and materialsMiikka Heikkinen2019-05-2311-0/+162
* Add C++ API to create meshes dynamicallyMiikka Heikkinen2019-05-2320-239/+919
* Remove unnecessary interface in Qt3DSRenderThreadPoolAndy Nichols2019-05-242-61/+58
* Use pointer instead of reference in Qt3DSRenderThreadPoolAndy Nichols2019-05-241-5/+5
* Some CString to QString conversionsMahmoud Badri2019-05-232-8/+9
* Harmonize frame update signal between RT2 and OpenGL RTJanne Kangas2019-05-242-2/+2
* Fix static build linking for OpenGL Runtime ImportAndy Nichols2019-05-241-1/+1
* Do not add fragOutput for custom shadersAntti Määttä2019-05-249-32/+46
* Add runtime support for DataOutputPasi Keränen2019-05-2328-65/+912
* Create material container if it doesn't existAntti Määttä2019-05-231-6/+17
* Fix slow QML stream loadingJere Tuliniemi2019-05-233-24/+18
* Load slide images in background threadAntti Määttä2019-05-229-28/+96
* Fix AttributeHashes application after dir structure changesMiikka Heikkinen2019-05-221-3/+3
* QML Engine patchTomi Korpipää2019-05-213-0/+21
* Build glyphs for distance field texts earlier in OpenGL RTJanne Kangas2019-05-214-7/+27
* Copy distance field shader changes to OpenGL runtimeJere Tuliniemi2019-05-2010-117/+114
* Update presentation id into assetmapKaj Grönholm2019-05-171-10/+24
* Add possibility of creating groups to createElementMiikka Heikkinen2019-05-171-79/+95
* Add methods to create/delete multiple elements/materials at onceMiikka Heikkinen2019-05-1715-663/+848
* Increment UIP versionMahmoud Badri2019-05-1612-66/+6
* Make API related classes easier to findPasi Keränen2019-05-1646-2/+6383
* Fix compiler error in Qt3DRuntimeView.cppAntti Määttä2019-05-162-96/+0
* Implement Q3DSSurfaceViewer::presentationReady in OpenGL RuntimeJanne Kangas2019-05-156-2/+24
* Assume project fonts are in a subdirectory relative to project or presentationJari Karppinen2019-05-144-9/+12
* Add elementCreated signalMiikka Heikkinen2019-05-146-56/+121
* Add material creation to runtime C++ APIMiikka Heikkinen2019-05-1413-185/+814