summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopengltextureblitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Release program when returning from QOpenGLTextureBlitter::create()Laszlo Agocs2019-06-191-0/+3
* Add an OpenGL program binary disk cacheLaszlo Agocs2016-11-241-2/+2
* Fix qdoc warningsFriedemann Kleint2016-08-171-4/+5
* Make QOpenGLTextureBlitter publicLaszlo Agocs2016-07-291-2/+191
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
* Add support for TEXTURE_EXTERNAL_OES in the internal texture blitterLaszlo Agocs2015-10-211-92/+165
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Destroy the QOpenGLTextureBlitter in the destructorJørgen Lind2014-09-101-0/+3
* QOpenGLTextureBlitter: Do not call vao functions if it failed to createLaszlo Agocs2014-08-251-7/+7
* Support translucent windows on eglfsLaszlo Agocs2014-06-251-0/+21
* QOpenGLTextureBlitter fix allocating 4 times as much memory as neededJorgen Lind2014-05-161-2/+2
* Add isCreated to QOpenGLTextureBlitterJorgen Lind2014-04-041-0/+6
* Add workaround for bug in the Mesa glsl optimizerJorgen Lind2014-03-141-10/+4
* Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-101-4/+5
* QOpenGLTextureBlitter: fix source rect when origin is top leftJørgen Lind2014-02-161-2/+3
* QOpenGLTextureBlitter: Remove Origin location for the Target rectJørgen Lind2014-02-161-13/+11
* QOpenGLTextureBlitterJorgen Lind2014-02-101-0/+394