summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix unused parameter warnings on WindowsJohannes Kauffmann2022-10-282-0/+8
* RHI: Set default render target for RenderCaptureYAMAMOTO Atsushi2022-10-271-1/+1
* 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
* RHI: fix Rhi::Renderer that creating bad QImage instanceYAMAMOTO Atsushi2022-07-141-2/+3
* RenderViewBuilder: use QAspectManager::idealThreadCountPaul Lemire2022-07-122-6/+4
* QtAssimpSceneImportPlugin: includemocsMike Krus2022-06-291-0/+2
* QtGLTFSceneImportPlugin: includemocsMike Krus2022-06-291-0/+1
* QtDefaultGeometryLoaderPlugin: includemocsMike Krus2022-06-291-0/+2
* QtGLTFGeometryLoaderPlugin: includemocsMike Krus2022-06-291-0/+2
* Fix 3D Render Capture crashed issueYAMAMOTO Atsushi2022-06-294-0/+8
* fix RHI Renderer build for qmakeYAMAMOTO Atsushi2022-06-281-0/+2
* Remove unused local variableYAMAMOTO Atsushi2022-06-241-1/+0
* 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
* Compile RHI shaders on iOSMike Krus2021-07-191-1/+1
* Partially Revert "Remove custom gltf tool"Mike Krus2021-06-208-0/+938
* Fix call to drawBuffers in SubmissionContextMauro Persano2021-05-031-1/+1
* Fix minor warningsMike Krus2021-03-231-1/+1
* Fix detection of VulkanMike Krus2021-03-222-19/+2
* Replace all implicit container move and clear by an explicit functionPaul Lemire2021-02-247-23/+23
* CMake: Re-regenerate configure-related filesJoerg Bornemann2021-02-124-51/+27
* Minor fixes to compile against 5.15Paul Lemire2021-02-013-1/+22
* Fix a number of MSVC int conversion warningsFriedemann Kleint2021-01-2918-47/+47
* Fix light uniforms not properly being updatedPaul Lemire2021-01-272-1/+8
* Clean up use to QVector vs QListMike Krus2021-01-111-7/+7
* Remove QFrameAllocator (again)Mike Krus2021-01-117-18/+11
* Clean up error loggingMike Krus2021-01-111-43/+49
* Handle changes in QMetaType APIMike Krus2021-01-083-1/+25
* Categorise warningsMike Krus2021-01-081-4/+4
* Enable compiling non-QML API against Qt 5.15Mike Krus2021-01-052-2/+4
* Restore use of QVector in private APIMike Krus2021-01-053-5/+5
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-224-10/+10
* Print warning about using primitive restart on ES2Mike Krus2020-12-171-0/+5