summaryrefslogtreecommitdiffstats
path: root/src/render/backend
Commit message (Expand)AuthorAgeFilesLines
* Add support to move the camera so that the entire model is visibleMike Krus2017-05-235-4/+99
* Camera: add pointer back to aspectMike Krus2017-05-232-0/+50
* Add support for remote content in SceneLoaderMike Krus2017-05-212-1/+9
* Merge remote-tracking branch 'origin/5.9' into 5.9.0Oswald Buddenhagen2017-05-081-3/+2
|\
| * Fix Buffer uploadingPaul Lemire2017-05-081-3/+2
* | Apply layer filter to light sourcesLaszlo Agocs2017-05-051-2/+8
* | Merge 5.9 into 5.9.0Oswald Buddenhagen2017-05-044-76/+83
|\|
| * Renderer: fix OnDemand renderingPaul Lemire2017-04-274-76/+83
* | Unregister event filter when surface to closeMike Krus2017-05-031-0/+4
* | Add missing reference in range-for with non trivial type (clazy reports)Mike Krus2017-05-021-9/+9
|/
* Render: make FrameGraphVisitor return a vector of FG nodesPaul Lemire2017-04-271-3/+10
* Verify a texture is valid before updateJuan José Casafranca2017-04-251-0/+5
* Set camera lens exposure on creation of backend nodeSean Harmer2017-04-141-0/+1
* Don't enable default light when an environment light is usedSean Harmer2017-04-141-1/+2
* Fix spelling in comments and docsAndy Maloney2017-04-061-1/+1
* Qt3D: add configure option for jobs and GL profilingPaul Lemire2017-04-054-13/+12
* Add Threshold suffix to QLevelOfDetail enum valuesSean Harmer2017-03-291-1/+1
* renderthread_p.h: small cleanupPaul Lemire2017-03-231-4/+4
* Renderer: Add CommandThread class to perform GL operations in a secondary threadPaul Lemire2017-03-233-2/+238
* Use a different define for OpenGL tracesPaul Lemire2017-03-211-6/+6
* Cleanup scene2d - remove event forwardAntti Määttä2017-03-153-28/+0
* Fix crash in scene2d when using angleAntti Määttä2017-03-061-1/+3
* cleanup scene2d - change mouse event handlingAntti Määttä2017-03-034-23/+57
* RenderView: bind the found EnvironmentLightKevin Ottens2017-02-243-4/+25
* Integrate EnvironmentLight with EntityKevin Ottens2017-02-242-0/+42
* Add QEnvironmentLight into Qt3DRenderKevin Ottens2017-02-244-0/+29
* QShaderData: fix texture support in propertiesKevin Ottens2017-02-241-0/+2
* Fix container detachments when using range loopSergio Martins2017-02-241-2/+2
* QBoundingSphere cleanupPaul Lemire2017-02-242-21/+12
* Rename CoordinateVisitor to BufferVisitorMike Krus2017-02-222-8/+8
* Revert "Use QVector<float> in level of detail APIs"Sean Harmer2017-02-192-3/+3
* QMemoryBarrier cleanupPaul Lemire2017-02-161-3/+3
* Use QVector<float> in level of detail APIsSean Harmer2017-02-162-3/+3
* Initialize member in RendererSean Harmer2017-02-121-0/+1
* Initialize variable in ShaderUniformsSean Harmer2017-02-121-0/+1
* Use coordinates visitor to avoid copying vertex dataMike Krus2017-02-125-51/+347
* Fix Clang warnings: missing virtual destructorMike Krus2017-02-112-0/+6
* Fix Clang warnings: silence unused variablesMike Krus2017-02-111-0/+2
* Fix Clang warnings: remove unused code and dataMike Krus2017-02-111-1/+1
* Fix Clang warnings: out of order initializationMike Krus2017-02-113-6/+6
* Deliver all events by default unless marked as intermediateSean Harmer2017-02-091-2/+0
* Fix KeyEvent forwardingAntti Määttä2017-02-081-0/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-02-065-40/+98
|\
| * Make sure not to reference already deleted VAOsWieland Hagen2017-02-021-1/+1
| * Delete abandoned VAOs after each frameWieland Hagen2017-02-014-37/+78
| * OpenGLVertexArrayObject: require cleanupWieland Hagen2017-02-013-5/+15
| * Free VAOs in Renderer::releaseGraphicsResources()Wieland Hagen2017-02-011-0/+7
* | Expose QViewport's gamma property to the shadersKevin Ottens2017-01-312-0/+9
* | Expose QCameraLens' exposure to the shadersKevin Ottens2017-01-312-0/+4
* | Add exposure to QCameraLens APIKevin Ottens2017-01-312-0/+12