summaryrefslogtreecommitdiffstats
path: root/src/render/renderers/opengl/renderer
Commit message (Expand)AuthorAgeFilesLines
* Fix and improve FBO handlingPaul Lemire2020-02-171-2/+11
* Destroy FBOs when RenderTarget node is destroyedPaul Lemire2020-02-171-0/+7
* Renderer: check context thread before destroying resourcesPaul Lemire2019-10-161-1/+2
* Make sure right screen is set on QOpenGLContext and QOffscreenSurfaceAndy Shaw2019-10-143-0/+19
* Allow multiple instances of a few render statesHarald Vistnes2019-08-261-2/+2
* Renderer: use last known good surface to reset render statesPaul Lemire2019-07-191-1/+1
* Align RenderView::buildComputeRenderCommands with buildDrawRenderCommandsPaul Lemire2019-07-191-3/+14
* RenderStates: fix override of nested RenderStatesPaul Lemire2019-07-181-4/+1
* Clean up warningsMike Krus2019-05-281-1/+1
* Fix number of lightsMike Krus2019-05-131-1/+1
* Cache light/renderable/computable vectorsJames Turner2019-04-104-37/+197
* Fix Entity parenting hierarchyJim Albamont2019-04-042-3/+18
* Set OptimalParallelJobCount to at most 4Paul Lemire2019-02-221-1/+4
* renderview.cpp: move file variable into anonymous namespacePaul Lemire2019-02-191-1/+2
* Fix: rebuild material and layer caches when FrameGraph tree is dirtyPaul Lemire2019-02-192-5/+8
* Fix env-map less renderingMike Krus2019-01-091-0/+7
* Recompute bounding volumes when buffer changesPaul Lemire2019-01-071-1/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-041-3/+3
|\
| * Renderer: drawArraysInstancedBaseInstance parameters were swappedPaul Lemire2018-11-281-3/+3
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-081-4/+7
|\|
| * Renderer::doRender scene3dBlocking fixesPaul Lemire2018-11-051-4/+7
* | Merge remote-tracking branch 'origin/5.11' into 5.12.0v5.12.0-beta4Liang Qi2018-10-301-0/+3
|\|
| * Fix crash due to racecondition in renderer on shutdownChristian Andersen2018-10-231-0/+3
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-053-1/+8
|\|
| * Fix leak with VAOManagerPaul Lemire2018-10-033-1/+8
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-222-0/+2
|\|
| * Complete ES 3.1 and 3.2 helpersPaul Lemire2018-09-212-0/+2
* | Renderer: remove code shutting down thread in renderer dtorPaul Lemire2018-08-201-4/+2
|/
* Texture property update: notify frontend only when properties have changedPaul Lemire2018-08-141-1/+2
* Properly update properties from Backend to Frontend texturesPaul Lemire2018-08-082-3/+42
* Fix crash when using Scene3D and updating data frequentlyPaul Lemire2018-07-201-1/+25
* Fix: Do not enforce TextureImage to be parented only by TexturePaul Lemire2018-07-181-4/+33
* Renderer: do not lookup cleanup texturesPaul Lemire2018-07-182-7/+7
* Do not delay cleanup of backend Texture instancesPaul Lemire2018-07-111-8/+5
* Fix race condition when executing multiple filterlayerjobs at oncePaul Lemire2018-06-253-0/+10
* Fix raycasting job dependenciesLaszlo Agocs2018-06-011-0/+1
* Fix compiler warningsFriedemann Kleint2018-05-241-3/+2
* Avoid locking up on Radeonv5.11.0-rc1Laszlo Agocs2018-05-042-3/+26
* Remove race in texture data uploadPaul Lemire2018-05-041-11/+22
* Fix compilation with QT3D_RENDER_ASPECT_OPENGL_DEBUG defineAndy Nichols2018-04-121-2/+2
* Fix CommandThread context creationLaszlo Agocs2018-04-051-5/+13
* Fix race in startup/shutdownPaul Lemire2018-03-233-0/+10
* sendbuffercapturejob: remove non needed manager memberPaul Lemire2018-03-201-1/+0
* MaterialParameterGathererJob: remove unneeded renderer memberPaul Lemire2018-03-191-1/+0
* AbstractRenderer: add setOpenGLContext methodPaul Lemire2018-03-191-1/+1
* SendRenderCaptureJob: remove hard dependency to RendererPaul Lemire2018-03-191-2/+9
* RenderStates: rework to split node and rendering partPaul Lemire2018-03-191-3/+3
* Move Renderer specific classes into new folderPaul Lemire2018-03-1921-0/+6481