summaryrefslogtreecommitdiffstats
path: root/src/render/backend/quniformvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed files quniformvalue* to shaderparameterpackPaul Lemire2016-09-161-100/+0
* Renderer: get rid of QVariant for backend uniformsPaul Lemire2016-09-141-31/+1
* Renderer: make submission not rely on the Shader backend nodePaul Lemire2016-07-051-0/+5
* ShaderParameterPack: use rvalue QVector::push_backMarc Mutz2016-05-081-1/+1
* ShaderParameterPack: fix parameter passing (II)Marc Mutz2016-05-081-2/+2
* ShaderParameterPack: fix parameter passing (I)Marc Mutz2016-05-081-1/+1
* const QNodeId & -> QNodeIdPaul Lemire2016-02-221-1/+1
* Use a non polymorphic version of QUniformValueSean Harmer2016-02-211-40/+26
* RenderViews: use int comparison rather than string for uniforms filteringPaul Lemire2016-02-211-7/+6
* Conditionally compile the glGetError callsSean Harmer2016-02-091-0/+2
* Unify license header usageAntti Kokko2016-01-261-11/+14
* RenderView/GraphicsContext: support SSBO/UBO with buffer used as ParametersPaul Lemire2016-01-131-0/+5
* Rename QUniformPack to ShaderParameterPackPaul Lemire2016-01-131-4/+4
* Make QFrameAllocator privateKevin Ottens2015-12-081-1/+1
* Rename Renderer -> Render throughoutSean Harmer2015-10-191-3/+3
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-2/+2
* Remove Q prefix from graphics helpersSean Harmer2015-10-131-3/+3
* Rename RenderTexture -> TextureSean Harmer2015-10-131-1/+1
* Rename RenderShaderData -> ShaderDataSean Harmer2015-10-131-1/+1
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-4/+4
* Copyright header change.Mika Salmela2015-02-091-19/+14
* RenderView: minimize uniform changes after sortingPaul Lemire2015-01-261-1/+1
* QUniformPack: contains an array of uniform blocks/bufferPaul Lemire2014-12-121-0/+6
* Style cleanup: Pass QString as const&.Milian Wolff2014-12-091-2/+2
* Rename QNodeUuid to QNodeIdSean Harmer2014-11-191-1/+1
* renderlogging.h -> renderlogging_p.hSean Harmer2014-11-191-1/+1
* QNodeUuid: typedef for QUuidPaul Lemire2014-11-021-1/+1
* QUniformValue: removed commentPaul Lemire2014-10-291-2/+0
* Use QOpenGLFunctions where missingAndrew Knight2014-10-011-1/+1
* Shader uniform refactoringPaul Lemire2014-09-301-144/+23
* Mark backend render classes as private and fix compilationSean Harmer2014-08-171-3/+3
* QUniformValue: Fix, didn't handle floatPaul Lemire2014-08-141-1/+6
* Use QT_PREPEND_NAMESPACE on QTransformPaul Lemire2014-07-171-2/+2
* Rendering using QFrameAllocatorPaul Lemire2014-07-031-16/+75
* Added TextureUniform subclass of QUniformValuePaul Lemire2014-06-281-4/+4
* QUniformValue templated subclassPaul Lemire2014-06-271-162/+43
* Updated simple-qml example with Parameter animationsPaul Lemire2014-06-271-3/+5
* QUniformValue overloaded constructor from VariantPaul Lemire2014-06-271-2/+12
* Move the bindinds of Uniform out of QUniformPackPaul Lemire2014-06-271-41/+29
* Fix builds with namespaced QtSean Harmer2014-04-021-4/+5
* Relocate the render aspect outside of coreSean Harmer2014-03-291-0/+306
* Import initial examples and export symbols from libSean Harmer2014-02-251-306/+0
* Initial import of Qt3DCore and Renderer aspectSean Harmer2014-02-101-0/+306