summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglbuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Fixed memory leak in assign operator of QGLBufferVadim Zakondyrin2012-11-171-1/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Properly resolve and use glMapBuffer / glUnmapBuffer on GLES2.Samuel Rødal2011-07-261-0/+4
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* QGLBuffer::bind()/release() should not be const functions.Trond Kjernåsen2010-07-261-2/+2
* Make QGLBuffer copiableRhys Weatherley2010-05-281-9/+83
* API fixes to QGLBuffer.Rhys Weatherley2010-03-231-19/+11
* Added warnings on non-created buffer in QGLBufferGunnar Sletta2010-03-221-0/+24
* Add a raw bind() function to QGLBuffer.Rhys Weatherley2010-03-181-0/+32
* Fixed wrong variable nameGabriel de Dietrich2010-02-041-1/+1
* Placate pedantic compiler warning modes on QGLBufferRhys Weatherley2010-02-011-11/+11
* Add the QGLBuffer class to Qt 4.7 for VBO'sRhys Weatherley2010-02-011-0/+454