summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopengltextureblitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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