summaryrefslogtreecommitdiffstats
path: root/src/render/backend/qgraphicshelpergl3.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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