summaryrefslogtreecommitdiffstats
path: root/src/render/backend
Commit message (Expand)AuthorAgeFilesLines
* Renderer: Image support addedPaul Lemire2019-06-051-1/+1
* Uniform: add handling of uniform of Image based typesPaul Lemire2019-06-051-1/+3
* NodeManagers: replace Q_DECL_NOEXCEPT/Q_DECL_NOTHROW by noexceptPaul Lemire2019-06-052-117/+117
* Register QShaderImage in QRenderAspectPaul Lemire2019-06-054-0/+28
* Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-05-094-38/+51
|\
| * Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-264-37/+51
| |\
| | * Fix FrameGraph node parentingJim Albamont2019-04-161-1/+5
| | * Cache light/renderable/computable vectorsJames Turner2019-04-101-0/+1
| | * Fix Entity parenting hierarchyJim Albamont2019-04-043-36/+45
* | | Merge remote-tracking branch origin/5.13 into devPaul Lemire2019-04-158-48/+48
|\| |
| * | Switch export macros to standard formKai Koehne2019-04-028-49/+49
* | | Rework internal Texture HandlingPaul Lemire2019-03-045-21/+4
* | | Cache light/renderable/computable vectorsJames Turner2019-02-201-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-111-0/+5
|\|
| * Qt3DWindow: Redraw scene on expose events when using OnDemand renderingChristian Andersen2018-11-061-0/+5
* | QComputeCommand allow to control the run behaviorPaul Lemire2018-11-142-3/+35
* | Implement WaitFence/SetFence handling into the rendererPaul Lemire2018-10-124-0/+11
|/
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-172-5/+14
|\
| * ResourceAccessor: allow read-only access to texturesLaszlo Agocs2018-08-102-4/+13
| * Properly update properties from Backend to Frontend texturesPaul Lemire2018-08-081-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-311-0/+1
|\|
| * Request manager to cleanup ShaderBuilder entries that are removedPaul Lemire2018-07-301-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-211-37/+48
|\|
| * CalcBoundingVolumeJob: handle UnsignedByte index typePaul Lemire2018-07-181-37/+48
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-141-0/+15
|\|
| * Do not delay cleanup of backend Texture instancesPaul Lemire2018-07-111-0/+15
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-071-4/+0
|\|
| * Entity: don't release child data in cleanupPaul Lemire2018-07-061-4/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-231-1/+1
|\|
| * Fix UniformValue data size for texturesLaszlo Agocs2018-06-121-1/+1
* | SkeletonManager: rename dirtySkeletons to takeDirtySkeletonsPaul Lemire2018-06-082-2/+2
|/
* Fix flashing and crashing of scene2dMäättä Antti2018-05-291-1/+2
* Avoid locking up on Radeonv5.11.0-rc1Laszlo Agocs2018-05-041-1/+2
* AbstractRenderer: add entries into API enumPaul Lemire2018-03-191-1/+3
* AbstractRenderer: add setOpenGLContext methodPaul Lemire2018-03-191-0/+3
* RenderThread: use AbstractRenderer* instead of Renderer*Paul Lemire2018-03-193-8/+7
* Move Renderer specific classes into new folderPaul Lemire2018-03-1923-6604/+2
* Perform Shader loading within framePaul Lemire2018-03-169-56/+293
* Split GraphicsContext in twoPaul Lemire2018-03-166-100/+106
* Renderer: instantiate, initialize and shutdown CommandThreadPaul Lemire2018-03-163-0/+25
* Fix compile warningMike Krus2018-03-101-4/+4
* visitorutils_p.h: add proper header guardv5.11.0-beta2Paul Lemire2018-03-091-3/+3
* Don't assume position attribute uses default name in visitPrimitivesAndy Nichols2018-03-081-1/+3
* Doc: Fix documentation warnings for Qt 3D RenderTopi Reinio2018-02-282-6/+6
* RenderThread: fix races with texture and bufferPaul Lemire2018-02-282-0/+8
* Fix race between RenderThread and ShaderGathererJobPaul Lemire2018-02-282-1/+2
* Fix RenderView uniform minificationPaul Lemire2018-02-282-2/+3
* Load textures in a single framePaul Lemire2018-02-281-2/+8
* Revert "Keep rendering in sync with aspect jobs by adding barriers"Paul Lemire2018-02-289-587/+289
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-1534-508/+851
|\