summaryrefslogtreecommitdiffstats
path: root/src/render/backend
Commit message (Expand)AuthorAgeFilesLines
* Introduce QScreenRayCasterMike Krus2018-02-011-0/+3
* Ray casting jobMike Krus2018-02-013-0/+20
* Initial implementation of ray casting APIMike Krus2018-02-016-0/+36
* Merge branch '5.10' into devSean Harmer2018-01-263-11/+16
|\
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-253-11/+16
| |\
| | * Fix issues due to changes in camera view matrixMike Krus2018-01-243-11/+16
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2018-01-231-1/+12
|\| |
| * | Merge branch '5.9' into 5.10Sean Harmer2018-01-221-1/+12
| |\|
| | * Calculate and store real transform of camera in addition to view matrixSvenn-Arne Dragly2018-01-221-1/+12
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-223-4/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-223-4/+17
| |\|
| | * Scene3D: allow to force blocking renderingPaul Lemire2018-01-163-4/+17
* | | Merge branch '5.10' into devSean Harmer2018-01-177-89/+61
|\| |
| * | Iterate by const reference on handlesMike Krus2018-01-132-13/+13
| * | Merge branch '5.9' into 5.10Sean Harmer2018-01-124-75/+45
| |\|
| | * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-134-67/+40
| | * Silence -Wunused-paremeter warnings in renderview.cppChristian Stromme2017-11-271-0/+2
| * | Fix compile warningsMike Krus2017-12-242-1/+3
* | | Revise buffer traversal in bounding volume calculationLaszlo Agocs2018-01-081-39/+84
* | | Merge remote-tracking branch 'origin/5.10' into devLaszlo Agocs2017-12-135-22/+21
|\| |
| * | Enable BlitFramebuffer with non-output render targetsLaszlo Agocs2017-12-112-8/+9
| * | Improve performance for finding entities in subsetSvenn-Arne Dragly2017-12-042-14/+12
| * | Rename BufferManager::dirtyBuffers to takeDirtyBuffers()Christian Strømme2017-11-271-1/+1
* | | Cache material parameter gatherer resultsSvenn-Arne Dragly2017-12-065-32/+96
* | | Store parameter handle instead of uniform valueSvenn-Arne Dragly2017-12-061-6/+7
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-2011-90/+289
|\| |
| * | Fix: run filterlayerjob when enabled changes on EntitiesPaul Lemire2017-11-161-4/+10
| * | Fix rendering following LayersDirtyPaul Lemire2017-11-165-104/+182
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Svenn-Arne Dragly2017-11-159-10/+123
| |\|
| | * Add layer entity filter cachingSvenn-Arne Dragly2017-11-148-12/+143
| | * Rework resource handlingLars Knoll2017-11-071-1/+1
| * | Reserve vector size ahead of time in the AttachmentPack classChristian Strømme2017-11-141-0/+2
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-134-2/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-313-2/+18
| |\|
| | * Fix SortPolicy sorting key generationLaszlo Agocs2017-10-202-1/+16
| | * Render next frame if texture data is not availableHarald Vistnes2017-10-091-1/+2
| * | Fix memory leakv5.10.0-beta3Jesus Fernandez2017-10-241-0/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-053-2/+8
|\| |
| * | Add an aspectRatio standard uniformKevin Ottens2017-09-222-0/+4
| * | Explicitly pass binding point on buffer creationKevin Ottens2017-09-221-2/+4
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-2511-17/+17
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2512-57/+57
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-224-82/+22
|\| |
| * | Merge branch '5.9' into 5.10Sean Harmer2017-09-124-82/+22
| |\|
| | * Get rid of the AllocationPolicy template argument in the ResourceManagerLars Knoll2017-09-111-28/+0
| | * Get rid of the HandleManager classLars Knoll2017-09-111-3/+2
| | * Fix logic errorLars Knoll2017-09-091-1/+1
| | * Fix StringToInt implementationLars Knoll2017-09-062-47/+19
* | | Add support for FrontToBack sortingLaszlo Agocs2017-09-041-0/+24
* | | Remove dead sorting codeLaszlo Agocs2017-09-044-24/+0
|/ /