summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* Fix crash if sharecontext is requested before initailizationMäättä Antti2018-02-082-34/+42
* LoadSceneJob: refactored to minimize code duplicationPaul Lemire2018-02-014-41/+72
* Make PickBoundingVolumeJob depend on ExpandBoundingVolumeJobSvenn-Arne Dragly2018-02-011-0/+1
* Fix OnDemand render policySvenn-Arne Dragly2018-02-014-95/+99
* Make ShaderGathererJob depend on FilterCompatibleTechniquesSvenn-Arne Dragly2018-02-011-0/+2
* Organize dirty bits in categoriesSvenn-Arne Dragly2018-02-013-25/+41
* 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 "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.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
* | 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
* | Make BlitFramebuffer rectangles follow Qt conventionsLaszlo Agocs2017-12-123-2/+182
* | Enable BlitFramebuffer with non-output render targetsLaszlo Agocs2017-12-115-46/+90
* | Add QBlitFramebuffer auto-parenting behaviorLaszlo Agocs2017-12-111-0/+28
* | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-083-7/+36
|\ \
| * \ Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-2021-97/+314
| |\ \
| * | | Fix resource init namespace issuesLaszlo Agocs2017-11-141-3/+8
| * | | Fix BC with QRenderCaptureMäättä Antti2017-11-132-7/+28
| * | | Fix material system qrc in static buildsLaszlo Agocs2017-11-081-0/+3
* | | | Improve performance for finding entities in subsetSvenn-Arne Dragly2017-12-045-14/+21
* | | | Silence warning output about texture dataPaul Lemire2017-11-291-1/+2
* | | | Rename BufferManager::dirtyBuffers to takeDirtyBuffers()Christian Strømme2017-11-273-3/+3
* | | | Fix doc in QShaderProgramPaul Lemire2017-11-231-2/+2
* | | | QLevelOfDetail: prepend namespace to createBoundingSpherePaul Lemire2017-11-221-1/+1
* | | | QShaderProgram: document the default uniformsPaul Lemire2017-11-221-0/+242
| |/ / |/| |