summaryrefslogtreecommitdiffstats
path: root/src/render/backend/renderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix: run filterlayerjob when enabled changes on EntitiesPaul Lemire2017-11-161-4/+10
* Fix rendering following LayersDirtyPaul Lemire2017-11-161-13/+24
* Merge remote-tracking branch 'origin/5.9' into 5.10Svenn-Arne Dragly2017-11-151-0/+8
|\
| * Add layer entity filter cachingSvenn-Arne Dragly2017-11-141-0/+8
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-311-1/+2
|\|
| * Render next frame if texture data is not availableHarald Vistnes2017-10-091-1/+2
* | Explicitly pass binding point on buffer creationKevin Ottens2017-09-221-2/+4
* | BlitFramebuffer framegraph nodeJuan José Casafranca2017-08-231-1/+16
* | RenderQueue: make it hold its mutexPaul Lemire2017-08-221-5/+4
* | Merge branch '5.9' into devSean Harmer2017-08-191-4/+7
|\|
| * VSyncFrameAdvanceService: fix Scene3D renderingPaul Lemire2017-08-111-1/+1
| * RenderCapture: read back from the correct framebufferPaul Lemire2017-07-171-3/+5
* | Update local poses of JointInfos from dirty JointsSean Harmer2017-08-161-0/+1
* | Ensure integer attributes get configured properlySean Harmer2017-08-101-4/+4
* | Add a job to calculate the skinning matrix palette for a skeletonSean Harmer2017-08-101-0/+7
* | Properly use QT_CONFIG for Qt3D profiling optionsPaul Lemire2017-08-031-9/+8
* | Fix: set renderer dirty flag on initializationPaul Lemire2017-07-281-1/+3
* | Renderer: process ShaderBuildersKevin Ottens2017-07-051-0/+50
* | QGeometryRenderer: add index buffer byte-offset propertyMauro Persano2017-06-281-1/+1
* | Add optional QRect parameter to QRenderCapture::requestCaptureMauro Persano2017-06-211-3/+11
* | Merge branch '5.9' into devSean Harmer2017-06-191-10/+18
|\|
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-7/+12
| |\
| | * OnDemand rendering: only skip rendering jobsPaul Lemire2017-05-191-7/+12
| * | Fix context sharing in scene2dMäättä Antti2017-05-271-3/+6
| |/
* | Renderer: add more dirty flags and launch jobs based on thatPaul Lemire2017-06-011-24/+45
* | Add support to move the camera so that the entire model is visibleMike Krus2017-05-231-0/+5
* | Add support for remote content in SceneLoaderMike Krus2017-05-211-0/+8
|/
* Fix Buffer uploadingPaul Lemire2017-05-081-3/+2
* Renderer: fix OnDemand renderingPaul Lemire2017-04-271-73/+72
* 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
* Qt3D: add configure option for jobs and GL profilingPaul Lemire2017-04-051-0/+4
* Initialize member in RendererSean Harmer2017-02-121-0/+1
* Fix Clang warnings: remove unused code and dataMike Krus2017-02-111-1/+1
* Fix Clang warnings: out of order initializationMike Krus2017-02-111-2/+2
* Fix KeyEvent forwardingAntti Määttä2017-02-081-0/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-02-061-8/+45
|\
| * Make sure not to reference already deleted VAOsWieland Hagen2017-02-021-1/+1
| * Delete abandoned VAOs after each frameWieland Hagen2017-02-011-8/+38
| * Free VAOs in Renderer::releaseGraphicsResources()Wieland Hagen2017-02-011-0/+7
* | Transfers gpu buffer data to cpuJuan José Casafranca2017-01-311-0/+29
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-1/+5
|\|
| * Rename Texture::DirtyGenerators to DirtyImageGeneratorsWieland Hagen2017-01-261-1/+1
| * Fix updating of texture generatorWieland Hagen2017-01-261-0/+4
* | Shutdown fixesMike Krus2017-01-301-0/+1
* | Merge branch 'wip/qtquickintegration' into devSean Harmer2017-01-291-1/+24
|\ \
| * | Update pickboundingvolumejob with event forwardingAntti Määttä2017-01-271-1/+6
| * | Add shared context to rendererAntti Määttä2017-01-181-0/+18
* | | ShaderProgram: store and send log and status to frontendPaul Lemire2017-01-251-0/+2
* | | Shader sharing: perform introspection once per shared shaderPaul Lemire2017-01-251-2/+3