| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid crashing in the vao when not supported | Laszlo Agocs | 2015-03-25 | 1 | -6/+7 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -6/+6 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Frederik Gladhorn | 2015-02-10 | 1 | -9/+7 |
| |\ |
|
| | * | Resolve GLES3 functions from the shared lib | Laszlo Agocs | 2015-01-10 | 1 | -9/+7 |
| * | | QOpenGLVertexArrayObject: remove a now unnecessary initialize call | Giuseppe D'Angelo | 2015-02-08 | 1 | -2/+0 |
| * | | Merge remote-tracking branch 'origin/5.4' into dev | Frederik Gladhorn | 2014-10-09 | 1 | -0/+4 |
| |\| |
|
| | * | Extend QOpenGLVertexArrayObjectHelper to support glIsVertexArrays | Allan Sandfeld Jensen | 2014-09-30 | 1 | -0/+4 |
| * | | Merge remote-tracking branch 'origin/5.4' into dev | Oswald Buddenhagen | 2014-09-29 | 1 | -18/+10 |
| |\| |
|
| | * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -18/+10 |
| * | | Merge remote-tracking branch 'origin/5.4' into dev | Oswald Buddenhagen | 2014-09-10 | 1 | -0/+10 |
| |\| |
|
| | * | Enhance the VAO docs | Laszlo Agocs | 2014-09-08 | 1 | -0/+10 |
| * | | Fail early when creating QOpenGLVertexArrayObject | Jørgen Lind | 2014-08-26 | 1 | -0/+5 |
| |/ |
|
| * | Use runtime check instead of ifdef to detect ES3 in QVertexArrayObjectHelper | Tor Arne Vestbø | 2014-07-30 | 1 | -6/+7 |
| * | QOpenGLVAO: refactor the helper class and export it | Giuseppe D'Angelo | 2014-07-30 | 1 | -54/+33 |
| * | Use the standard functions in GLES3 builds in VAOs | Laszlo Agocs | 2014-07-02 | 1 | -14/+28 |
| * | Rename new QOpenGLContext APIs | Laszlo Agocs | 2014-04-25 | 1 | -2/+2 |
| * | Use an offscreen surface in VAO cleanup | Laszlo Agocs | 2014-04-01 | 1 | -1/+10 |
| * | Keep track of destroyed QOpenGLContexts in QOpenGLVertexArrayObject | Tor Arne Vestbø | 2014-03-27 | 1 | -2/+6 |
| * | Dynamic GL: remove exporting symbols | Laszlo Agocs | 2014-03-04 | 1 | -2/+2 |
| * | Properly migrate vao helper to dynamic GL | Laszlo Agocs | 2014-02-25 | 1 | -82/+67 |
| * | Dynamic GL switch on Windows | Laszlo Agocs | 2014-02-14 | 1 | -0/+8 |
| * | Use QByteArrayLiteral throughout in QOpenGLVertexArrayObject | Sean Harmer | 2013-10-20 | 1 | -8/+8 |
| * | Support APPLE VAO extension on Mac. | James Turner | 2013-10-16 | 1 | -13/+27 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -3/+3 |
| * | Avoid crash when QOpenGLContext is destroyed before the VAO | Sean Harmer | 2013-06-28 | 1 | -2/+25 |
| * | Avoid crash in QVertexArrayObject destructor | Sean Harmer | 2013-03-12 | 1 | -1/+2 |
| * | OpenGL: Add QOpenGLVertexArrayObject class | Sean Harmer | 2013-02-28 | 1 | -0/+472 |