summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make default geometries viewsMike Krus2020-02-27133-485/+788
* Introduce QGeometryViewMike Krus2020-02-279-48/+799
* Geometry refactoringMike Krus2020-02-27164-1385/+1379
* Fix deprecations and warningsMike Krus2020-02-268-88/+15
* Fix C++17 buildMike Krus2020-02-251-9/+15
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-252-1/+4
|\
| * Revert "Replace deprecate QNetworkReply::error() call"Timur Pocheptsov2020-02-241-1/+1
| * Examples: enable HighDPI scaling for AndroidAssam Boudjelthia2020-02-241-0/+3
* | Merge remote-tracking branch 5.15 into devMike Krus2020-02-1745-131/+767
|\|
| * Show non-required jobs as dottedv5.15.0-beta1Mike Krus2020-02-171-0/+6
| * Make sure RenderViewCommandUpdaterJobs only run when necessaryMike Krus2020-02-172-1/+31
| * Fix and improve FBO handlingPaul Lemire2020-02-175-29/+95
| * Fix job dependenciesMike Krus2020-02-141-0/+1
| * Add ability to dump job graph to dot fileMike Krus2020-02-1414-32/+102
| * Skip RenderView which don't need to be submittedPaul Lemire2020-02-143-0/+28
| * Add flag to jobs to indicate if they need to run or notMike Krus2020-02-1413-27/+102
| * Show geometry renderer id in draw commandsMike Krus2020-02-142-1/+3
| * Destroy FBOs when RenderTarget node is destroyedPaul Lemire2020-02-138-1/+131
| * FrameGraph dumping: handle nesting of non FG childrenPaul Lemire2020-02-131-15/+67
| * Shader fixesPaul Lemire2020-02-136-11/+83
| * Animations: handle colors as vec3 or vec4Paul Lemire2020-02-122-13/+117
| * Restore include of QOpenGLTexture for Qt 5 in public headerv5.15.0-alpha1Friedemann Kleint2020-02-101-2/+6
| * img-gui: remove non existing .h from priPaul Lemire2020-02-101-2/+1
* | Remove QBuffer::syncData propertyMike Krus2020-02-127-64/+0
* | Remove custom deprecation macroPaul Lemire2020-02-1224-29/+0
* | Hide deprecated functor APIMike Krus2020-02-1227-158/+50
* | Remove buffer functor APIMike Krus2020-02-1136-960/+164
* | Remove unused data structuresMike Krus2020-02-1159-400/+26
* | Remove old dead codeMike Krus2020-02-1113-788/+1
* | Remove deprecated classes and functionsPaul Lemire2020-02-11572-19255/+1872
* | Merge remote-tracking branch 5.15 into devMike Krus2020-02-07706-5394/+41550
|\|
| * Remove unneeded export of inline functionsFriedemann Kleint2020-02-072-5/+5
| * Merge "Merge remote-tracking branch '5.14' into 5.15"Mike Krus2020-02-066-8/+65
| |\
| | * Merge remote-tracking branch '5.14' into 5.15Mike Krus2020-02-056-8/+65
| | |\
| | | * Bump versionAlexandru Croitor2020-02-021-1/+1
| | | * Fix stale Entity cachesPaul Lemire2020-01-313-12/+41
| | | * Merge remote-tracking branch 'origin/5.14.1' into 5.14Qt Forward Merge Bot2020-01-271-0/+20
| | | |\
| | | | * Merge 5.14 into 5.14.1v5.14.1Kari Oikarinen2020-01-1510-25/+95
| | | | |\
| | | | * | Add changes file for Qt 5.14.1Antti Kokko2020-01-141-0/+20
| | | * | | Fix potential crash when logic aspect exitsMike Krus2020-01-272-1/+4
| | | | |/ | | | |/|
| * | | | tst_qresoucemanager: add test to make sure cleanup is workingPaul Lemire2020-02-061-0/+21
| * | | | Remove QtGui module path from OpenGL related pathsMike Krus2020-02-0614-17/+17
| * | | | Move frame profile to GL pluginMike Krus2020-02-054-3/+4
| * | | | Use QT3D_RENDERER env var to load different renderer pluginsPaul Lemire2020-02-051-1/+7
| * | | | Move classes in OpenGL renderer plugin into an OpenGL namespacePaul Lemire2020-02-0595-421/+658
| * | | | Make the OpenGL renderer a pluginPaul Lemire2020-02-05265-597/+1738
| |/ / /
| * | | ResourceAccessor: make it work with the modular renderer architecturePaul Lemire2020-02-0310-85/+125
| * | | Renderer: stop passing buffer type aroundPaul Lemire2020-02-033-15/+11
| * | | QShaderProgram: add a format propertyPaul Lemire2020-02-038-3/+185
| * | | Introduce a GLShader classPaul Lemire2020-02-0335-1072/+1259