summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglvertexarrayobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-8/+8
* Don't create an offscreen surface when not on the GUI threadAndy Nichols2018-10-301-12/+21
* Avoid trashing other contexts' VAOs in destroy()Laszlo Agocs2017-01-211-49/+45
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-1/+3
|\
| * QOpenGLVertexArrayObject: clean up the destructorGiuseppe D'Angelo2016-07-201-1/+3
* | Generate more compact code to resolve the QOpenGLExtraFunctionsLars Knoll2016-03-011-4/+4
* | Get rid of the gles3helper classLars Knoll2016-03-011-5/+5
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-011-12/+12
* | Updated license headersJani Heikkinen2016-01-151-13/+19
|/
* Avoid crashing in the vao when not supportedLaszlo Agocs2015-03-251-6/+7
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-9/+7
|\
| * Resolve GLES3 functions from the shared libLaszlo Agocs2015-01-101-9/+7
* | QOpenGLVertexArrayObject: remove a now unnecessary initialize callGiuseppe D'Angelo2015-02-081-2/+0
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-0/+4
|\|
| * Extend QOpenGLVertexArrayObjectHelper to support glIsVertexArraysAllan Sandfeld Jensen2014-09-301-0/+4
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-18/+10
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-101-0/+10
|\|
| * Enhance the VAO docsLaszlo Agocs2014-09-081-0/+10
* | Fail early when creating QOpenGLVertexArrayObjectJørgen Lind2014-08-261-0/+5
|/
* 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