summaryrefslogtreecommitdiffstats
path: root/src/render/frontend
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on windowsSean Harmer2015-06-151-0/+3
* Use Qt3D.Renderer rather than RenderSean Harmer2015-06-1112-33/+33
* Remove unnecessary metatype declarationsSean Harmer2015-06-0812-24/+0
* Doc: Add Qt3D QML and C++ skeleton comments for qdocMartin Smith2015-05-2812-65/+649
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-2091-207/+208
* Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-202-9/+5
* QAbstractTextureProvider add unique propertyPaul Lemire2015-05-153-3/+52
* Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-05-1318-29/+28
* QFrameGraph: small fixPaul Lemire2015-05-121-5/+2
* QViewport: set rect to 0,0,1,1 by defaultPaul Lemire2015-05-101-2/+3
* FrameGraph: allow the FrameGraph tree to contain any kind of NodesPaul Lemire2015-05-102-35/+12
* Fix: Allow StateSet to not contain any Qt3D::QRenderStatePaul Lemire2015-05-102-1/+22
* QRenderTargetSelector: takes list of active drawBuffersPaul Lemire2015-05-104-1/+44
* Added QBlendStateSeparate render statePaul Lemire2015-05-093-2/+21
* QTechniqueFilter: add/remove QParameterPaul Lemire2015-05-093-0/+48
* QRenderPassFilter: add/remove QParameterPaul Lemire2015-05-093-1/+49
* QRenderPass: add/remove ParametersPaul Lemire2015-05-093-0/+47
* QNoDraw: added missing export and Q_OBJECT macrosPaul Lemire2015-04-271-1/+2
* QNoDraw FrameGraph node addedPaul Lemire2015-04-253-2/+133
* QFrameGraphNode copy takes care of copying FrameGraphNode childrenPaul Lemire2015-04-2510-20/+5
* QStateSet FrameGraph Node addedPaul Lemire2015-04-254-2/+282
* QTechnique use private slot to send OpenGLFilter ChangesPaul Lemire2015-04-253-11/+13
* QRenderPass use QNodePtr to send clonesPaul Lemire2015-04-251-1/+1
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-1439-136/+316
* Correct use of std::numeric_limits::maxThiago Macieira2015-03-121-1/+1
* Add another missing limits includev5.5.0-alpha1Laszlo Agocs2015-03-111-0/+2
* Units test for RenderViewUtils and RenderViewPaul Lemire2015-03-091-0/+13
* ChangeArbiter/SceneChange: use id as change subjectPaul Lemire2015-02-2812-39/+39
* Fix: remove QByteArrayLiteral used when setting SceneChange property namesPaul Lemire2015-02-2812-39/+39
* Include limits header for numeric_limitsLaszlo Agocs2015-02-271-0/+2
* Merge remote-tracking branch 'origin/dev' into 5.5Oswald Buddenhagen2015-02-234-17/+18
|\
| * Use qmath functionsSean Harmer2015-02-183-15/+15
| * Fix default OpenGL filter settingsLaszlo Agocs2015-02-181-2/+3
* | Fix index buffer size for spheresLaszlo Agocs2015-02-201-1/+1
* | Don't override pure virtual with a pure virtualSergio Martins2015-02-181-2/+0
* | Fix inconsistent override warnings [-Winconsistent-missing-override]Sergio Martins2015-02-181-1/+1
|/
* Fix QOpenGLFilter version comparisonLaszlo Agocs2015-02-131-4/+4
* Make scene parsers operate on URLs instead of raw filenamesLaszlo Agocs2015-02-133-8/+9
* Make mesh source url resolving compatible with QuickLaszlo Agocs2015-02-133-6/+6
* Create forwarding QTexture headerSean Harmer2015-02-111-0/+6
* Stop qmake from complaining about missing namespace macrosLaszlo Agocs2015-02-101-0/+4
* Copyright header change.Mika Salmela2015-02-09155-2976/+2201
* Skybox/QWrapMode: update doc and remove r wrap mode on SkyboxPaul Lemire2015-02-081-0/+2
* QAbstractTextureProvided: Q_ENUMS on CubeMapFace enumsPaul Lemire2015-02-081-0/+1
* QAbstractTextureProvider: remove leftover methodsPaul Lemire2015-02-082-38/+0
* Texture API refactoringPaul Lemire2015-02-085-4/+58
* Make ctor of QAbstractTextureProvider protectedPaul Lemire2015-02-081-2/+1
* QTextureProviders addedPaul Lemire2015-02-086-31/+399
* QAbstractTextureImage: add update methodPaul Lemire2015-02-083-0/+18
* Add list of QAbstractTextureImages to QAbstractTextureProviderPaul Lemire2015-02-083-8/+58