summaryrefslogtreecommitdiffstats
path: root/src/render/renderers
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in RenderView when the surface has no heightJean-Michaƫl Celerier2019-11-261-1/+1
* PackUniformHash to QVectorPaul Lemire2019-11-143-12/+61
* FilterProximityJob: only run it if our RV requires proximity filteringPaul Lemire2019-11-131-1/+2
* ShaderParameterPack: stop calling hash.clear() in dtorPaul Lemire2019-11-121-1/+0
* Reduce allocations when building stringsMike Krus2019-11-081-7/+20
* Fix compile warningsMike Krus2019-11-081-5/+3
* Fix status change on QTextureLoaderMike Krus2019-10-301-1/+0
* Convert EntityRenderCommandData to struct of vectorsPaul Lemire2019-10-298-43/+90
* Compute renderables/computables/lights once instead of once per RVPaul Lemire2019-10-295-223/+149
* GLTexture: fix shared texture id handlingPaul Lemire2019-10-281-11/+10
* Fix the way we compute light positionsPaul Lemire2019-10-281-1/+2
* Fix crash in Scene3DViewMike Krus2019-10-251-8/+8
* Renderer: build cache data for new RenderViewsPaul Lemire2019-10-221-8/+11
* ComputeCommand/SubtreeEnabler use direct sync job to update frontendPaul Lemire2019-10-223-23/+24
* Convent SendBufferCaptureJob to direct syncPaul Lemire2019-10-212-8/+19
* Split RenderCommand generation and uniform updatePaul Lemire2019-10-2114-517/+877
* Fix Coverity warningsMike Krus2019-10-214-7/+13
* Merge remote-tracking branch '5.13' into 5.14Paul Lemire2019-10-172-1/+25
|\
| * Add light_0/7 as uniformsJuan Jose Casafranca2019-10-161-0/+23
| * Renderer: check context thread before destroying resourcesPaul Lemire2019-10-161-1/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Paul Lemire2019-10-152-0/+18
|\|
| * Make sure right screen is set on QOpenGLContext and QOffscreenSurfaceAndy Shaw2019-10-103-0/+19
| * Fix blitting to also blit depth and stencil buffersPaul Lemire2019-10-091-1/+2
* | ShaderBuilder: ensure no old updates are left overPaul Lemire2019-10-141-2/+2
* | renderviewjobutils.cpp: Remove unnecessary string conversionFriedemann Kleint2019-10-141-1/+1
* | Convert Shader/ShaderBuilder jobs to use direct syncPaul Lemire2019-10-143-53/+64
* | Fix blitting to also blit depth and stencil buffersPaul Lemire2019-10-101-1/+2
* | Rebuild Material Caches when Shaders are dirtyPaul Lemire2019-10-101-1/+2
* | Update QShaderData to use direct syncPaul Lemire2019-10-082-59/+6
* | Remove CommandThread/GLCommandsPaul Lemire2019-10-087-502/+1
* | Update sendTextureChangesToFrontend to use direct syncPaul Lemire2019-10-072-11/+29
* | Clean up includesMike Krus2019-10-011-3/+0
* | Renderer: remove redundant setter callPaul Lemire2019-09-301-2/+0
* | Renderer: cache traversal of FrameGraphPaul Lemire2019-09-302-17/+20
* | RenderView:buildDrawRenderCommands: only set Command members that matterPaul Lemire2019-09-303-59/+10
* | Support transient enablement in QSubtreeEnablerMichael Brasser2019-09-242-0/+27
* | Fix compile warning in imagesubmissioncontext.cppPaul Lemire2019-09-241-1/+3
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-211-1/+1
|\|
| * Fix potential memory leakMichael Brasser2019-09-171-1/+1
* | Remove backend entity hierarchy rebuilding jobsJim Albamont2019-09-202-18/+3
* | Fix deprecation warnings related to QBasicAtomicIntegerFriedemann Kleint2019-09-193-12/+12
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-115-14/+29
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-315-14/+29
| |\
| | * Allow multiple instances of a few render statesHarald Vistnes2019-08-265-14/+29
* | | Remove QBackendNodeFactory since it's no longer neededMike Krus2019-09-052-3/+2
* | | Merge "Merge dev into 5.14 (delayed final downmerge)"Kari Oikarinen2019-09-042-1/+8
|\ \ \
| * \ \ Merge dev into 5.14 (delayed final downmerge)Kari Oikarinen2019-09-042-1/+8
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-08-202-1/+8
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-132-1/+8
| | | |\|
| | | | * GLTexture: glTexParam is not supported on multisampled texturesPaul Lemire2019-08-071-0/+7