summaryrefslogtreecommitdiffstats
path: root/src/render/backend/qgraphicshelpergl3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move graphicshelpers into their own directorySean Harmer2015-10-131-929/+0
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-3/+3
* Fix: Multi Viewport with Scene3DPaul Lemire2015-09-211-0/+28
* Implement glVertexAttribDivisor helperSean Harmer2015-08-311-1/+2
* Renderer/GLHelpers: handle primitive restart when possiblePaul Lemire2015-08-111-2/+13
* QGraphicsHelpers: take baseVertex and baseInstance argumentsPaul Lemire2015-08-071-12/+20
* ClipPlane backend state for QClipPlanePaul Lemire2015-07-251-0/+17
* Merge branch '5.5.0' into 5.5Sean Harmer2015-06-211-0/+5
|\
| * Fix compilation on OS X 10.8Sean Harmer2015-06-051-0/+5
* | Add semicolon to Q_UNUSED expressionsMarc Mutz2015-06-111-3/+3
* | Graphics Helpers: fix use of fromUtf8(QByteArray)Marc Mutz2015-06-081-8/+14
* | Fix QVector::resize() uses that should be reserve()Marc Mutz2015-06-081-1/+1
* | Add 3 QVector::reserve() callsSergio Martins2015-06-051-0/+1
|/
* Fix for ShaderDataPaul Lemire2015-03-091-1/+1
* Remove debug prints from gl3 helperLaszlo Agocs2015-02-181-2/+0
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Fix building with OpenGL ES2Andy Nichols2015-01-201-2/+2
* Add a method to know the currently bound FBOKevin Ottens2015-01-171-0/+7
* QGraphicsHelpers: fixes for bvec uniform uploadingPaul Lemire2014-12-121-3/+3
* QGraphicsHelperGL3: logging of uniform introspectionPaul Lemire2014-12-121-0/+3
* ShaderUniform: store raw byte sizePaul Lemire2014-12-121-0/+1
* QGraphicsHelpers: uniformByteSize methodPaul Lemire2014-12-121-0/+124
* QGraphicsHelper: buildUniformBuffer methodPaul Lemire2014-12-121-0/+204
* QGraphicsHelperGL3: store matrix stride and initialize index of uniform blocksPaul Lemire2014-12-121-0/+2
* QGraphicsHelper: bindBufferBase method addedPaul Lemire2014-12-121-0/+5
* QGraphicsHelperGL3/ShaderUniform: store array stridePaul Lemire2014-12-121-0/+1
* QGraphicHelpers: bindUniformBlock method added,Paul Lemire2014-12-121-0/+5
* QGraphicsHelpers: Add uniform block introspectionPaul Lemire2014-12-121-0/+22
* renderlogging.h -> renderlogging_p.hSean Harmer2014-11-191-1/+1
* Add AlphaCoverage state in backend + helpersPaul Lemire2014-10-041-0/+10
* Shader uniform refactoringPaul Lemire2014-09-301-17/+194
* QGraphicsHelper use supportsFeature() to check UBO supportPaul Lemire2014-09-301-5/+2
* Add an example to exercise tessellation shader supportSean Harmer2014-09-211-2/+21
* Added MRT support in RenderView and QGraphicsContextPaul Lemire2014-09-151-0/+6
* Added MRT method to QGraphicsHelpersPaul Lemire2014-09-151-0/+20
* QGraphicsHelper FBO creationPaul Lemire2014-09-151-25/+75
* Mark backend render classes as private and fix compilationSean Harmer2014-08-171-1/+1
* Added supportUniformBlock method to the QGraphicsHelperPaul Lemire2014-08-141-0/+5
* QGraphicContext queries shader uniforms and attributesPaul Lemire2014-06-271-0/+38
* Moved out of DrawState all GL callsPaul Lemire2014-06-271-0/+29
* Properly initialize the OpenGL version functionsGiuseppe D'Angelo2014-06-021-1/+3
* Fix builds with namespaced QtSean Harmer2014-04-021-5/+5
* Relocate the render aspect outside of coreSean Harmer2014-03-291-0/+132