summaryrefslogtreecommitdiffstats
path: root/src/runtime/q3dsengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for nested subpresentationsLaszlo Agocs2018-09-131-1/+7
* Add the option of deferring loading uip subpresentationsLaszlo Agocs2018-09-031-18/+29
* Improve frame rate reporting in profileuiLaszlo Agocs2018-08-201-1/+27
* Add picking support in View3DLaszlo Agocs2018-08-161-10/+16
* Add support for element paths referencing objects in propertiesLaszlo Agocs2018-08-161-1/+23
* Introduce Studio3DEngine and Layer3DLaszlo Agocs2018-08-141-0/+2
* Add an optional separated engine-view mode to Studio3DLaszlo Agocs2018-08-141-1/+30
* Make Q3DSEngine::setPresentation a first class APILaszlo Agocs2018-07-301-20/+6
* Start profileui with dpr-specific scale also in QWindow modeLaszlo Agocs2018-07-261-3/+11
* Use dpr as the default scale for profileuiLaszlo Agocs2018-07-261-4/+11
* Part one of the property re-workChristian Strømme2018-06-221-3/+3
* Move towards enabling dynamically adding and changing modelsLaszlo Agocs2018-06-201-2/+2
* Avoid using public API in the engine and viewerLaszlo Agocs2018-06-181-20/+20
* Fix inputmgr ignoring pressesLaszlo Agocs2018-06-011-0/+2
* Add support for using Q3DSViewerSettings in Q3DSEngineAndy Nichols2018-05-251-4/+89
* Force max lights per layer to 2 on Vivante GLES 3.0 (i.MX6)Laszlo Agocs2018-05-251-3/+10
* Move max lights per layer into gfxlimitsLaszlo Agocs2018-05-251-8/+11
* Force crippled gles2 path on Vivante OpenGL ES 3.0Laszlo Agocs2018-05-251-26/+34
* drop the uniformbuffer flag from gfxlimits since this is == gles2Laszlo Agocs2018-05-251-3/+0
* Unify choosing the crippled GLES2 path behind a central flagLaszlo Agocs2018-05-251-1/+4
* Make sure GL feature checks are not accidentally left trueLaszlo Agocs2018-05-231-19/+15
* Check for GL_EXT_texture_norm16 on GLESLaszlo Agocs2018-05-231-0/+6
* Make calling Q3DS::surfaceFormat() optional for Studio3DLaszlo Agocs2018-05-141-3/+24
* Attempt to revive QML subpresentations when no packed depth-stencilLaszlo Agocs2018-05-141-28/+53
* Make sure to re-enable OnDemandRenderer when reloading sceneAndy Nichols2018-05-091-0/+6
* Disable q3ds.uipprop unless Q3DS_DEBUG >= 1Laszlo Agocs2018-05-081-0/+5
* Add the touch and tablet event forwarding APIsLaszlo Agocs2018-05-081-0/+14
* Remove broken/unwanted behavior APIsLaszlo Agocs2018-05-081-4/+0
* Move logging categories to a single central placeLaszlo Agocs2018-05-041-3/+1
* Clear qml-subpresentations in prepareForReloadMäättä Antti2018-05-021-0/+3
* Avoid crashing with qml subpres and non-threaded renderloop on reloadLaszlo Agocs2018-05-021-2/+0
* SubPresentationSettings and QmlStreamLaszlo Agocs2018-04-271-62/+104
* Add Q3DSSceneElementLaszlo Agocs2018-04-271-2/+2
* Add opengl es 2 supportMäättä Antti2018-04-191-0/+24
* Revise Qt 3D scene initLaszlo Agocs2018-04-191-12/+9
* profileui: Add behavior list with error stringsLaszlo Agocs2018-04-101-0/+1
* Eyeball for behavior instancesLaszlo Agocs2018-04-101-30/+41
* Shuffle around Q3DSGraphicsLimits usageLaszlo Agocs2018-04-101-12/+25
* behaviors and api: Add support object refs by idLaszlo Agocs2018-04-051-12/+19
* Stabilize documents autotestLaszlo Agocs2018-04-031-0/+1
* q3dsviewer: Add submenu for profile uiLaszlo Agocs2018-04-031-2/+7
* Adapt OpenGL versioning logic to broken GLES implsLaszlo Agocs2018-03-271-7/+14
* Add API for toggling profile UI and disable the implicit togglesLaszlo Agocs2018-03-261-2/+14
* Reuse QQmlEngine for behaviors and subpresentationsLaszlo Agocs2018-03-201-11/+34
* Add goToSlide variantsLaszlo Agocs2018-03-201-0/+22
* more API: go to time, slide by name, get/setAttribteLaszlo Agocs2018-03-201-0/+22
* Implement slideEntered/Exited signals in the public APILaszlo Agocs2018-03-201-1/+1
* Q3DSPresentation public API: fireEvent and a few enablersLaszlo Agocs2018-03-201-0/+92
* Block sending mouse to inputmanager when profile ui is activeLaszlo Agocs2018-03-161-7/+27
* Add a basic console windowLaszlo Agocs2018-03-131-19/+28