summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Handle nullptr returned from the shader managerMartin Andersson2022-12-161-0/+3
* RHI renderer: fix crash in Renderer::sendShaderChangesToFrontend()Aurélien Brooke2022-12-151-0/+6
* RHIResourceManagers: fix the leak of RHIShaderAurélien Brooke2022-12-151-1/+1
* RHI: Fix memory leak in RenderCommandTasuku Suzuki2022-11-292-0/+7
* CMake: Fix build without qtshadertoolsJoerg Bornemann2022-11-251-2/+0
* OpenGL SubmissionContext: reset defaultFBO every time we begin drawingPaul Lemire2022-11-211-0/+4
* Unpin previously used image units during render command parameter setupOle Wegen2022-11-171-0/+4
* ShaderParameterPack: check we only store a single UBO/SSBO per BlockBindingPaul Lemire2022-11-021-2/+18
* OpenGL graphics helpers fixesPaul Lemire2022-11-026-9/+18
* Fix unused parameter warnings on WindowsJohannes Kauffmann2022-10-282-0/+8
* RHI: Set default render target for RenderCaptureYAMAMOTO Atsushi2022-10-261-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-2012-71/+71
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-203-3/+3
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-2010-30/+15
* GLTFGeometryLoader: prevent early return on option bufferview target propertyPaul Lemire2022-10-171-9/+0
* Adjust CMake condition and condition in code when including vulkan headersAlexey Edelev2022-09-231-3/+5
* Prepare for moving qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-08-301-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2419-19/+19
* AssimpIOSystem: use std::unique_ptr instead of QScopedPointerIvan Solovev2022-08-111-2/+4
* RHI backend: set texture handle on the frontend nodePaul Lemire2022-08-111-19/+42
* Follow QRhi type cleanupLaszlo Agocs2022-07-151-1/+1
* Follow QRhi instance step rate type changeLaszlo Agocs2022-07-131-1/+1
* RenderViewBuilder: use QAspectManager::idealThreadCountPaul Lemire2022-07-122-6/+4
* Add license headers to cmake filesLucie Gérard2022-07-0819-0/+57
* Fix 3D Render Capture crashed issueYAMAMOTO Atsushi2022-06-294-0/+8
* fix RHI Renderer build for qmakeYAMAMOTO Atsushi2022-06-281-0/+2
* RHI: fix Rhi::Renderer that creating bad QImage instanceYAMAMOTO Atsushi2022-06-241-2/+3
* Remove unused local variableYAMAMOTO Atsushi2022-06-241-1/+0
* QtGLTFGeometryLoaderPlugin: includemocsMike Krus2022-06-221-0/+2
* QtDefaultGeometryLoaderPlugin: includemocsMike Krus2022-06-221-0/+2
* QtGLTFSceneImportPlugin: includemocsMike Krus2022-06-221-0/+1
* QtAssimpSceneImportPlugin: includemocsMike Krus2022-06-221-0/+2
* Use SPDX license identifiersLucie Gérard2022-06-22126-4810/+273
* Fix Light Uniform handlingPaul Lemire2022-06-164-22/+44
* Fix some compile warningsMike Krus2022-06-0310-29/+35
* Fix missing includesVille Voutilainen2022-05-174-0/+4
* Move RHI command executer to separate namespaceMike Krus2022-05-174-7/+11
* Remove uses of deprecated {QByteArray, QString}::count()Sona Kurazyan2022-04-273-4/+4
* RHIShader: fix iterator mismatchGiuseppe D'Angelo2022-03-281-1/+1
* Enable RHI backend by defaultMike Krus2022-03-231-2/+2
* Fix crash in Renderer::cleanupShaderHarald Vistnes2022-02-101-0/+3
* OpenGL renderer: restore surface on context when shutting downPaul Lemire2021-11-301-27/+39
* RHI: Fix content not updated when using OnDemand and switching texturesPaul Lemire2021-11-241-0/+5
* OpenGL: Fix content not updated when using OnDemand and switching texturesPaul Lemire2021-11-241-0/+5
* Fix MSVC warning in opengl renderview.cppKai Köhne2021-11-221-1/+1
* Fix licensing headersMike Krus2021-11-171-4/+15
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-109-9/+9
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-1012-48/+60
* CMake: Don't give plugins PUBLIC usage requirementsLi Xinwei2021-07-229-9/+9
* Disable RHI Renderer by defaultMike Krus2021-07-192-1/+3