summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopengltexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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