summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* Fix regression crash on Windows when ES2 is usedDavid Cremoux2018-02-131-0/+1
* Doc: Divide documentation into submodulesTopi Reinio2018-02-097-0/+1000
* Add support for layers to control ray castingMike Krus2018-02-059-21/+250
* QAttribute: add new default attribute namesPaul Lemire2018-02-022-0/+24
* Introduce QScreenRayCasterMike Krus2018-02-0120-335/+858
* Ray casting jobMike Krus2018-02-0110-6/+418
* Initial implementation of ray casting APIMike Krus2018-02-0115-2/+979
* Merge branch '5.10' into devSean Harmer2018-01-269-19/+107
|\
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-255-16/+86
| |\
| | * Doc: Add examples and enumeration to QCullFace documentationSvenn-Arne Dragly2018-01-251-4/+69
| | * Fix issues due to changes in camera view matrixMike Krus2018-01-245-13/+18
| | * Replace Q_DECL_OVERRIDE with override keywordJesus Fernandez2018-01-231-1/+1
| * | SceneLoader: fix broken scene tree unloadingPaul Lemire2018-01-232-1/+10
| * | Add missing attribute types to GL 3.3 helperMike Krus2018-01-231-0/+9
| * | SceneManager: rename pendingSceneLoaderJobs()Paul Lemire2018-01-233-3/+3
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2018-01-235-24/+66
|\| |
| * | Merge "Merge branch '5.9' into 5.10" into refs/staging/5.10Sean Harmer2018-01-224-24/+65
| |\ \
| | * | Merge branch '5.9' into 5.10Sean Harmer2018-01-224-24/+65
| | |\|
| | | * LoadGeometryJob: fix uninitialized valuePaul Lemire2018-01-221-0/+1
| | | * Deprecate viewMatrix() on QCamera because its name is misleadingSvenn-Arne Dragly2018-01-221-0/+2
| | | * Calculate and store real transform of camera in addition to view matrixSvenn-Arne Dragly2018-01-223-24/+60
| * | | LoadSkeletonJob: fix uninitialized valuePaul Lemire2018-01-221-0/+1
| |/ /
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-226-8/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-226-8/+22
| |\|
| | * Scene3D: allow to force blocking renderingPaul Lemire2018-01-165-7/+20
| | * Don't insert nullptr shader programs into the shader cacheVolker Krause2018-01-121-1/+2
| * | QMesh: do not rely on QAspectEngine to create QGeometryFactoryPaul Lemire2018-01-223-26/+81
* | | Mesh loading: send status updatePaul Lemire2018-01-223-17/+42
* | | QMesh: do not rely on QAspectEngine to create QGeometryFactoryPaul Lemire2018-01-223-23/+84
* | | QMesh: add a status propertyPaul Lemire2018-01-223-3/+70
* | | Update Intersecting Entity GathererMike Krus2018-01-182-18/+23
* | | Merge branch '5.10' into devSean Harmer2018-01-1766-183/+156
|\| |
| * | Fix includes of Qt classesFriedemann Kleint2018-01-151-1/+1
| * | Prevent potential containers detachingMike Krus2018-01-145-5/+8
| * | Iterate on references to avoid copiesMike Krus2018-01-132-2/+2
| * | Iterate by const reference on handlesMike Krus2018-01-1313-29/+29
| * | Prevent use of temporary containersMike Krus2018-01-131-6/+6
| * | Use QVariant::toRect rather than templateMike Krus2018-01-131-2/+2
| * | Fix extension handlingMike Krus2018-01-131-1/+1
| * | Merge branch '5.9' into 5.10Sean Harmer2018-01-1246-136/+102
| |\|
| | * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-1313-80/+48
| | * Silence -Wunused-paremeter warnings in renderview.cppChristian Stromme2017-11-271-0/+2
| | * Fix includes of Qt classesFriedemann Kleint2017-11-2332-44/+44
| * | Fix compile warningsMike Krus2017-12-242-1/+3
| * | QTexture: add warning when QImage fails to load imagePaul Lemire2017-12-181-0/+2
* | | Remove hardcoded C++ version for MinGW/GCCKai Koehne2018-01-111-3/+0
* | | Revise buffer traversal in bounding volume calculationLaszlo Agocs2018-01-082-47/+126
* | | Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-052-21/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLaszlo Agocs2017-12-1320-73/+604
|\| |
| * | Make BlitFramebuffer rectangles follow Qt conventionsLaszlo Agocs2017-12-123-2/+182