summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* RenderStates: rework to split node and rendering partPaul Lemire2018-03-1911-527/+591
* RenderThread: use AbstractRenderer* instead of Renderer*Paul Lemire2018-03-194-9/+8
* Move Renderer specific classes into new folderPaul Lemire2018-03-1976-176/+103
* configure: Auto-detect that AVX2 is enabledOswald Buddenhagen2018-03-181-1/+1
* Render: Add configure option for the OpenGL rendererPaul Lemire2018-03-162-0/+32
* Perform Shader loading within framePaul Lemire2018-03-1610-60/+303
* Split GraphicsContext in twoPaul Lemire2018-03-1615-1375/+1620
* Renderer: instantiate, initialize and shutdown CommandThreadPaul Lemire2018-03-163-0/+25
* Notify node dirty on texture downloadMike Krus2018-03-161-2/+2
* Notify texture status changedMike Krus2018-03-161-0/+4
* Document state of the Qt 3D modulesKai Koehne2018-03-129-12/+44
* Fix compile warningMike Krus2018-03-101-4/+4
* 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
| |\|