summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: added \inmodule and \ingroup statements where it was missingNico Vertriest2016-10-196-5/+10
* Add unit tests for sendrendercapturejobAntti Määttä2016-10-193-4/+9
* Doc: various link errors qt3dNico Vertriest2016-10-133-5/+3
* UpdateMeshTriangleListJob: make run publicPaul Lemire2016-10-131-2/+0
* PickBoundingVolumeJob: small refactoringPaul Lemire2016-10-137-514/+724
* Doc: added definition planeIndexNico Vertriest2016-10-131-1/+1
* Renderer: use the UpdateMeshTriangleList jobPaul Lemire2016-10-133-1/+8
* Cleanup UpdateShaderDataTransformJobPaul Lemire2016-10-132-39/+0
* Add MeshTriangleListUpdateJobPaul Lemire2016-10-134-3/+214
* Rename FramePreparationJob to UpdateShaderDataTransformJobPaul Lemire2016-10-126-70/+65
* Doc: corrected errors with return statementNico Vertriest2016-10-121-3/+3
* Search the first valid surfaceMika Salmela2016-10-121-2/+10
* GraphicsContext: simplify active texture handlingWieland Hagen2016-10-112-37/+28
* Managers: use the non locking policyPaul Lemire2016-10-111-25/+35
* Merge "Merge branch '5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-1023-241/+1578
|\
| * Merge branch '5.7' into 5.8Sean Harmer2016-10-1023-241/+1578
| |\
| | * Add unit test for QTorusGeometrySean Harmer2016-10-101-41/+58
| | * Fix off by one error in torus texture coordinate generationSean Harmer2016-10-101-1/+1
| | * Add tangent attribute to torus geometrySean Harmer2016-10-102-4/+25
| | * Put uv seam on inner ring of torusSean Harmer2016-10-101-5/+5
| | * Export AxisSetting for unit testsPaul Lemire2016-10-101-1/+1
| | * QAbstractPhysicalDeviceBackendNode: remove assert that conflicts with testsPaul Lemire2016-10-101-1/+0
| | * QAbstractPhysicalDeviceBackendNode: fix bad erasePaul Lemire2016-10-101-1/+3
| | * Merge 5.7 into 5.7.1Oswald Buddenhagen2016-10-0613-138/+1438
| | |\
| | | * ShaderData: fix unnecessary cast between enumsMarc Mutz2016-10-051-1/+1
| | | * Have sane default for QButtonAxisInput::scaleKevin Ottens2016-09-282-1/+5
| | | * Lights should respect the enabled flagKevin Ottens2016-09-281-0/+3
| | | * FrameGraphNode: properly handle dynamic tree changesPaul Lemire2016-09-272-0/+35
| | | * Update QML type information for Qt CreatorKevin Ottens2016-09-266-135/+1393
| | | * Add namespace to picking settings property typeKevin Ottens2016-09-261-1/+1
| | * | QEntity::createNodeCreationChange fixPaul Lemire2016-10-054-47/+49
| | * | Fix initialization of loop variables in lighting shadersTim Blechmann2016-10-042-8/+4
| | |/
* | | SyncRenderViewCommandBuildingJob improvementsPaul Lemire2016-10-101-10/+22
* | | Uniform: use a QVarLengthArrayPaul Lemire2016-10-103-58/+61
|/ /
* | Skybox examples: do not mirror imagesPaul Lemire2016-10-101-6/+6
* | QTextureLoader/QTextureImage: add a mirrored propertyPaul Lemire2016-10-106-17/+158
* | Renderer: only load shaders which match the renderer's APIPaul Lemire2016-10-091-6/+16
* | Move RenderCommand preprocessing into jobsPaul Lemire2016-10-092-46/+48
* | Renderer: use jobs to find dirty GL resourcesPaul Lemire2016-10-093-38/+90
* | Texture: style cleanupPaul Lemire2016-10-071-1/+1
* | FrameGraphVisitor: add types to lambda jobs for toolingPaul Lemire2016-10-072-5/+10
* | GenericLambdaJob: allow to specify job types for toolingPaul Lemire2016-10-071-2/+2
* | Rename GraphicHelperGL3 to GraphicsHelperGL3_2Paul Lemire2016-10-074-85/+105
* | GraphicsContext: fix missing break statement in applyUniform()Marc Mutz2016-10-051-0/+1
* | UniformValue: fix size in call to memcpy for QMatrix4x4 inputsMarc Mutz2016-10-051-1/+1
* | Unit tests for GraphicsHelperGL4Paul Lemire2016-10-031-1/+1
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-2034-877/+1546
|\|
| * QTechnique fix: was sending wrong change typePaul Lemire2016-09-191-1/+1
| * Update QClearbuffers docsAntti Määttä2016-09-091-25/+31
| * Fix QCameraLens moduleAntti Määttä2016-09-091-2/+2