| Commit message (Expand) | Author | Age | Files | Lines |
* | Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGL | Johan Klokkhammer Helsing | 2020-01-22 | 1 | -198/+0 |
* | Increase QOpenGLTextureCache max size | Laszlo Agocs | 2018-11-14 | 1 | -1/+1 |
* | Move texture uploading out of QOpenGLTextureCache | Allan Sandfeld Jensen | 2018-07-27 | 1 | -190/+9 |
* | Remove qtypetraits.h's contents altogether | Giuseppe D'Angelo | 2017-01-12 | 1 | -1/+1 |
* | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
* | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
* | Support Alpha8 and Grayscale8 natively in the OpenGL paint engine | Allan Sandfeld Jensen | 2014-10-27 | 1 | -4/+21 |
* | Merge remote-tracking branch 'origin/5.4' into dev | Oswald Buddenhagen | 2014-09-29 | 1 | -19/+11 |
|\ |
|
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
* | | Add Grayscale8 and Alpha8 formats to QImage and drawing | Allan Sandfeld Jensen | 2014-09-17 | 1 | -0/+16 |
|/ |
|
* | Support RGB30 formats in OpenGL framebuffers and paint engine | Allan Sandfeld Jensen | 2014-07-30 | 1 | -0/+31 |
* | Make QOpenGLTextureCache::bindTexture upload efficiently | Allan Sandfeld Jensen | 2014-07-04 | 1 | -12/+118 |
* | Unduplicate the implementations of next power of two | Allan Sandfeld Jensen | 2014-06-26 | 1 | -16/+3 |
* | Avoid using direct OpenGL calls in gui and widgets | Laszlo Agocs | 2014-03-10 | 1 | -7/+8 |
* | NPOT texture support in QOpenGLTextureCache | Cedric Chedaleux | 2014-02-04 | 1 | -1/+28 |
* | Do not byteswap RGBA8888 formats | Allan Sandfeld Jensen | 2013-10-25 | 1 | -28/+2 |
* | QOpenGLTextureCache : make it possible to skip qgl_byteSwapImage | Elvis Lee | 2013-01-25 | 1 | -2/+5 |
* | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
* | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
* | Expose QPA API under qpa/* | Girish Ramakrishnan | 2012-05-07 | 1 | -1/+1 |
* | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
* | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
* | We should return texture id 0 for invalid images and pixmaps | Jørgen Lind | 2012-01-10 | 1 | -0/+4 |
* | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
* | Implemented texture cache for GL paint engine in QtGui. | Samuel Rødal | 2011-09-12 | 1 | -0/+215 |