summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglvertexarrayobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use runtime check instead of ifdef to detect ES3 in QVertexArrayObjectHelperTor Arne Vestbø2014-07-301-6/+7
* QOpenGLVAO: refactor the helper class and export itGiuseppe D'Angelo2014-07-301-54/+33
* Use the standard functions in GLES3 builds in VAOsLaszlo Agocs2014-07-021-14/+28
* Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-2/+2
* Use an offscreen surface in VAO cleanupLaszlo Agocs2014-04-011-1/+10
* Keep track of destroyed QOpenGLContexts in QOpenGLVertexArrayObjectTor Arne Vestbø2014-03-271-2/+6
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-2/+2
* Properly migrate vao helper to dynamic GLLaszlo Agocs2014-02-251-82/+67
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-141-0/+8
* Use QByteArrayLiteral throughout in QOpenGLVertexArrayObjectSean Harmer2013-10-201-8/+8
* Support APPLE VAO extension on Mac.James Turner2013-10-161-13/+27
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* Avoid crash when QOpenGLContext is destroyed before the VAOSean Harmer2013-06-281-2/+25
* Avoid crash in QVertexArrayObject destructorSean Harmer2013-03-121-1/+2
* OpenGL: Add QOpenGLVertexArrayObject classSean Harmer2013-02-281-0/+472