summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add debug support for SphereMike Krus2018-02-232-0/+17
* Update QRay3D stream IOMike Krus2018-02-231-2/+7
* Add a warning to texture loading mirrored propertyAdam Treat2018-02-222-4/+24
* Fix color scaling in copyGLFramebufferDataToImageAnders Hafreager2018-02-221-3/+3
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-213-9/+21
|\
| * Fix OnDemand rendering by keeping ComputeDirty from being re-enabledSvenn-Arne Dragly2018-02-142-5/+13
| * Remove null pointer checkJesus Fernandez2018-02-121-2/+2
| * ObjGeometryLoader: Fix out of bound errorPaul Lemire2018-02-081-7/+7
* | QParameter: add bookkeeping of QNode valuesPaul Lemire2018-02-212-4/+26
* | Revert "CameraControllers: use the Camera's upVector"Sean Harmer2018-02-192-2/+2
* | Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-1616-53/+47
* | Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-15100-944/+1623
|\ \
| * | Move calculateBoundingVolumeJob dependency on updateTreeEnabledJob5.10Svenn-Arne Dragly2018-02-091-2/+6
| * | Proceed to the next frame even if we cannot lock the surfaceSvenn-Arne Dragly2018-02-091-0/+5
| * | QAbstractCameraController: Make struct InputState publicFriedemann Kleint2018-02-091-0/+1
| * | Doc: add doc to undocumented methods and properties qt3dNico Vertriest2018-02-064-3/+29
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-063-39/+50
| |\|
| | * Fix crash if sharecontext is requested before initailizationMäättä Antti2018-02-062-34/+42
| | * Fix crash in scene2d at shutdownMäättä Antti2018-02-061-5/+8
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-0534-201/+417
| |\|
| | * Fix array of textures in shader parameterMauro Persano2018-02-028-52/+94
| | * Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-023-2/+29
| | * Don't compute bounding volumes for patch-based geometryMauro Persano2018-02-011-1/+1
| | * Cleanup AssimpImporterPaul Lemire2018-02-012-10/+10
| | * 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
| | * Fix componentAdded/componentRemoved notifications dispatch to componentsMike Krus2018-01-265-4/+29
| | * Doc: Fix grammar glitch in module descriptionsKai Koehne2018-01-262-2/+2
| | * Handle multiple surfaces properly for pickingMike Krus2018-01-2610-53/+89
| * | SIMD: disable on all x86 platformsPaul Lemire2018-02-021-2/+2
| * | Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-0254-398/+646
| * | Keep rendering in sync with aspect jobs by adding barriersSvenn-Arne Dragly2018-02-0220-369/+651
* | | Handle primitive restart in buffer visitorLaszlo Agocs2018-02-152-25/+69
* | | Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...v5.11.0-alpha1Liang Qi2018-02-1415-201/+294
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-1415-201/+294
| |\ \ \
| | * | | Fix crash in scene2d at shutdownv5.10.1Määttä Antti2018-02-081-5/+8
| | * | | Fix crash if sharecontext is requested before initailizationMäättä Antti2018-02-082-34/+42
| | * | | Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-083-2/+29
| | |/ /
| | * | LoadSceneJob: refactored to minimize code duplicationPaul Lemire2018-02-014-41/+72
| | * | Make PickBoundingVolumeJob depend on ExpandBoundingVolumeJobSvenn-Arne Dragly2018-02-011-0/+1
| | * | Fix OnDemand render policySvenn-Arne Dragly2018-02-014-95/+99
| | * | Make ShaderGathererJob depend on FilterCompatibleTechniquesSvenn-Arne Dragly2018-02-011-0/+2
| | * | Organize dirty bits in categoriesSvenn-Arne Dragly2018-02-013-25/+41
| | * | Initialize the unused memberThiago Macieira2018-01-301-0/+3
| | * | Fix warning about unused variableThiago Macieira2018-01-301-0/+1
* | | | Add private api to retrieve a vector of typed componentsJuan Jose Casafranca2018-02-141-0/+13
|/ / /
* | | Fix regression crash on Windows when ES2 is usedDavid Cremoux2018-02-131-0/+1
* | | Avoid duplicate animation job dependenciesKaj Grönholm2018-02-101-2/+5