summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* Q*FActory: remove unused path argumentsThiago Macieira2021-11-238-146/+18
* QGeometryFactory: don't make op== virtualMarc Mutz2021-11-172-2/+2
* Fix licensing headersMike Krus2021-11-172-8/+30
* ComputeCommand: call markDirty(ComputeDirty) when enabled changesPaul Lemire2021-11-031-0/+3
* ObjectPicker: markDirty(AllDirty) when we change the enabled propertyPaul Lemire2021-11-031-2/+7
* QRayCasterHitData: Fix warning about uninitialized baseThiago Macieira2021-08-311-1/+1
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-1050-514/+664
* Picking: reuse LayerFilterJob to perform layer filteringPaul Lemire2021-08-097-98/+89
* QRenderAspect: look for opengl renderer by defaultPaul Lemire2021-08-051-1/+1
* CameraLens: use ParametersDirty rather than AllDirtyPaul Lemire2021-08-021-2/+2
* Fix for QShaderNode fix that selected highest version number of a rulePaul Lemire2021-07-291-1/+2
* Disable RHI Renderer by defaultMike Krus2021-07-191-3/+4
* Rerun bounding volume update jobs when entity enabled property changesPaul Lemire2021-07-091-3/+6
* Change bounding update propagationMike Krus2021-06-214-28/+46
* Fix multi-view pickingMike Krus2021-06-144-2/+23
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-06-041-1/+1
* QShaderNode: use rule with highest version numberMauro Persano2021-05-041-5/+8
* Remove useless metatype declarationUlf Hermann2021-04-021-2/+0
* Fix error when calling configure/qt-configure-moduleJoerg Bornemann2021-03-311-1/+3
* Fix minor warningsMike Krus2021-03-231-3/+3
* Fix detection of VulkanMike Krus2021-03-223-4/+11
* Restore ObjectLevelLockingPolicy on ShaderManagerPaul Lemire2021-03-221-1/+1
* Update phong and metalrough shader graphsPaul Lemire2021-03-041-39/+336
* ObjectPicker: ensure pristine pickers are handledNicolas Guichard2021-02-261-0/+5
* ShaderFunctor: only add to destruction list if backend node exitsPaul Lemire2021-02-251-1/+2
* Replace all implicit container move and clear by an explicit functionPaul Lemire2021-02-2412-20/+24
* Fix doc conflict about FilterKey of RenderPass and RenderPassFilterYuya Nishihara2021-02-241-2/+2
* QShaderProgram/Documentation: Fix malformed table in the Qt for Python docsFriedemann Kleint2021-02-151-69/+69
* CMake: Re-regenerate configure-related filesJoerg Bornemann2021-02-122-0/+33
* Minor fixes to compile against 5.15Paul Lemire2021-02-012-3/+6
* Fix a number of MSVC int conversion warningsFriedemann Kleint2021-01-293-7/+7
* Only declare staticVulkanInstance if QT_CONFIG(vulkan)Paul Lemire2021-01-271-0/+5
* Fix parameter priorization documentationAntti Määttä2021-01-185-21/+30
* Remove QFrameAllocator (again)Mike Krus2021-01-111-2/+0
* Handle changes in QMetaType APIMike Krus2021-01-084-0/+32
* Drop use of QVector in GLTFSkeletonLoaderMike Krus2021-01-052-24/+24
* Enable compiling non-QML API against Qt 5.15Mike Krus2021-01-053-3/+11
* Restore use of QVector in private APIMike Krus2021-01-057-21/+21
* qpicktriangleevent_p.h Add missing private API warningPaul Lemire2021-01-041-0/+11
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-2210-13/+13
* Load rhi backend by defaultPaul Lemire2020-12-181-1/+1
* Doc: Fix qdoc syntax errorNico Vertriest2020-12-161-2/+2
* Fix sampler2DArrayShadow uniform in QShaderGeneratorJim Albamont2020-12-111-1/+1
* Fix disabling shader cache via environment variableJim Albamont2020-12-101-1/+1
* QShaderProgram: fix documentationPaul Lemire2020-12-101-2/+2
* Add documentation for RHI portingPaul Lemire2020-12-071-0/+188
* QShaderProgramBuilder: add documentation related to cachingPaul Lemire2020-12-071-0/+32
* Force command filtering based on frustum culling resultPaul Lemire2020-12-011-2/+5
* Fix deadlock when running with QT3D_MAX_THREAD_COUNT=1Paul Lemire2020-12-011-1/+2
* Convert containers to use std::vectorMike Krus2020-12-012-13/+12