summaryrefslogtreecommitdiffstats
path: root/src/render/frontend
Commit message (Expand)AuthorAgeFilesLines
...
* Move QAbstractTextureImage, QTextureImage to dedicated filesPaul Lemire2015-02-087-224/+428
* Moved QAbstractTextureProvider/QWrapMode to proper filesPaul Lemire2015-02-088-868/+1161
* QAbstractTextureImage + QAbstractTextureDataFunctorPaul Lemire2015-02-082-43/+347
* QTexture renamed to QAbstractTextureProviderPaul Lemire2015-02-089-114/+237
* Add QRenderState::type() for quick RTTIKevin Ottens2015-02-0216-16/+43
* Remove unneeded public ctorKevin Ottens2015-02-022-6/+0
* Remove default uniform values for lightPosition and intensityLaszlo Agocs2015-02-021-1/+1
* QFrameGraphSelector framegraph node addedPaul Lemire2015-01-264-2/+268
* RenderCommand sortingPaul Lemire2015-01-241-1/+1
* QPolygonOffset: remove unused includePaul Lemire2015-01-241-1/+0
* QColorMask render statePaul Lemire2015-01-243-2/+288
* RenderShaderData: ModelToEye/ModelToWorld property transformPaul Lemire2015-01-241-0/+2
* FrameGraphNode: add enabled property + setter/getterPaul Lemire2015-01-242-0/+22
* RenderShaderData handling entirely reworkedPaul Lemire2015-01-182-0/+21
* Texture: introduce comparisons functions/modesGiuseppe D'Angelo2015-01-172-2/+76
* Introduce the "polygon offset" render stateGiuseppe D'Angelo2015-01-163-2/+199
* Fix handling of the maximum anisotropyGiuseppe D'Angelo2015-01-151-0/+1
* Default cpp materials + material-cpp examplePaul Lemire2014-12-311-1/+3
* QRenderPass: remove unused method declarationPaul Lemire2014-12-221-4/+0
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-199-28/+28
* Quick3DShaderData for QJSValue handlingPaul Lemire2014-12-123-3/+38
* QShaderData: property introspection fixPaul Lemire2014-12-121-1/+1
* QAbstractLight: subclass of QShaderDataPaul Lemire2014-12-126-33/+40
* QMaterial: check for null when setting the QEffectPaul Lemire2014-12-101-3/+3
* QParameter: removed isTexture flag and perform check on QNode* valuesPaul Lemire2014-12-103-14/+2
* QParameter: send clone of QTexture valuesPaul Lemire2014-12-101-1/+5
* QShaderData componentPaul Lemire2014-12-104-2/+234
* Make cloning available to third party QNodesKevin Ottens2014-11-2716-29/+29
* Rename QNodeUuid to QNodeIdSean Harmer2014-11-192-4/+4
* renderlogging.h -> renderlogging_p.hSean Harmer2014-11-198-8/+8
* QNodeUuid is now a wrapper around quint64Paul Lemire2014-11-143-11/+11
* QNodeUuid: typedef for QUuidPaul Lemire2014-11-024-6/+4
* QAbstractSceneLoader set as a non shareable componentPaul Lemire2014-11-021-0/+1
* QAbstractLigt refactoringPaul Lemire2014-10-309-46/+30
* QTechnique refactoredPaul Lemire2014-10-305-36/+23
* QTexture refactoringPaul Lemire2014-10-302-35/+188
* QMesh: source is now a QUrlPaul Lemire2014-10-273-13/+15
* QRenderTarget: send QUuid for the attachments instead of clonesPaul Lemire2014-10-251-2/+2
* QLayer: QString name property converted to QStringList namesPaul Lemire2014-10-223-13/+13
* QParameterMapper: renamed to QParameterMappingPaul Lemire2014-10-227-59/+58
* QMeshData: enum for primitivesPaul Lemire2014-10-225-5/+5
* QAbstractMeshData merged with QMeshData and moved to RendererPaul Lemire2014-10-2218-56/+326
* QAbstractMesh: setDirty -> updatePaul Lemire2014-10-206-29/+29
* QFrameGraphItem: renamed to QFrameGraphNodePaul Lemire2014-10-2031-124/+124
* QTechniqueFilter: renamed criteria property to requiresPaul Lemire2014-10-203-12/+12
* Restored QParameter dynamic updatesPaul Lemire2014-10-186-16/+16
* QShaderProgram: remove source file properties, replace by helper methodPaul Lemire2014-10-182-179/+18
* QRenderPassFilter: renamed criteria property to includesPaul Lemire2014-10-173-19/+19
* RenderRenderPass: renamed criterion to annotationPaul Lemire2014-10-171-2/+2
* QRenderPass: renamed criteria property to annotationsPaul Lemire2014-10-173-26/+18