summaryrefslogtreecommitdiffstats
path: root/src/render/renderers/opengl/renderer
Commit message (Expand)AuthorAgeFilesLines
* Complete ES 3.1 and 3.2 helpersPaul Lemire2018-09-212-0/+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