summaryrefslogtreecommitdiffstats
path: root/src/render/backend/qgraphicshelperes2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make shadow mapping functional on ES 3Laszlo Agocs2015-02-181-0/+33
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Make ES2 support dynamicLaszlo Agocs2015-01-241-15/+4
* 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
* QGraphicsHelpers: uniformByteSize methodPaul Lemire2014-12-121-0/+62
* QGraphicsHelper: buildUniformBuffer methodPaul Lemire2014-12-121-0/+8
* QGraphicsHelper: bindBufferBase method addedPaul Lemire2014-12-121-1/+9
* QGraphicHelpers: bindUniformBlock method added,Paul Lemire2014-12-121-0/+8
* QGraphicsHelpers: Add uniform block introspectionPaul Lemire2014-12-121-0/+8
* renderlogging.h -> renderlogging_p.hSean Harmer2014-11-191-1/+1
* Fix compilation problem with Qt3D when using OpenGL ES 2 backend.Erik Larsson2014-10-161-1/+1
* Add AlphaCoverage state in backend + helpersPaul Lemire2014-10-041-0/+10
* Shader uniform refactoringPaul Lemire2014-09-301-15/+107
* QGraphicsHelper use supportsFeature() to check UBO supportPaul Lemire2014-09-301-5/+2
* Add an example to exercise tessellation shader supportSean Harmer2014-09-211-0/+8
* Added MRT support in RenderView and QGraphicsContextPaul Lemire2014-09-151-24/+29
* Added MRT method to QGraphicsHelpersPaul Lemire2014-09-151-0/+14
* QGraphicsHelper FBO creationPaul Lemire2014-09-151-0/+47
* Mark backend render classes as private and fix compilationSean Harmer2014-08-171-1/+1
* Add virtual destructors to classes containing virtualsThiago Macieira2014-08-171-0/+4
* Added supportUniformBlock method to the QGraphicsHelperPaul Lemire2014-08-141-0/+5
* Small fix to be able to compile on ES2 platformsPaul Lemire2014-07-251-1/+1
* QGraphicContext queries shader uniforms and attributesPaul Lemire2014-06-271-0/+39
* Moved out of DrawState all GL callsPaul Lemire2014-06-271-1/+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/+134