summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* visitorutils_p.h: add proper header guardv5.11.0-beta2Paul Lemire2018-03-091-3/+3
* Enable alpha blending on QTextureMaterialMike Krus2018-03-084-0/+63
* Don't assume position attribute uses default name in visitPrimitivesAndy Nichols2018-03-081-1/+3
* Documentation for ray castingMike Krus2018-03-077-32/+389
* Add more job tests for raycastingMike Krus2018-03-074-40/+21
* Either fully qualify property types, or not at allVolker Krause2018-03-063-4/+4
* ObjGeometryLoader::doLoad(): Fix fall through warningsFriedemann Kleint2018-03-021-0/+2
* Prevent readded shaders to be purged from cacheAnders Hafreager2018-02-281-0/+2
* Doc: Fix documentation warnings for Qt 3D RenderTopi Reinio2018-02-2818-68/+57
* QResourcesManager: remove simd code from headerPaul Lemire2018-02-283-18/+57
* Fix SIMD related warningsPaul Lemire2018-02-281-2/+4
* simd: declare AVX2 friends only if __AVX2__ definedPaul Lemire2018-02-283-13/+20
* RenderThread: fix races with texture and bufferPaul Lemire2018-02-282-0/+8
* Fix race between RenderThread and ShaderGathererJobPaul Lemire2018-02-282-1/+2
* Fix RenderView uniform minificationPaul Lemire2018-02-282-2/+3
* Load textures in a single framePaul Lemire2018-02-288-104/+88
* Revert "Keep rendering in sync with aspect jobs by adding barriers"Paul Lemire2018-02-2820-656/+366
* Set mip levels correctly when having only texture imagesLaszlo Agocs2018-02-271-0/+9
* 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