summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/rhi/renderer/renderview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-031-0/+4
|\
| * Fix unused parameter warnings on WindowsJohannes Kauffmann2022-10-281-0/+4
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-241-21/+21
|/
* Update commercial license headersTarja Sundqvist2022-06-131-21/+21
* Fix a number of MSVC int conversion warningsFriedemann Kleint2021-01-291-3/+3
* Use RHI's clipSpaceCorrMatrix for backend where Y is not upPaul Lemire2020-11-261-9/+7
* Introduce QGeometryRenderer::sortIndexMike Krus2020-11-201-0/+4
* RenderCommands: try to resolve API shader at command build timePaul Lemire2020-09-181-5/+23
* rhi: RenderCommand resolve m_rhiShader at submission timePaul Lemire2020-09-131-5/+2
* Q_DECL_UNUSED has to be before type specifiersAllan Sandfeld Jensen2020-09-081-1/+1
* Add yUpInNDC and yUpInFBO uniformsPaul Lemire2020-08-131-0/+5
* rhi: Rework the way we handle RenderTargetsPaul Lemire2020-08-131-10/+4
* rhi: sort attributeInfo by namesPaul Lemire2020-08-101-0/+8
* rhi: fix transform matrix for y up conversionPaul Lemire2020-08-101-15/+10
* Fix light handlingPaul Lemire2020-08-061-0/+31
* Complete UBO/SSBO supportPaul Lemire2020-08-051-5/+22
* rhi: Start adding compute supportJean-Michaël Celerier2020-08-051-4/+2
* EnvLight uniforms add name aliasesPaul Lemire2020-07-291-2/+8
* Add AttributeInfo to allow comparing RenderCommand geometry layoutsPaul Lemire2020-07-161-0/+15
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-1/+1
* RHI: Handle cases where buffer has no dataPaul Lemire2020-07-091-1/+0
* Move RenderViewInitializer,Builder/Updater jobs to a common placePaul Lemire2020-07-081-0/+247
* Share code between renderer pluginsPaul Lemire2020-07-071-1/+2
* rhi: replace QVector by std::vector wherever possibleJean-Michaël Celerier2020-07-071-4/+4
* Update RHI plug-in with std::vector changesJean-Michaël Celerier2020-07-031-10/+10
* rhi: add modelview normal matrix to command UBOJean-Michaël Celerier2020-06-261-14/+20
* rhi: fix texture projectionJean-Michaël Celerier2020-06-251-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-6/+6
* rhi: backport opengl renderer changesJean-Michaël Celerier2020-06-221-256/+260
* rhi: fix matrix indexing for projection matricesJean-Michaël Celerier2020-06-051-1/+1
* Add API compatible with QMatrix4x4Mike Krus2020-06-011-5/+8
* Silence a few warningsMike Krus2020-05-191-0/+2
* Fix build for Qt6Mike Krus2020-05-061-0/+2
* rhi: apply clang-format to the whole plug-inJean-Michaël Celerier2020-04-221-178/+235
* rhi: Rework uniform processingJean-Michaël Celerier2020-04-221-92/+50
* rhi: Work needed for PBR material support in RHIJean-Michaël Celerier2020-04-221-8/+34
* rhi: Port most of Qt3DExtras materials to RHIJean-Michaël Celerier2020-04-221-2/+19
* rhi: Handle RHI-required information in QShaderGraphJean-Michaël Celerier2020-04-211-1/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Antti Määttä2020-04-211-0/+5
* rhi: Remove unused light handlingJean-Michaël Celerier2020-04-211-22/+0
* rhi: Fix projection matrix y directionJean-Michaël Celerier2020-04-211-4/+24
* Initial creation of RHI plug-in and refactoringJean-Michaël Celerier2020-03-161-0/+1193