summaryrefslogtreecommitdiffstats
path: root/src/render/renderers/opengl/renderer/renderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-081-3/+37
* 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-181-6/+6
* Do not delay cleanup of backend Texture instancesPaul Lemire2018-07-111-8/+5
* Fix race condition when executing multiple filterlayerjobs at oncePaul Lemire2018-06-251-0/+6
* 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-041-2/+24
* 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 race in startup/shutdownPaul Lemire2018-03-231-0/+8
* sendbuffercapturejob: remove non needed manager memberPaul Lemire2018-03-201-1/+0
* 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-191-0/+2067