summaryrefslogtreecommitdiffstats
path: root/src/render/frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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