summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopengltexturecache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-221-198/+0
* Increase QOpenGLTextureCache max sizeLaszlo Agocs2018-11-141-1/+1
* Move texture uploading out of QOpenGLTextureCacheAllan Sandfeld Jensen2018-07-271-190/+9
* Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-121-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Support Alpha8 and Grayscale8 natively in the OpenGL paint engineAllan Sandfeld Jensen2014-10-271-4/+21
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-171-0/+16
|/
* Support RGB30 formats in OpenGL framebuffers and paint engineAllan Sandfeld Jensen2014-07-301-0/+31
* Make QOpenGLTextureCache::bindTexture upload efficientlyAllan Sandfeld Jensen2014-07-041-12/+118
* Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-261-16/+3
* Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-101-7/+8
* NPOT texture support in QOpenGLTextureCacheCedric Chedaleux2014-02-041-1/+28
* Do not byteswap RGBA8888 formatsAllan Sandfeld Jensen2013-10-251-28/+2
* QOpenGLTextureCache : make it possible to skip qgl_byteSwapImageElvis Lee2013-01-251-2/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* We should return texture id 0 for invalid images and pixmapsJørgen Lind2012-01-101-0/+4
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Implemented texture cache for GL paint engine in QtGui.Samuel Rødal2011-09-121-0/+215