summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopengltexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-9/+27
|\|
| * QOpenGLTexture: test for extensions when checking featuresGiuseppe D'Angelo2014-05-251-8/+24
| * Fix a crash in QOpenGLTexture::allocateStorage()Tasuku Suzuki2014-05-231-1/+3
* | Fix support for depth/stencil textures in QOpenGLTextureGiuseppe D'Angelo2014-05-261-7/+243
* | Introduce QOpenGLTexture::target()Giuseppe D'Angelo2014-05-241-0/+11
* | Expose multisample settings on QOpenGLTextureSean Harmer2014-05-161-2/+121
|/
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-16/+16
|\
| * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-16/+16
* | remove context unmatched warning in QOpenGLTextureTasuku Suzuki2014-04-161-0/+4
|/
* Fix some documentation errors.Friedemann Kleint2014-03-241-7/+7
* Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-101-26/+46
* Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-101-3/+3
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-16/+16
* OpenGL: Fix QOpenGLTexture for cubemaps with mutable storageSean Harmer2014-02-141-1/+23
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-141-200/+251
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-4/+15
|\
| * Doc: Fix issues with QOpenGLTexture enumerationsTopi Reinio2014-02-111-4/+15
* | QOpenGLTexture: fix support for 1D texturesGiuseppe D'Angelo2014-02-071-11/+28
* | QOpenGLTexture: remove typos in the docsGiuseppe D'Angelo2014-02-031-2/+2
* | QOpenGLTextureHelper: fix the DSA emulationGiuseppe D'Angelo2014-02-031-67/+67
* | QOpenGLTexture: avoid a QImage detach when uploading texture data from itGiuseppe D'Angelo2014-01-311-1/+1
* | QOpenGLTexture: Introduce const void * image upload methodsGiuseppe D'Angelo2014-01-311-2/+120
|/
* Enable QOpenGLTexture for OpenGL ES 2Jorgen Lind2013-11-141-6/+126
* Doc: Fix broken linksSze Howe Koh2013-11-051-6/+6
* Fixed narrowing conversion compile error with SwizzleValue cast.Harri Porten2013-10-151-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-6/+6
* Fix check in texture cleanup codeSean Harmer2013-09-301-1/+1
* Long live QOpenGLTexture!Sean Harmer2013-09-221-0/+2972