summaryrefslogtreecommitdiffstats
path: root/src/render/renderers/opengl/graphicshelpers
Commit message (Expand)AuthorAgeFilesLines
* Complete ES 3.1 and 3.2 helpersPaul Lemire2018-09-215-3/+206
* Fix: remove compile warning in graphicscontext.cppPaul Lemire2018-08-211-1/+1
* Avoid initializing GraphicsContext on every frameLaszlo Agocs2018-08-142-4/+1
* Properly update properties from Backend to Frontend texturesPaul Lemire2018-08-081-1/+1
* Don't abort rendering when env light textures are not setPaul Lemire2018-06-271-2/+10
* Add a GLES 3.1 graphics helperLaszlo Agocs2018-05-297-2/+314
* Fix BlitFramebuffer on GLESLaszlo Agocs2018-05-293-2/+16
* Fix flashing and crashing of scene2dMäättä Antti2018-05-291-0/+42
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-1/+2
|\
| * Remove race in texture data uploadPaul Lemire2018-05-041-1/+2
* | Fix compile warningsMike Krus2018-04-201-0/+2
|/
* ES2: Ignore mode when calling bindFrameBufferObjectAndy Nichols2018-04-123-21/+29
* ES2: Enable Renderbuffer usage with either Depth or StencilAndy Nichols2018-04-123-6/+24
* Fix compilation with QT3D_RENDER_ASPECT_OPENGL_DEBUG defineAndy Nichols2018-04-121-1/+1
* SubmissionContext: improve specifyAttributePaul Lemire2018-03-201-8/+9
* RenderStates: rework to split node and rendering partPaul Lemire2018-03-192-1/+386
* Move Renderer specific classes into new folderPaul Lemire2018-03-1920-0/+9974