summaryrefslogtreecommitdiffstats
path: root/src/render/backend
Commit message (Expand)AuthorAgeFilesLines
* Make sure right screen is set on QOpenGLContext and QOffscreenSurfaceAndy Shaw2019-10-102-0/+4
* Fix rendering when closing and re-opening a windowTomi Korpipaa2019-10-091-4/+0
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-231-0/+6
|\
| * Silence warnings about null textures in uniformsMike Krus2019-07-221-0/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-162-0/+7
|\|
| * Joints: remove removed joints from dirty listPaul Lemire2019-07-152-0/+7
* | Introduce EntityAccumulatorMike Krus2019-05-253-0/+184
* | Introduce EntityVisitorMike Krus2019-05-253-0/+210
* | Iterate on child handlesMike Krus2019-05-253-0/+23
* | 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
* | Switch export macros to standard formKai Koehne2019-04-028-49/+49
* | 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