summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopengltexture.h
Commit message (Expand)AuthorAgeFilesLines
* QOpenGLTexture::setData add overloads to allow specifying sub imagesPaul Lemire2019-02-271-0/+26
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-18/+18
* Add debug operator for QOpenGLTextureFriedemann Kleint2017-05-111-0/+9
* Add new APIs which is useful to upload more than one layer at onceBogDan Vatra2017-01-041-0/+6
* Add ASTC compressionBogDan Vatra2016-12-031-0/+28
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-1/+1
* Make QOpenGLTexture a Q_GADGETPaul Lemire2016-03-181-0/+17
* Updated license headersJani Heikkinen2016-01-151-13/+19
* Add ETC1 to QOpenGLTexture formatsLaszlo Agocs2015-08-061-0/+1
* QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-191-16/+16
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Make mipmap levels and texture comparison work with GLES 3.0+Laszlo Agocs2015-02-071-1/+2
* QOpenGLTexture: introduce texture comparison supportGiuseppe D'Angelo2015-01-171-1/+24
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-0/+4
|\
| * Deprecate implementations of functions deprecated in headersShawn Rutledge2014-11-271-0/+4
* | QOpenGLTexture: move the Feature enum on top of the headerGiuseppe D'Angelo2014-11-141-22/+22
* | QOpenGLTexture: introduce support for Ericsson compressed formatsGiuseppe D'Angelo2014-11-141-0/+10
* | QOpenGLTexture: fix storage allocationGiuseppe D'Angelo2014-11-131-0/+1
* | QOpenGLTexture: move all the enums at the beginning of the classGiuseppe D'Angelo2014-11-131-78/+78
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Add missing 8_8_8_8 pixel types to QOpenGLTextureSean Harmer2014-07-241-0/+2
* Fix support for depth/stencil textures in QOpenGLTextureGiuseppe D'Angelo2014-05-261-1/+5
* Introduce QOpenGLTexture::target()Giuseppe D'Angelo2014-05-241-0/+2
* Expose multisample settings on QOpenGLTextureSean Harmer2014-05-161-0/+4
* QOpenGLTexture: fix support for 1D texturesGiuseppe D'Angelo2014-02-071-1/+2
* QOpenGLTexture: Introduce const void * image upload methodsGiuseppe D'Angelo2014-01-311-8/+33
* Enable QOpenGLTexture for OpenGL ES 2Jorgen Lind2013-11-141-2/+15
* QOpenGLTexture: mark (QImage) ctor explicitMarc Mutz2013-11-141-1/+1
* QOpenGLTexture: mark (Target) ctor explicitMarc Mutz2013-11-141-1/+1
* Long live QOpenGLTexture!Sean Harmer2013-09-221-0/+488