summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/rhi/graphicshelpers/submissioncontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Compile RHI shaders on iOSMike Krus2021-07-191-1/+1
* Fix detection of VulkanMike Krus2021-04-201-2/+2
* Fix a number of MSVC int conversion warningsFriedemann Kleint2021-01-291-2/+2
* Clean up use to QVector vs QListMike Krus2021-01-111-7/+7
* Categorise warningsMike Krus2021-01-081-4/+4
* rhi: Add support for QRenderCapturePaul Lemire2020-08-271-1/+2
* Fix compile warningsPaul Lemire2020-08-181-189/+0
* rhi: createShaderProgram only generate shaders for the backend in usePaul Lemire2020-08-141-8/+8
* rhi: add gl and gles2 aliases for the RHI opengl backendPaul Lemire2020-08-101-1/+3
* rhi: submissioncontext add debug logs specifying the RHI backend in usePaul Lemire2020-08-071-0/+5
* Use QSG_RHI_BACKEND instead of QT3D_RHI_DEFAULT_APIPaul Lemire2020-08-071-1/+1
* Fix build and warningsMike Krus2020-08-071-2/+2
* rhi: Start adding compute supportJean-Michaël Celerier2020-08-051-10/+22
* Refactor Scene3D to work with both RHI and GL Qt3D renderersPaul Lemire2020-07-291-34/+75
* rhi: fix SubmissionContext::loadShader for Unicode filesNicolas Guichard2020-07-161-7/+12
* Use a single UBO per binding for all commands using the same pipelinePaul Lemire2020-07-161-10/+10
* RHI: Handle cases where buffer has no dataPaul Lemire2020-07-091-0/+4
* rhi: cleanup code which was only relevant for opengl rendererJean-Michaël Celerier2020-07-071-82/+5
* RHI: Fix a couple warningsPaul Lemire2020-07-071-1/+3
* rhi: replace QVector by std::vector wherever possibleJean-Michaël Celerier2020-07-071-9/+11
* rhi: implement a missing render stateJean-Michaël Celerier2020-06-261-0/+9
* rhi: setup the initial state that Qt3D expects on the pipelinesJean-Michaël Celerier2020-06-251-1/+33
* rhi: initial render target supportJean-Michaël Celerier2020-06-251-139/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-22/+22
* rhi: backport opengl renderer changesJean-Michaël Celerier2020-06-221-18/+18
* rhi: fix swapchain resizing condition being incorrectJean-Michaël Celerier2020-06-081-1/+1
* rhi: Update with Qt6 API changes for resource managementJean-Michaël Celerier2020-06-031-3/+3
* Silence a few warningsMike Krus2020-05-191-48/+66
* Adapt to proper version of QtShaderToolsMike Krus2020-05-121-1/+1
* Fix build for Qt6Mike Krus2020-05-061-2/+4
* rhi: apply clang-format to the whole plug-inJean-Michaël Celerier2020-04-221-538/+575
* rhi: fix another memory leakJean-Michaël Celerier2020-04-221-1/+0
* rhi: Better handling for GLSL version detectionJean-Michaël Celerier2020-04-221-13/+31
* rhi: Make Qt3DQuickWindow work with RHIJean-Michaël Celerier2020-04-221-1/+0
* rhi: Work needed for PBR material support in RHIJean-Michaël Celerier2020-04-221-80/+172
* rhi: Port most of Qt3DExtras materials to RHIJean-Michaël Celerier2020-04-221-1/+7
* Initial creation of RHI plug-in and refactoringJean-Michaël Celerier2020-03-161-0/+1720