summaryrefslogtreecommitdiffstats
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-079-48/+511
* 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
* Add unit test to check memory alignmentPaul Lemire2018-03-015-0/+267
* Add test to check if readding shader removes dna from m_pendingRemovalAnders Hafreager2018-02-281-0/+27
* 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-283-2/+15
* Fix race between RenderThread and ShaderGathererJobPaul Lemire2018-02-283-3/+6
* Fix RenderView uniform minificationPaul Lemire2018-02-283-7/+89
* Load textures in a single framePaul Lemire2018-02-2811-112/+372
* Revert "Keep rendering in sync with aspect jobs by adding barriers"Paul Lemire2018-02-2828-911/+437
* Set mip levels correctly when having only texture imagesLaszlo Agocs2018-02-271-0/+9
* Add unit test for QScreenRayCasterv5.11.0-beta1Mike Krus2018-02-243-0/+142
* Add unit test for layers on raycasterMike Krus2018-02-231-0/+84
* 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-219-10/+140
|\
| * 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-087-8/+124
* | QParameter: add bookkeeping of QNode valuesPaul Lemire2018-02-213-4/+48
* | 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 "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Sean Harmer2018-02-15135-1471/+3023
|\ \
| * \ Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-15135-1471/+3023
| |\ \
| | * | 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-0542-252/+1260
| | |\|
| | | * Bump versionOswald Buddenhagen2018-02-021-1/+1
| | | * 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-024-2/+112
| | | * Add test for picking object from multiple directionsMike Krus2018-02-023-0/+198
| | | * 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-014-10/+33