summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopengltexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing implementation of a QOpenGLTexture::setData() overloadFriedemann Kleint2019-03-261-0/+29
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-161-1/+1
|\
| * Fix some qdoc warningsFriedemann Kleint2019-03-151-1/+1
* | QOpenGLTexture::setData add overloads to allow specifying sub imagesPaul Lemire2019-02-271-0/+234
|/
* Update QOpenGLTexture::generateMipMaps for ES 3Michael Brasser2019-01-151-4/+3
* QOpenGLTexture: Set wrap mode if NPOT textures are not fully supportedJohan Klokkhammer Helsing2018-04-061-0/+12
* Fix creation of RGB texture with QOpenGLTexture/Qt3D on OpenGL ES 2.0David Crémoux2018-02-141-0/+2
* Add debug operator for QOpenGLTextureFriedemann Kleint2017-05-111-0/+37
* QOpenGLTexturePrivate::destroy(): Make error messages more verboseFriedemann Kleint2017-05-111-2/+11
* Doc: add missing specs about parametersNico Vertriest2017-04-181-0/+6
* Fix malformed GL extension name for immutable storageLaszlo Agocs2017-03-011-1/+1
* Add new APIs which is useful to upload more than one layer at onceBogDan Vatra2017-01-041-24/+66
* Add ASTC compressionBogDan Vatra2016-12-031-0/+170
* QtGui: Introduce delegating constructors.Friedemann Kleint2016-05-091-1/+1
* QOpenGLTexture: de-duplicate setBorderColor() codeAnton Kudryavtsev2016-03-021-21/+2
* Don't resolve GL 1 symbols in the texture helperLars Knoll2016-03-011-12/+15
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-0/+6
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+6
| |\
| | * Fix a crash when calling QOpenGLTexture::setData with a null QImage.Juha Turunen2015-12-111-0/+6
* | | Updated license headersJani Heikkinen2016-01-151-13/+19
|/ /
* | QOpenGLTexture: fix the number of faces returned by faces()Giuseppe D'Angelo2015-12-161-0/+2
* | QOpenGLTexture: check textureId for knowing whether a texture was createdGiuseppe D'Angelo2015-12-161-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-091-2/+3
|\|
| * Allow sharing contexts in QOpenGLTexture::destroy()Laszlo Agocs2015-08-041-2/+3
* | Make compressed textures work with mutable storageLaszlo Agocs2015-08-081-52/+230
* | Add ETC1 to QOpenGLTexture formatsLaszlo Agocs2015-08-061-0/+7
|/
* Fix accidental fall through in QOpenGLTexture::set[Compressed]Data()Sean Harmer2015-07-041-0/+2
* The default wrap mode is REPEATLaszlo Agocs2015-04-161-4/+6
* Fix qdoc warning in qopengltexture.cpp.Friedemann Kleint2015-03-301-1/+1
* Disable usage of glTexStorage on Mali ES 3.0Laszlo Agocs2015-03-201-2/+3
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+3
|\
| * Correct pixel type for depth textures on ESLaszlo Agocs2015-02-201-1/+3
* | Update copyright headersJani Heikkinen2015-02-111-6/+6
* | Make mipmap levels and texture comparison work with GLES 3.0+Laszlo Agocs2015-02-071-50/+37
* | Check for the proper extension for anisotropic filteringLaszlo Agocs2015-02-041-1/+1
* | QOpenGLTexture: introduce texture comparison supportGiuseppe D'Angelo2015-01-171-0/+121
* | QOpenGLTexture: better document the depth/stencil featuresGiuseppe D'Angelo2015-01-171-0/+12
* | 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: don't allocate immutable multisample storage if not supportedGiuseppe D'Angelo2014-11-141-3/+35
* | QOpenGLTexture: be more strict with the pixel format/typesGiuseppe D'Angelo2014-11-141-3/+141
* | QOpenGLTexture: Fix a commentGiuseppe D'Angelo2014-11-141-4/+4
* | QOpenGLTexture: introduce support for Ericsson compressed formatsGiuseppe D'Angelo2014-11-141-0/+58
* | QOpenGLTexture: fix storage allocationGiuseppe D'Angelo2014-11-131-10/+156
* | QOpenGLTexture: revamp the feature listGiuseppe D'Angelo2014-11-131-12/+48
|/
* 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 internalFormat in QOpenGLTexture for ES2Laszlo Agocs2014-07-091-1/+10
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-031-3/+2
|\
| * QOpenGLTexture: fix the feature test for Buffer TexturesGiuseppe D'Angelo2014-07-011-3/+2