summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/rhi/renderer/renderview_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of MSVC int conversion warningsFriedemann Kleint2021-01-291-1/+1
* Remove QFrameAllocator (again)Mike Krus2021-01-111-1/+0
* Use RHI's clipSpaceCorrMatrix for backend where Y is not upPaul Lemire2020-11-261-4/+4
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-021-50/+50
* Move sync jobs to a common place so that they can be used by rhi and openglPaul Lemire2020-08-261-0/+1
* Add yUpInNDC and yUpInFBO uniformsPaul Lemire2020-08-131-1/+3
* rhi: Rework the way we handle RenderTargetsPaul Lemire2020-08-131-3/+0
* Complete UBO/SSBO supportPaul Lemire2020-08-051-0/+3
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-1/+1
* Move RenderViewInitializer,Builder/Updater jobs to a common placePaul Lemire2020-07-081-0/+3
* Move and adapt RendererCache to share amongst renderer pluginsPaul Lemire2020-07-071-0/+5
* Share code between renderer pluginsPaul Lemire2020-07-071-1/+1
* rhi: replace QVector by std::vector wherever possibleJean-Michaël Celerier2020-07-071-11/+3
* Update RHI plug-in with std::vector changesJean-Michaël Celerier2020-07-031-8/+8
* rhi: update with qt3d changesJean-Michaël Celerier2020-06-231-1/+1
* rhi: backport opengl renderer changesJean-Michaël Celerier2020-06-221-191/+116
* rhi: apply clang-format to the whole plug-inJean-Michaël Celerier2020-04-221-67/+151
* rhi: Rework uniform processingJean-Michaël Celerier2020-04-221-39/+5
* rhi: Work needed for PBR material support in RHIJean-Michaël Celerier2020-04-221-6/+6
* Initial creation of RHI plug-in and refactoringJean-Michaël Celerier2020-03-161-0/+405