summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add note about projectionMatrix effect on projectionType in QMLPaul Wicking2018-04-271-0/+4
* Fix OnDemand rendering by keeping ComputeDirty from being re-enabledSvenn-Arne Dragly2018-02-142-5/+13
* Fix crash if sharecontext is requested before initailizationMäättä Antti2018-02-062-34/+42
* Fix array of textures in shader parameterMauro Persano2018-02-027-36/+63
* Don't compute bounding volumes for patch-based geometryMauro Persano2018-02-011-1/+1
* Compile failing shaders once only and avoid asserting on failureLaszlo Agocs2018-02-013-10/+20
* Make PickBoundingVolumeJob depend on ExpandBoundingVolumeJobSvenn-Arne Dragly2018-01-301-0/+1
* Handle 0 stride vertex dataMike Krus2018-01-292-15/+15
* Revise buffer traversal in bounding volume calculationLaszlo Agocs2018-01-292-65/+142
* Handle multiple surfaces properly for pickingMike Krus2018-01-2610-53/+89
* Doc: Add examples and enumeration to QCullFace documentationSvenn-Arne Dragly2018-01-251-4/+69
* Fix issues due to changes in camera view matrixMike Krus2018-01-245-13/+18
* Replace Q_DECL_OVERRIDE with override keywordJesus Fernandez2018-01-231-1/+1
* LoadGeometryJob: fix uninitialized valuePaul Lemire2018-01-221-0/+1
* Deprecate viewMatrix() on QCamera because its name is misleadingSvenn-Arne Dragly2018-01-221-0/+2
* Calculate and store real transform of camera in addition to view matrixSvenn-Arne Dragly2018-01-223-24/+60
* Scene3D: allow to force blocking renderingPaul Lemire2018-01-165-7/+20
* Don't insert nullptr shader programs into the shader cacheVolker Krause2018-01-121-1/+2
* Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-1313-80/+48
* Silence -Wunused-paremeter warnings in renderview.cppChristian Stromme2017-11-271-0/+2
* Fix includes of Qt classesFriedemann Kleint2017-11-2332-44/+44
* Fix for uniform arrays on some driversPaul Lemire2017-11-175-0/+15
* Material dirty only on param name/enabled changeSvenn-Arne Dragly2017-11-151-1/+4
* Add layer entity filter cachingSvenn-Arne Dragly2017-11-149-13/+145
* Rework resource handlingLars Knoll2017-11-071-1/+1
* Fix SortPolicy sorting key generationLaszlo Agocs2017-10-203-4/+29
* Doc: add doc to undocumented methods/propertiesNico Vertriest2017-10-205-4/+346
* Doc: add doc to undocumented classesNico Vertriest2017-10-205-1/+21
* Render next frame if texture data is not availableHarald Vistnes2017-10-093-3/+11
* Fix race in rendererPaul Lemire2017-10-061-10/+0
* Ensure meshName gets used in the functorSean Harmer2017-09-271-2/+4
* Copy size and pixelRatio when switching activeFrameGraphAnders Hafreager2017-09-241-1/+4
* Clear TextureData flag after texture uploadWieland Hagen2017-09-151-0/+1
* Fix bounding sphere pickingMike Krus2017-09-121-8/+12
* Get rid of the AllocationPolicy template argument in the ResourceManagerLars Knoll2017-09-116-33/+0
* Get rid of the HandleManager classLars Knoll2017-09-111-3/+2
* Fix logic errorLars Knoll2017-09-091-1/+1
* Make GLTexture dirty flags atomic instead of using a mutexWieland Hagen2017-09-082-21/+33
* Properly handle byte strideWieland Hagen2017-09-081-1/+1
* Return the Uniform as a const reference to avoid expensive copiesLars Knoll2017-09-062-12/+2
* Fix StringToInt implementationLars Knoll2017-09-062-47/+19
* Improve performance of FilterKey comparisonSvenn-Arne Dragly2017-09-062-14/+10
* GraphicsHelperGL2: Remember to set raw byte sizeKevin Ottens2017-09-061-0/+25
* Don't create GL textures when format is not setMauro Persano2017-08-312-1/+12
* Doc: add missing doc QGeometryNico Vertriest2017-08-301-0/+18
* Fix hover event handlingMike Krus2017-08-301-2/+9
* Doc: add doc to undocumented methods qt3dNico Vertriest2017-08-294-12/+34
* Don't dereference null vaoSergio Martins2017-08-251-2/+4
* Remove ill-timed viewVec-upVec check in QCameraLaszlo Agocs2017-08-241-2/+0
* Fix qml signal documentation for QObjectPickerPaul Lemire2017-08-181-35/+62