summaryrefslogtreecommitdiffstats
path: root/src/render/graphicshelpers/graphicshelpergl3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename GraphicHelperGL3 to GraphicsHelperGL3_2Paul Lemire2016-10-071-1053/+0
* GraphicsContext/Helpers: remove bindUniformPaul Lemire2016-09-141-176/+0
* 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/+6
* 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/+929