summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopengltexturehelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update support for EmscriptenSvenn-Arne Dragly2016-05-021-0/+56
* Merge commit 'eef772577594b59d9cee5d55da5c47cd81008735' into nacl-5.6Morten Johan Sørvig2016-01-271-138/+70
|\
| * QOpenGLTexture: fix target for compressed texturesMauro Persano2016-01-041-138/+70
* | Merge commit '1e39c712bd726e9ef426ecc316edad58d134decf' into nacl-5.6Morten Johan Sørvig2016-01-271-0/+2
|\|
| * Fix crash in QOpenGLTextureSean Harmer2015-07-151-0/+2
* | NaCl: QtGuiMorten Johan Sørvig2015-06-091-18/+18
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
|\
| * Add a cast to glTexImage2D to keep QNX happyLaszlo Agocs2015-04-081-1/+1
* | Disable DSA on RadeonLaszlo Agocs2015-03-141-2/+10
* | Prevent crashing on ES2 SDK - ES3 device scenarios with AndroidLaszlo Agocs2015-02-121-7/+10
* | Update copyright headersJani Heikkinen2015-02-111-6/+6
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-15/+18
|\|
| * Resolve GLES3 functions from the shared libLaszlo Agocs2015-01-101-15/+18
* | Use the static TexStorage2|3D funcs in es buildsLaszlo Agocs2014-11-191-0/+5
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Do not resolve core functions on GLES in texture helperLaszlo Agocs2014-08-231-0/+64
* Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-3/+3
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-5/+4
* OpenGL: Fix QOpenGLTexture for cubemaps with mutable storageSean Harmer2014-02-141-8/+48
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-141-20/+10
* QOpenGLTextureHelper: explain why we use GetProcAddress on Windows / DesktopGLGiuseppe D'Angelo2014-02-071-0/+3
* QOpenGLTextureHelper: fix 3D texture support on ES2Giuseppe D'Angelo2014-02-071-14/+17
* QOpenGLTextureHelper: de-inline the DSA / DSA emulator wrappersGiuseppe D'Angelo2014-02-061-0/+364
* QOpenGLTextureHelper (Windows): Don't load desktop DLL when GLES2 is usedAndrew Knight2013-11-211-1/+1
* Enable QOpenGLTexture for OpenGL ES 2Jorgen Lind2013-11-141-0/+17
* Long live QOpenGLTexture!Sean Harmer2013-09-221-0/+219