summaryrefslogtreecommitdiffstats
path: root/src/render/graphicshelpers/graphicshelpergl3_3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Renderer specific classes into new folderPaul Lemire2018-03-191-1184/+0
* Add missing attribute types to GL 3.3 helperMike Krus2018-01-231-0/+9
* Merge remote-tracking branch 'origin/5.9' into 5.10Andy Nichols2017-11-171-0/+3
|\
| * Fix for uniform arrays on some driversPaul Lemire2017-11-171-0/+3
* | BlitFramebuffer framegraph nodeJuan José Casafranca2017-08-231-0/+10
* | Merge branch '5.9' into devSean Harmer2017-08-191-2/+13
|\|
| * RenderCapture: read back from the correct framebufferPaul Lemire2017-07-171-2/+13
* | Add wrappers for glEnableVertexAttrib and glVertexAttrib*PointerSean Harmer2017-08-101-0/+37
* | Add uniform buffer support for GLES 3.0+Laszlo Agocs2017-07-061-2/+2
* | Add renderbuffer support for FBO attachments with OpenGL ESLaszlo Agocs2017-07-051-0/+13
|/
* QMemoryBarrier cleanupPaul Lemire2017-02-161-1/+1
* Transfers gpu buffer data to cpuJuan José Casafranca2017-01-311-0/+10
* GraphicsHelpers: add glMemoryBarrier supportPaul Lemire2017-01-241-0/+6
* GraphicsHelpers: add support for indirect drawingPaul Lemire2017-01-131-0/+10
* GraphicsHelpers: bindFrameBufferAttachmentPaul Lemire2016-11-181-1/+1
* Add blitFramebuffer to graphics helpersAntti Määttä2016-10-201-0/+6
* GraphicsContext/Helpers: remove bindUniformPaul Lemire2016-09-141-176/+0
* GraphicsHelperGL3_3: small fixes + autotest exportPaul Lemire2016-09-081-0/+17
* GraphicHelpers: add helper methods to get UniformType from GLTypePaul Lemire2016-09-071-0/+82
* GraphicsHelper: add glUniform* helper methodsPaul Lemire2016-08-261-0/+105
* Make sure baseInstance and baseVertex are passedKevin Ottens2016-05-121-7/+7
* Add firstVertex to QGeometryRenderer APIMike Krus2016-05-041-0/+10
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
* Silence some unused variable warningsSean Harmer2016-04-201-0/+3
* AntiAliasing added as RenderstateRobert Brock2016-04-201-0/+6
* Add GraphicsContext support for glClearBufferfv()Wieland Hagen2016-04-161-0/+6
* GraphicsContext: remove cullFace()Wieland Hagen2016-04-151-6/+0
* Properly handle alpha to coverage state in non-cloning codepathSean Harmer2016-04-111-7/+3
* Prefer iterators over foreach + QHash::keys().Volker Krause2016-03-101-2/+2
* QClipPlane rename and added propertiesRobert Brock2016-03-081-0/+5
* QRenderTargetOutput enumRobert Brock2016-03-031-3/+3
* QRenderAttachment renamed to QRenderTargetOutputRobert Brock2016-03-031-3/+3
* QRenderAttachment renamed RenderAttachmentType to AttachmentPointRobert Brock2016-03-021-4/+4
* Add QRenderState for GL_TEXTURE_CUBE_MAP_SEAMLESSWieland Hagen2016-02-051-0/+8
* Unify license header usageAntti Kokko2016-01-261-11/+14
* Added glEnablei, glDisablei, glBlendFuncSeparateiWieland Hagen2016-01-141-0/+21
* GraphicsHelper: add dispatch compute functionPaul Lemire2016-01-131-0/+8
* RenderView/GraphicsContext: support SSBO/UBO with buffer used as ParametersPaul Lemire2016-01-131-0/+8
* Shaders: retrieve SSBO blockPaul Lemire2016-01-131-0/+27
* Add glBlendFunci() to GraphicsContext + GraphicsHelperWieland Hagen2016-01-071-0/+9
* Add glPointSize() helper functionsWieland Hagen2015-12-271-0/+10
* Rename Renderer -> Render throughoutSean Harmer2015-10-191-1/+1
* GL3 helpers fix: use QByteArray left to avoid trash charactersPaul Lemire2015-10-141-2/+3
* Remove Q prefix from graphics helpersSean Harmer2015-10-131-0/+926